mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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ã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ço[\\s]+MAC<\\/strong><\\/td>[\\s]+<td width=51% bgcolor=\"#EEEEEE\">[\\s]+([a-f\\d:]{17})[\\s]+<\\/td>[\\s]+<\\/tr>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user