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

37 lines
1.2 KiB
JSON

{
"name": "Kloxo-Single-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Kloxo (aka HyperVM aka LxAdmin) is a fully scriptable, distributed and a 100% object oriented hosting platform",
"website": "http://www.lxcenter.org/kloxo.htm",
"matches": [
{
"text": "<title> HyperVM 2.0 </title>"
},
{
"text": "<title> Kloxo </title>"
},
{
"text": "<title> Lxadmin </title>"
},
{
"text": "<img id=main_logo width=84 height=23 src=\"/img/hypervm-logo.gif\">"
},
{
"certainty": 75,
"text": "Use a valid username and password to gain access to the console</b>"
},
{
"text": "@import url(\"/htmllib/lib/admin_login.css\");"
},
{
"name": "login javascript",
"text": "<script language=javascript src=\"/htmllib/js/preop.js\"></script>"
},
{
"name": "login form",
"text": "<form name=loginform action=\"/htmllib/phplib/\" onsubmit=\"encode_url(loginform) ; return fieldcheck(this);\" method=post>"
}
]
}