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

24 lines
856 B
JSON

{
"name": "WeBid",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Open source php/mysql fully featured auction script.",
"website": "http://www.webidsupport.com/",
"matches": [
{
"text": "<meta name=\"generator\" content=\"WeBid\">"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www\\.webidsupport\\.com\\/\">WeBid<\\/a> &copy; 2008\\s?[,-] ([\\d]{4}) <a href=\"http:\\/\\/www\\.webidsupport\\.com\\/\">WeBid<\\/a>)"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:WEBID_ONLINE=[a-f\\d]{32};)"
},
{
"regexp": "(?-mix:<h1>WeBid Installer v([^\\s^>]+)<\\/h1>[\\s]*<form name=\"form1\" method=\"post\" action=\"\\?step=1\">)",
"offset": 1
}
]
}