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

33 lines
1.4 KiB
JSON

{
"name": "sNews",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "sNews is a completely free, standards compliant, PHP and MySQL driven Content Management System.",
"website": "http://www.snewscms.com/",
"matches": [
{
"text": "<p>This site is powered by <a href=\"http://snewscms.com/\" title=\"sNews CMS\" onclick=\"target='_blank';\">sNews</a>"
},
{
"text": "powered by <a href=\"http://www.solucija.com/home/snews/\" title=\"sNews\">sNews</a>"
},
{
"text": "Powered by <a href=\"http://snews.solucija.com\" title=\"Single file CSS and XHTML valid CMS\">sNews</a>"
},
{
"text": "Powered by <a href=\"http://snewscms.com/\" title=\"Single file CMS\">sNews</a>"
},
{
"text": "<meta name=\"description\" content=\"sNews CMS\" />",
"certainty": 75
},
{
"text": "<p><label for=\"uname\">Username</label>:<br /><input type=\"text\" name=\"uname\" id=\"uname\" class=\"text\" value=\"\" /></p><p><label for=\"pass\">Password</label>:<br /><input type=\"password\" name=\"pass\" id=\"pass\" class=\"text\" value=\"\" /></p>"
},
{
"regexp": "(?-mix:<meta name=\"Generator\" content=\"sNews ([\\d\\.]+)\" \\/>)",
"offset": 1
}
]
}