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

16 lines
653 B
JSON

{
"name": "SiteMajic",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "SiteMajic - Web Content Management System service",
"website": "http://www.sitemajic.com/",
"matches": [
{
"text": "<td width=109 align='left'><input type='text' name='UserName' size='20' style='font-family: Arial; font-size: 8pt;' onKeyPress=\"if (event.keyCode == 13) { document.frm.Password.focus(); return false;\t} else return true;\" ></td>"
},
{
"text": "Website Powered by <a href='http://www.sitemajic.com' style='text-decoration:none'>SiteMajic</a>"
}
]
}