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

25 lines
1.1 KiB
JSON

{
"name": "AP-Router",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "AP Router [Brazilian]",
"website": "http://aprouter.com.br/",
"matches": [
{
"text": "<frame marginwidth=\"5\" marginheight=\"5\" src=\"menu_empty.html\" name=\"menu\" noresize scrolling=\"auto\" frameborder=\"0\">"
},
{
"url": "/status.asp",
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>Vers&atilde;o do Firmware<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+v([^\\s]+)[\\s]+<\\/td>[\\s]+<\\/tr>)"
},
{
"url": "/status.asp",
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>MAC da Wireless<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+([a-f\\d:]{17})[\\s]+<\\/td>[\\s]+<\\/tr>)"
},
{
"url": "/status.asp",
"regexp": "(?-mix:<td width=49% bgcolor=\"#EEEEEE\"><strong>Endere&ccedil;o[\\s]+MAC<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+([a-f\\d:]{17})[\\s]+<\\/td>[\\s]+<\\/tr>)"
}
]
}