nuclei-templates/misconfiguration/unauthenticated-prtg.yaml

29 lines
613 B
YAML

id: unauthenticated-prtg
info:
name: PRTG Traffic Grapher - Unauthenticated Access
author: dhiyaneshDK
severity: high
description: PRTG Traffic Grapher was able to be accessed with no authentication requirements in place.
reference:
- https://www.exploit-db.com/ghdb/5808
tags: config,unauth,prtg,edb
requests:
- method: GET
path:
- "{{BaseURL}}/sensorlist.htm"
matchers-condition: and
matchers:
- type: word
words:
- 'PRTG Traffic Grapher'
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/07/20