Create system-properties-exposure.yaml

patch-1
Dhiyaneshwaran 2022-11-09 23:16:30 +05:30 committed by GitHub
parent ebc67d2027
commit c8250a42e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: system-properties-exposure
info:
name: System Properties Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"System Properties"
tags: misconfig,system,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "System Properties"
- "Environment Variables:"
condition: and
- type: status
status:
- 200