35 lines
803 B
YAML
35 lines
803 B
YAML
id: xampp-environment-variables
|
|
|
|
info:
|
|
name: XAMPP Environment Variables Exposure
|
|
author: melbadry9,DhiyaneshDK
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
tags: exposure,xampp,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/printenv.pl"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<TITLE>Environment Variables</TITLE>"
|
|
- "Environment Variables:"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502202b6b384daf27b056577e3866b9c08a2587dfb4ee81c0c76382f4e4bb752875a6022100c4fef317411ee2f566a3da1e44dbcd895b33fb21c37dc618562ee62300af0750:922c64590222798bb761d5b6d8e72950
|