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,27 @@
|
||||
{
|
||||
"name": "Cisco-IOS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "Cisco IOS (originally Internetwork Operating System) is the software used on the vast majority of Cisco Systems routers and current Cisco network switches. (Earlier switches ran CatOS.) IOS is a package of routing, switching, internetworking and telecommunications functions tightly integrated with a multitasking operating system. - More info: http://en.wikipedia.org/wiki/Cisco_IOS",
|
||||
"website": null,
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:\\ssdmconfig-([^\\.]+).cfg)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:\\sc(\\d+)(nm)?[^\\-]*-\\S+-mz\\S+\\.bin)"
|
||||
},
|
||||
{
|
||||
"string": "Dir",
|
||||
"regexp": "(?-mix:<input type=\"hidden\" name=\"DIRINFO\" value=\"\\s+Directory of archive:\\/)"
|
||||
},
|
||||
{
|
||||
"string": "DirFail",
|
||||
"regexp": "(?-mix:<input type=\"hidden\" name=\"DIRINFO\" value=\"\\s*(Command authorization failed|% Authorization failed))"
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^cisco-IOS)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user