a Joomla! and WordPress Security script that automatically scans the Joomla! or Wordpress files for some patterns and "fingerprints" of malware, trojans or other injections into PHP code
146
stars
102
forks
source link
Pattern found#17 - PHP: multiple encoded, most probably obfuscated code found #11
My Joomla! version is the 3.5.0-rc.
From JED Checker (component), I've got this.
My code in line 63 is: $test =
preg_replace("/(plg_|com_|mod_)/", "$replacement_string", $string);
echo $test;Why is the code obfuscated? Can you give me another code example to pass the test?
Thanks.