Merge pull request #7164 from barthy-koeln/umami_default_login

Create umami-default-login.yaml
patch-1
pussycat0x 2023-05-02 23:21:38 +05:30 committed by GitHub
commit c0ecaaa517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
id: umami-default-login
info:
name: Umami Default Login
author: barthy.koeln
severity: high
description: |
Umami default admin credentials were discovered.
reference:
- https://umami.is/docs/login
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
tags: umami,default-login
http:
- raw:
- |
POST /api/auth/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json; charset=utf-8
{"username":"{{username}}","password":"{{password}}"}
attack: pitchfork
payloads:
username:
- admin
password:
- umami
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"token":'
- '"username":'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200