mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "Avaya-Secure-Router",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Avaya Secure Router - Hompage: http://www.avaya.com/usa/products/category--branch-routers",
|
||||
"website": null,
|
||||
"matches": [
|
||||
{
|
||||
"certainty": 25,
|
||||
"regexp": "(?-mix:<td class=\"headtext\" nowrap>Router Model: (<font size=2>)?<b>([^\\s^<]+)[\\s]*( )?<\\/b><\\/)"
|
||||
},
|
||||
{
|
||||
"text": "<td class=\"greytitle\" nowrap><b>About Avaya Secure Router</b></td>"
|
||||
},
|
||||
{
|
||||
"certainty": 25,
|
||||
"text": "<td class=\"headtext\" nowrap><font class=\"yellowbullet\">•</font> <a href=\"javascript:telnetToBox();\">Telnet</a></td>"
|
||||
},
|
||||
{
|
||||
"text": "<font color=\"white\" style=\"font-size:30px;\"><span id=\"guiname\">Avaya Secure Router</span></font>"
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^Avaya Http Server v([^\\s]+)$)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user