Last active
April 10, 2018 23:47
-
-
Save reikoNeko/6b7ca4dcb9c1eb011773fc1a9c292693 to your computer and use it in GitHub Desktop.
Self-healing PHP Code!
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
[~]$ 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