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

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\">)"
}
]
}