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

14 lines
539 B
JSON

{
"name": "CGI-Backdoor",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Simple CGI backdoor by DK (http://michaeldaw.org)",
"website": null,
"matches": [
{
"text": "<html><body><!-- Simple CGI backdoor by DK (http://michaeldaw.org) --><b style=\"color:black;background-color:#ffff66\">Usage</b>: http://target.com/perlcmd.cgi?cat /etc/passwd<pre></pre></body></html>",
"string": "Simple CGI backdoor by DK (http://michaeldaw.org)"
}
]
}