新增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
+28
View File
@@ -0,0 +1,28 @@
{
"name": "OpenEMR",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "OpenEMR is a Free and Open Source electronic health records and medical practice management application.",
"website": "http://www.open-emr.org/",
"matches": [
{
"certainty": 25,
"ghdb": "inurl:interface/login/login_frame.php filetype:php"
},
{
"regexp": "(?-mix:<body ONLOAD=\"javascript:top\\.location\\.href='interface\\/login\\/login_frame\\.php(\\?site=default)?';\">)"
},
{
"regexp": "(?-mix:type=\"text\\/css\">[\\s]+<\\/head>[\\s]+<body class=\"body_title\">[\\s]+<span class=\"title_bar\">[^<]+ v([^\\s^<]+)<\\/span><br>)",
"offset": 1
},
{
"regexp": "(?-mix:<!--<frame src=\"\\/[^\\/]+\\/interface\\/login\\/filler\\.php\" name=\"Filler Bottom\" scrolling=\"no\" noresize frameborder=\"NO\">-->)"
},
{
"certainty": 75,
"search": "headers[set-cookie]",
"regexp": "(?-mix:OpenEMR=[^\\s]+;)"
}
]
}