mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"name": "RobPoll",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "RobPoll - CGI poll system",
|
|
"website": "Offline",
|
|
"matches": [
|
|
{
|
|
"ghdb": "inurl:\"robpoll.cgi?start\" filetype:cgi"
|
|
},
|
|
{
|
|
"text": "<head><title>RobPoll Admin</title></head>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<form action=\"[^\"]*\\/robpoll\\.cgi\" method=\"post\">)"
|
|
}
|
|
]
|
|
}
|