29 lines
609 B
YAML
29 lines
609 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
|
||
|
|
||
|
http:
|
||
|
- 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
|