Commit 9ca2f464 by mmorenog Committed by GitHub

Update CVE_Rules.yar

parent 9883b2e0
rule HelpSupportCenter
{
meta:
ref = "CVE-2010-1885"
hide = true
impact = 5
author = "@d3t0n4t0r"
strings:
$cve20101885 = /hcp:\/\/.*?\(%u?[A-F]{1,4}.*?\){90}/
condition:
all of them
}
rule SafariWindowParentClose
{
meta:
ref = "Safari window.parent.close()"
impact = 7
author = "@d3t0n4t0r"
strings:
$SafariWindowParentClose_1 = /.*?.prompt\(alert\)/
$SafariWindowParentClose_2 = /.*?.prompt\(.*?\)/
$SafariWindowParentClose_3 = /.*?.close\(\)/
condition:
all of them
}
rule JavaDeploymentToolkit
{
meta:
......
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