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

13 lines
414 B
JSON

{
"name": "Applet",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "This plugin detects instances of applet HTML elements and retrieves the URL from the code parameter.",
"website": "http://en.wikipedia.org/wiki/Java_applet",
"matches": [
{
"regexp": "(?i-mx:<applet[^>]+code[\\s]*=[\\s]*[\"|']?([^\\s^>^\"^']+)[^>]*>)"
}
]
}