2022-05-19 18:11:14 +00:00
|
|
|
id: xampp-environment-variables
|
2022-05-19 16:07:46 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-19 18:11:14 +00:00
|
|
|
name: XAMPP Environment Variables Exposure
|
|
|
|
author: melbadry9,DhiyaneshDK
|
2022-05-19 16:07:46 +00:00
|
|
|
severity: low
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,xampp,files
|
2022-05-19 16:07:46 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/cgi-bin/printenv.pl"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-05-19 18:11:14 +00:00
|
|
|
part: body
|
2022-05-19 16:07:46 +00:00
|
|
|
words:
|
|
|
|
- "<TITLE>Environment Variables</TITLE>"
|
2022-05-19 18:11:14 +00:00
|
|
|
- "Environment Variables:"
|
2022-05-19 16:07:46 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
2022-05-19 18:11:14 +00:00
|
|
|
part: header
|
2022-05-19 16:07:46 +00:00
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|