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

13 lines
293 B
JSON

{
"name": "Frame",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "This plugin detects instances of frame and iframe HTML elements.",
"website": null,
"matches": [
{
"regexp": "(?i-mx:<i?frame\\s+)"
}
]
}