Merge pull request #1523 from geeknik/patch-97

Update server-status-localhost.yaml
patch-1
Sandeep Singh 2021-05-23 01:55:34 +05:30 committed by GitHub
commit 8c8a622c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -4,18 +4,22 @@ info:
name: Server Status Disclosure name: Server Status Disclosure
author: pdteam & geeknik author: pdteam & geeknik
severity: low severity: low
tags: config tags: apache,debug
requests: requests:
- method: GET - method: GET
headers: headers:
Forwarded: "127.0.0.1"
X-Client-IP: "127.0.0.1" X-Client-IP: "127.0.0.1"
X-Remote-IP: "127.0.0.1" X-Forwarded-By: "127.0.0.1"
X-Remote-Addr: "127.0.0.1"
X-Forwarded-For: "127.0.0.1" X-Forwarded-For: "127.0.0.1"
X-Originating-IP: "127.0.0.1" X-Forwarded-For-IP: "127.0.0.1"
X-Host: "127.0.0.1"
X-Forwarded-Host: "127.0.0.1" X-Forwarded-Host: "127.0.0.1"
X-Host: "127.0.0.1"
X-Originating-IP: "127.0.0.1"
X-Remote-Addr: "127.0.0.1"
X-Remote-IP: "127.0.0.1"
X-True-IP: "127.0.0.1"
path: path:
- "{{BaseURL}}/server-status" - "{{BaseURL}}/server-status"
matchers: matchers: