Skip to content

Spectracom Default Login

ID: spectracom-default-login

Severity: high

Author: madrobot

Tags: spectracom,default-login

Spectracom default admin credentials were discovered.

id: spectracom-default-login
info:
name: Spectracom Default Login
author: madrobot
severity: high
description: Spectracom default admin credentials were discovered.
reference:
- https://orolia.com/manuals/NC/Content/NC_and_SS/Com/Topics/ADMIN/Passwords.htm
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: spectracom,default-login
http:
- raw:
- |
POST /users/login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
data%5Bbutton%5D=submit&data%5BUser%5D%5Busername%5D={{username}}&data%5BUser%5D%5Bpassword%5D={{password}}
payloads:
username:
- spadmin
password:
- admin123
attack: pitchfork
matchers-condition: and
matchers:
- type: word
words:
- "spectracom"
- "deleted"
part: header
condition: and
- type: status
status:
- 302
# digest: 4a0a0047304502204eb60b25c7e609054b5e24fe60a3ab791ab490ec7b8da6af0f7a5fa76674ef450221009fc812ab024d2d8864cbe97c55904e9ade7252e92cf9761a1e653c7618d00c8c: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/spectracom/spectracom-default-login.yaml"

View on Github