mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-03 18:38:30 +00:00
Merge pull request #77 from dryabov/patch-11
This commit is contained in:
commit
f22a82d6cf
@ -188,8 +188,8 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
|||||||
'Probably malicious PHP script that "calls home"',
|
'Probably malicious PHP script that "calls home"',
|
||||||
'16',
|
'16',
|
||||||
'Detected script variations often used to inform the attackers about found vulnerable website.',),
|
'Detected script variations often used to inform the attackers about found vulnerable website.',),
|
||||||
array('(?:(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|preg_replace|rawurldecode|' .
|
array('(?:(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|rawurldecode|' .
|
||||||
'str_replace|assert|unpack|urldecode)[\s/\*\w\W\(]*){2,}',
|
'assert|unpack|urldecode)[\s/\*\w\W\(]*){2,}',
|
||||||
'PHP: multiple encoded, most probably obfuscated code found',
|
'PHP: multiple encoded, most probably obfuscated code found',
|
||||||
'17',
|
'17',
|
||||||
'This pattern could be used in highly encoded, malicious code hidden under a loop of code obfuscation function ' .
|
'This pattern could be used in highly encoded, malicious code hidden under a loop of code obfuscation function ' .
|
||||||
|
Loading…
Reference in New Issue
Block a user