Merge pull request #4450 from DhiyaneshGeek/master

Create xampp-environment-variable.yaml
patch-1
Prince Chaddha 2022-05-19 23:47:14 +05:30 committed by GitHub
commit b3c88e4da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: xampp-environment-variables
info:
name: XAMPP Environment Variables Exposure
author: melbadry9,DhiyaneshDK
severity: low
tags: exposure,xampp
requests:
- 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