mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"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]+;)"
|
|
}
|
|
]
|
|
}
|