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

14 lines
467 B
JSON

{
"name": "TheHostingTool",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Free Open-Source hosting tool similar to cPanel",
"website": "http://thehostingtool.com/",
"matches": [
{
"regexp": "(?-mix:<div id=\"footer\">Powered by <a href=\"http:\\/\\/thehostingtool.com\" target=\"_blank\">TheHostingTool<\\/a> ([\\d\\.]*)<\\/div>)",
"offset": 1
}
]
}