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

16 lines
535 B
JSON

{
"name": "MetaGenerator",
"author": "Andrew Horton, Andrew Horton",
"version": "0.4",
"description": "This plugin identifies meta generator tags and extracts its value.",
"website": null,
"matches": [
{
"regexp": "(?i-mx:<meta[^>=]+content[\\s]*=[\\s]*[\"|']?([^\"^'^>]+)[\"|']?[^>=]+name[\\s]*=[\\s]*[\"|']?generator[\"|']?)"
},
{
"regexp": "(?i-mx:<meta[^>=]+name[\\s]*=[\\s]*[\"|']?generator[\"|']?[^>=]+content[\\s]*=[\\s]*\"([^\"'>]+)\")"
}
]
}