commit
bbf623b071
|
@ -0,0 +1,43 @@
|
||||||
|
id: prtg-default-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: PRTG Network Monitor Default Login
|
||||||
|
author: johnk3r
|
||||||
|
severity: high
|
||||||
|
description: PRTG default admin credentials were discovered.
|
||||||
|
reference:
|
||||||
|
- https://www.paessler.com/manuals/prtg/login
|
||||||
|
classification:
|
||||||
|
cwe-id: CWE-798
|
||||||
|
metadata:
|
||||||
|
shodan-query: http.favicon.hash:-655683626
|
||||||
|
tags: prtg,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /public/checklogin.htm HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
loginurl=&username={{username}}&password={{password}}
|
||||||
|
|
||||||
|
attack: pitchfork
|
||||||
|
payloads:
|
||||||
|
username:
|
||||||
|
- prtgadmin
|
||||||
|
password:
|
||||||
|
- prtgadmin
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "OCTOPUS"
|
||||||
|
- "/home"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
Loading…
Reference in New Issue