Joomla-Anti-Malware-Scan-Script--JAMSS- icon indicating copy to clipboard operation
Joomla-Anti-Malware-Scan-Script--JAMSS- copied to clipboard

Pattern found#17 - PHP: multiple encoded, most probably obfuscated code found

Open Yiannistaos opened this issue 8 years ago • 1 comments

My Joomla! version is the 3.5.0-rc.

From JED Checker (component), I've got this.

Rule Jamss - JAMSS - Joomla! Anti-Malware Scan Script

001

example.php in line: 63 Pattern found#17 - PHP: multiple encoded, most probably obfuscated code found

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.

Yiannistaos avatar Mar 16 '16 13:03 Yiannistaos

me too. str_replace('licon:', '', $atts['icon']); show error here in my plugin so how we use str_replace()?

bdthemes avatar Apr 11 '16 06:04 bdthemes