removed false positives
This commit is contained in:
parent
4e5cf4d589
commit
a0d44539ed
19
scan.php
19
scan.php
@ -458,20 +458,11 @@ error_reporting(E_ALL);
|
||||
"StAkeR ~ Shell",
|
||||
"SnIpEr_SA",
|
||||
"<style name=\"Mr.HiTman\"",
|
||||
"(?P<hex>\\\\x(?:{){0,1}\d{1,3}(?:}){0,1})",
|
||||
"(?P<varfunc>\$\w+\(.*\))",
|
||||
"(?P<god_mode_on><\?php\s*\/\*god_mode_on\*\/eval\(base64_decode\([\"'][^\"']{255,}[\"']\)\);\s*\/\*god_mode_off\*\/\s*\?>)",
|
||||
"(?P<htaccess>RewriteCond %{HTTP_REFERER}\s*\^\.\*\s*\([^\)]*[google|yahoo|bing|ask|wikipedia|youtube][^\)]*)",
|
||||
"(?P<JSCRIPT>^<script>.*<\/script>)",
|
||||
"(?P<GRMalware>^<\?php\s*if\(!function_exists\([^{]+\s*{\s*function[^}]+\s*}\s*[^\"']+\s*[\"'][^\"']+[\"'];\s*eval\s*\(.*\)\s*;\s*}\s*)",
|
||||
"(?P<c99>(<\?php)*\\\$md5\s*=\s*[\"|']\w+[\"|'];\s*\\\$wp_salt\s*=\s*[\w\(\),\"\'\;\$]+\s*\\\$wp_add_filter\s*=\s*create_function\(.*\);\s*\\\$wp_add_filter\(.*\);\s*(\?>)*)",
|
||||
"(?P<evl>eval\s*\([^\)]+)",
|
||||
"(?P<ltx>[a-zA-Z0-9\+\-\/]{50,})",
|
||||
"(?P<ifm><iframe[^>]*)",
|
||||
"(?P<mbd><embed[^>]*)",
|
||||
"(?P<tim>[T|t]imthumb)",
|
||||
"(?P<cfn>create_function[^\)]*)",
|
||||
"(?P<c64>base64_decode[^\)]*)",
|
||||
"\$\w+\(.*\)",
|
||||
"<\?php\s*\/\*god_mode_on\*\/eval\(base64_decode\([\"'][^\"']{255,}[\"']\)\);\s*\/\*god_mode_off\*\/\s*\?>",
|
||||
"RewriteCond %{HTTP_REFERER}\s*\^\.\*\s*\([^\)]*[google|yahoo|bing|ask|wikipedia|youtube][^\)]",
|
||||
"^<\?php\s*if\(!function_exists\([^{]+\s*{\s*function[^}]+\s*}\s*[^\"']+\s*[\"'][^\"']+[\"'];\s*eval\s*\(.*\)\s*;\s*}",
|
||||
"<\?php)*\\\$md5\s*=\s*[\"|']\w+[\"|'];\s*\\\$wp_salt\s*=\s*[\w\(\),\"\'\;\$]+\s*\\\$wp_add_filter\s*=\s*create_function\(.*\);\s*\\\$wp_add_filter\(.*\);\s*(\?>",
|
||||
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user