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

16 lines
588 B
JSON

{
"name": "Zones-Web-Solution",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "This plugin identifies websites designed by Zones Web Solution",
"website": "http://www.zones.in/",
"matches": [
{
"text": "<meta name=\"author\" content=\"Vikas Madaan (http://madaan.zones.in) - Zones Web Solution (www.zones.in), Visit http://www.zones.in for more info\">"
},
{
"text": "<br>Powered by : <a href=\"http://www.zones.in\" target=\"_blank\">Zones Web Solution</a> &amp;"
}
]
}