Files
OneForAll-mirror/data/rules/whatweb/dolphin.json
T
2020-07-29 00:02:06 +08:00

22 lines
798 B
JSON

{
"name": "Dolphin",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Dolphin is built using PHP and MySQL running on Apache. It is tested and proven stable running on Linux. Dolphin will also run on Windows if needed.",
"website": "http://www.busmgtsys.com/",
"matches": [
{
"text": "<title>Dolphin Log In</title>"
},
{
"text": "<td><input name=\"PHP_AUTH_PW\" type=\"password\"></td>"
},
{
"text": "<td NOWRAP><input name=\"PHP_AUTH_USER\" type=\"text\"></td>"
},
{
"text": "<body onload=\"focus_username();\" bottommargin=\"0\" rightmargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">"
}
]
}