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

16 lines
486 B
JSON

{
"name": "Meta-Geo",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "This plugin identifies and extracts data from meta geo.* tags - More Info: http://en.wikipedia.org/wiki/Geotagging",
"website": null,
"matches": [
{
"regexp": "(?-mix:<meta name=\"geo.[^\"]+\" content=\"([^\"]+)\"[^>]*>)"
},
{
"regexp": "(?-mix:<meta name=\"ICBM\" content=\"([^\"]+)\"[^>]*>)"
}
]
}