Advertisement
tekno23

Bash/Perl fix for "eva1fYlbakBcVSir" WP Backdoor/Malware

Apr 16th, 2012
1,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. find . -name '*.php' -exec grep -q eva1fYlbakBcVSir {} \; -print -exec perl -pi -w -e 's/\<\?php \@error_reporting\(0\); if \(\!isset\(\$eva1fYlbakBcVSir.*\?\>//g' {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement