mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "ipTIME-Router",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "ipTIME Rrouter [Korean] - developed by EFM Networks",
|
||||
"website": "http://www.iptime.co.kr/~iptime/prd.php?pf=3",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<head><title>EFM Networks ipTIME ([A-Z0-9]+)<\\/title>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<head><title>EFM networks - ipTIME ([A-Z0-9]+)<\\/title>)"
|
||||
},
|
||||
{
|
||||
"url": "/login/login.cgi",
|
||||
"regexp": "(?-mix:([\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3})<\\/span><br>[\\s]*<span class=item_text><b>Version [\\d\\.]+<\\/b><\\/span>)"
|
||||
},
|
||||
{
|
||||
"url": "/login/login.cgi",
|
||||
"regexp": "(?-mix:(No IP|[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3}\\.[\\d]{1,3})<\\/span><br>[\\s]*<span class=item_text><b>(F\\/W )?Version ([\\d\\.]+)<\\/b><\\/span>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user