Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yiannistaos opened this issue Mar 16, 2016 · 1 comment

Comments

@Yiannistaos
Copy link

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.

@bdthemes
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants