nuclei-templates/misconfiguration/unauthenticated-prtg.yaml

24 lines
429 B
YAML
Raw Normal View History

2021-02-13 14:00:20 +00:00
id: unauthenticated-prtg
2021-02-13 07:32:16 +00:00
info:
name: Unauthenticated PRTG Traffic Grapher
author: dhiyaneshDK
2021-02-13 14:00:20 +00:00
severity: high
2021-02-13 07:32:16 +00:00
reference: https://www.exploit-db.com/ghdb/5808
requests:
- method: GET
path:
- "{{BaseURL}}/sensorlist.htm"
matchers-condition: and
matchers:
- type: word
words:
- 'PRTG Traffic Grapher'
condition: and
- type: status
status:
- 200