mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
1002 B
JSON
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}))"
|
|
}
|
|
]
|
|
}
|