mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
856 B
JSON
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> © 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
|
|
}
|
|
]
|
|
}
|