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

13 lines
340 B
JSON

{
"name": "Google-Maps",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Google Maps",
"website": "http://maps.google.com/",
"matches": [
{
"regexp": "(?i-mx:<script [^>]*src=[\"'][^>]*maps\\.google\\.com\\/maps(\\?file=api|\\/api\\/staticmap))"
}
]
}