Files
OneForAll-mirror/data/rules/whatweb/cisco-ios.json
T
2020-07-29 00:02:06 +08:00

28 lines
1.2 KiB
JSON

{
"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)"
}
]
}