removed patterns that caused false positives

This commit is contained in:
Palma Solutions LTD
2017-10-26 09:58:00 +02:00
parent c66ae8a137
commit 062fb90650

View File

@@ -135,7 +135,7 @@ error_reporting(E_ALL);
"eVAl\( base64_decode\(", "eVAl\( base64_decode\(",
"\(gzinflate\(str_rot13\(base64_decode\(", "\(gzinflate\(str_rot13\(base64_decode\(",
"body=stripslashes\(urldecode\(", "body=stripslashes\(urldecode\(",
"REQUEST = array_merge\(", /* "REQUEST = array_merge\(", --too many false positives */
";eval\(\(\(strlen\(", ";eval\(\(\(strlen\(",
"viagra", "viagra",
"levitra", "levitra",
@@ -172,7 +172,7 @@ error_reporting(E_ALL);
"stCurlLink = base64_decode\(", "stCurlLink = base64_decode\(",
"cookey =", "cookey =",
"cxyyt = array\(", "cxyyt = array\(",
".str_pad\(strtoupper\(dechex\(", /* ".str_pad\(strtoupper\(dechex\(", --too many false positives */
"veb65c0b0 = array_keys\(", "veb65c0b0 = array_keys\(",
"=Array\(base64_decode\(", "=Array\(base64_decode\(",
"edoced_46esab", "edoced_46esab",