nuclei-templates/misconfiguration/unauthenticated-prtg.yaml

25 lines
451 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
2021-03-12 08:57:14 +00:00
tags: config,unauth
2021-02-13 07:32:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sensorlist.htm"
matchers-condition: and
matchers:
- type: word
words:
- 'PRTG Traffic Grapher'
condition: and
- type: status
status:
- 200