Removing potential false positive results

patch-4
NaN 2024-05-17 01:20:17 -07:00
parent 1c4340b498
commit 5562d18125
No known key found for this signature in database
GPG Key ID: DDB5FB025137B844
1 changed files with 14 additions and 5 deletions

View File

@ -2,16 +2,24 @@ id: server-status-localhost
info:
name: Server Status Disclosure
author: pdteam,geeknik
author: pdteam,geeknik,NaN-kl
severity: low
description: Apache Server Status page is exposed, which may contain information about pages visited by the users, their IPs or sensitive information such as session tokens.
metadata:
max-request: 1
max-request: 2
tags: apache,debug,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/server-status"
headers: {}
matchers:
- type: status
status:
- 403
- 404
- method: GET
headers:
Forwarded: "127.0.0.1"
X-Client-IP: "127.0.0.1"
@ -26,11 +34,12 @@ http:
X-True-IP: "127.0.0.1"
path:
- "{{BaseURL}}/server-status"
matchers:
- type: word
words:
- "Apache Server Status"
- "Server Version"
condition: and
# digest: 4a0a00473045022100978e79f5293059d77d7f12996faeb5e7327979bbdc03480dfaa632ce3692895002201fd20b313ef4e49782dca03918a3d53e057bdec80e366451c875c462b9992e8d:922c64590222798bb761d5b6d8e72950
# digest: 4a0a00473045022100978e79f5293059d77d7f12996faeb5e7327979bbdc03480dfaa632ce3692895002201fd20b313ef4e49782dca03918a3d53e057bdec80e366451c875c462b9992e8d:922c64590222798bb761d5b6d8e72950