Create system-properties-exposure.yaml
parent
ebc67d2027
commit
c8250a42e1
|
@ -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
|
Loading…
Reference in New Issue