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

20 lines
843 B
JSON

{
"name": "JustAnswer-Professional",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "JustAnswer Professional Script is a PHP script that lets you start your own question answer website just like JustAnswer.",
"website": "http://www.guruscript.com/",
"matches": [
{
"certainty": 25,
"text": "<td align=center>Powered By <a href=\"http://guruscript.com\">Guruscript.com</a></td></tr></table></div></body></html>"
},
{
"regexp": "(?-mix:<a href=\"register\\.php\\?typ=expert&que_id=[\\d]+\">Click here<\\/a> to answer this question\\.)"
},
{
"text": "<img src=\"images/settings.png\" style=\"vertical-align:middle;\" />&nbsp;<a href=\"logout.php\" class=\"cpanel_a\">Logout </a><br>"
}
]
}