Merge pull request #5501 from johnk3r/master

Create prtg-weak-login.yaml
patch-1
Prince Chaddha 2022-10-01 14:45:03 +05:30 committed by GitHub
commit bbf623b071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 0 deletions

View File

@ -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