新增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
+27
View File
@@ -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)"
}
]
}