新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "MikroTik",
"author": "Andrew Horton",
"version": "0.4",
"description": "MikroTik router",
"website": "http://www.mikrotik.com",
"matches": [
{
"text": "<title>mikrotik routeros > administration</title>"
},
{
"name": "mikrotik routeros ([^ ]+) configuration page",
"regexp": "(?-mix:<div class=\"top\">mikrotik routeros ([^ ]+) configuration page<)",
"offset": 1
},
{
"md5": "bacf8a0c6f3e702db9be393989b2a0b5",
"name": "401 page"
}
]
}