mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"name": "Intoto-Router",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Intoto router",
|
|
"website": "http://www.intoto.com/",
|
|
"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 Device Manager </b></td> "
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"text": "<td class=\"headtext\" nowrap><font class=\"yellowbullet\">•</font> <a href=\"javascript:telnetToBox();\">Telnet</a></td>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<body bgcolor=#E6E6E6 leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 style=\"padding: [\\d]{1,2}px\" onload=\"javascript:usrnameFocus\\(\\);javascript:isValidBrowser\\(\\);)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Intoto Http Server v([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|