mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-29 16:38:25 +00:00
JAMSS: avoid partial match in rule#16
This commit is contained in:
parent
fa3ba35933
commit
d0719e4d4a
@ -198,7 +198,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
||||
'Probably malicious PHP script that "calls home"',
|
||||
'16',
|
||||
'Detected script variations often used to inform the attackers about found vulnerable website.',),
|
||||
array('(?:(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|rawurldecode|' .
|
||||
array('(?:\b(?:eval|gzuncompress|gzinflate|base64_decode|str_rot13|strrev|strtr|rawurldecode|' .
|
||||
'assert|unpack|urldecode)[\s/\*\w\W\(]*){2,}',
|
||||
'PHP: multiple encoded, most probably obfuscated code found',
|
||||
'17',
|
||||
|
Loading…
x
Reference in New Issue
Block a user