Files
OneForAll-mirror/data/rules/whatweb/adobe-flash.json
T
2020-07-29 00:02:06 +08:00

25 lines
797 B
JSON

{
"name": "Adobe-Flash",
"author": "Caleb Anderson, Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "This plugin identifies instances of embedded adobe flash files.",
"website": "https://get.adobe.com/flashplayer/",
"matches": [
{
"regexp": "(?i-mx:<object[^>]+application\\/x-shockwave-flash[^>]+>)"
},
{
"regexp": "(?i-mx:<embed[^>]+src[\\s]*=[\\s]*[\"']?[^\\s^'^\"^>]+)"
},
{
"regexp": "(?-mix:new[\\s]+FlashObject[\\s]*\\([\\s]*['\"]?[^'^\"]+)"
},
{
"regexp": "(?-mix:new[\\s]+SWFObject[\\s]*\\([\\s]*['\"]?[^'^\"]+)"
},
{
"regexp": "(?-mix:\\.embedSWF[\\s]*\\([\\s]*[\"']?[^'^\"]+)"
}
]
}