mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Whitelist update and two little pattern fix, reported in #78
This commit is contained in:
@@ -16,7 +16,7 @@ opendns
|
||||
phishtank
|
||||
sophos
|
||||
surfright
|
||||
symantec
|
||||
# symantec - removed because already a TLD too so generate many false positives
|
||||
|
||||
# SEO poison, pharmacy redirect
|
||||
dealonline.su
|
||||
@@ -60,7 +60,7 @@ chr\s*\(\s*101\s*\)\s*\.\s*chr\s*\(\s*118\s*\)\s*\.\s*chr\s*\(\s*97\s*\)\s*\.\s*
|
||||
|
||||
#Detects the '_' character encoded in a string like "\x5F". '_' is present in many functions that malware would want to hide.
|
||||
# '_' as "\x5f"
|
||||
\\[Xx](5[Ff])
|
||||
# \\[Xx](5[Ff]) - removed because generate many false positives
|
||||
|
||||
#Detects the '_' character placed inside a call to the 'chr()' function
|
||||
# '_' as 'chr(95)' or 'chr(0x5f)'
|
||||
|
||||
Reference in New Issue
Block a user