Umami Default Login
ID: umami-default-login
Severity: high
Author: barthy.koeln
Tags: umami,default-login
Description
Section titled “Description”Umami default admin credentials were discovered.
YAML Source
Section titled “YAML Source”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 metadata: max-request: 1 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# digest: 490a00463044022077c8ab26026a7f638d1ef2c3bc83431a024520f429aca6173cb2abc08367eaff02207c72cb25f832b4b0a60748f03eceb4eadd6a2408f3cc2f64c5a2a139e7fedea2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/default-logins/umami/umami-default-login.yaml"