mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
31 lines
988 B
JSON
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
|
|
}
|
|
]
|
|
}
|