nuclei-templates/misconfiguration/unauthenticated-prtg.yaml

29 lines
613 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: PRTG Traffic Grapher - Unauthenticated Access
2021-02-13 07:32:16 +00:00
author: dhiyaneshDK
2021-02-13 14:00:20 +00:00
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
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
# Enhanced by mp on 2022/07/20