Commit 6d3f17e2 by Xumeiquer

Fixing CVE_Rules/CVE-2010-0805.yar

parent f68ecf83
......@@ -8,7 +8,7 @@ rule MSIETabularActivex
strings:
$cve20100805_1 = "333C7BC4-460F-11D0-BC04-0080C7055A83" nocase fullword
$cve20100805_2 = "DataURL" nocase fullword
$cve20100805_3 = true
$cve20100805_3 = "true"
condition:
($cve20100805_1 and $cve20100805_3) or (all of them)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment