mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Removed (chr\(\d+\)\.){4,}
Too many false positives
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
eval\/\*[a-z0-9]+\*\/
|
||||
eval\([a-z0-9]{4,}\(\$[a-z0-9]{4,}, \$[0-9a-z]{4,}\)\);
|
||||
(chr\(\d+\)\.){4,}
|
||||
(chr\(\d+\^\d+\)\.){4,}
|
||||
(\$[a-z0-9]{3,}\[\d+\]\.){4,}
|
||||
chr\(\d+\)\.""\.""\.""\.""\.""
|
||||
|
||||
Reference in New Issue
Block a user