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

29 lines
1.1 KiB
JSON

{
"name": "ArticlePublisherPRO",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "The Flexible and Easy Article Publishing System",
"website": "http://article-publisher-pro.phparticlescript.com/",
"matches": [
{
"text": "<script>location.replace(\"./admin.php?showlogin\");</script>"
},
{
"text": "<title>Article Publisher PRO Administrator Control Panel</title>"
},
{
"text": "<img src=\"/images/logo_app.gif\"></div></td><td width=\"60%\"><div id=\"title\" class=\"column\">Admin Control Panel</div></td>"
},
{
"text": "\t\t<form name=fl method=post action=admin.php?login>"
},
{
"text": "<br><br><center><b>Please use a proper method to browse article(s) - The method you are using is not allowed...</b></center>"
},
{
"regexp": "(?-mix:<div class=\"powered\">Powered by <a href=\"http:\\/\\/www.ArticlePublisherPRO.com\" target=\"_blank\">Article Publisher PRO<\\/a> v([\\d\\.]+))",
"offset": 1
}
]
}