新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -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}))"
}
]
}