nuclei-templates/misconfiguration/unauthenticated-prtg.yaml

26 lines
511 B
YAML
Raw Normal View History

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