Skip to content

Instantly share code, notes, and snippets.

@reikoNeko
Last active April 10, 2018 23:47
Show Gist options
  • Save reikoNeko/6b7ca4dcb9c1eb011773fc1a9c292693 to your computer and use it in GitHub Desktop.
Save reikoNeko/6b7ca4dcb9c1eb011773fc1a9c292693 to your computer and use it in GitHub Desktop.
Self-healing PHP Code!
[~]$ cat <<EOF > suicide.php
> <?php
> unlink(__FILE__);
> ?>
> EOF
[~]$ php suicide.php
[~]$ cat suicide.php
cat: suicide.php: No such file or directory
[~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment