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

25 lines
1002 B
JSON

{
"name": "TAC-Xenta-Controller",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "SCADA - The TAC Xenta devices are multifunctional control systems with an embedded web server that allows you to access your control application and configuration pages via a web browser anywhere in the world, anytime.",
"website": "http://www.tac.com/ap/Navigate?node=1656",
"matches": [
{
"text": "<html><body><script>var url=\"https://\"+location.hostname+\"/www/index/Slogin.html\";location.href=url;</script></body></html>"
},
{
"regexp": "(?-mix:^TAC\\/Xenta)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^TAC\\/Xenta([\\d]{3}|[\\d]{3}-[A-Z]{3}) [\\d\\.]{4})"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^TAC\\/Xenta[^\\ ]+ ([\\d\\.]{4}))"
}
]
}