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

31 lines
988 B
JSON

{
"name": "FastCGI-echo",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Many Oracle web server installations have a fcgi-bin/echo script left over from default demo (google for inurl:fcgi-bin/echo). This file should have been removed as per: http://download.oracle.com/docs/cd/B14099_19/core.1012/b13999/checklist.htm#BABIBCIC",
"website": null,
"matches": [
{
"text": "SCRIPT_NAME=/fcgi-bin/echo"
},
{
"text": "<title>FastCGI echo</title><h1>FastCGI echo</h1>"
},
{
"text": "REQUEST_URI=/fcgi-bin/echo"
},
{
"regexp": "(?-mix:HTTP_ORACLE_CACHE_VERSION=([\\d\\.]+))",
"offset": 1
},
{
"regexp": "(?-mix:SERVER_SOFTWARE=([^\\n]+))",
"offset": 1
},
{
"regexp": "(?-mix:SERVER_SIGNATURE=<ADDRESS>([^<]+))",
"offset": 1
}
]
}