mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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}))"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user