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

16 lines
452 B
JSON

{
"name": "Script",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "This plugin detects instances of script HTML elements and returns the script language/type.",
"website": null,
"matches": [
{
"regexp": "(?i-mx:<script(\\s|>))"
},
{
"regexp": "(?-mix:<script[^>]+(language|type)\\s*=\\s*['\"]?([^'\"\\s]+)['\"]?)"
}
]
}