Skip to content

NetSUS Server Default Login

ID: netsus-default-login

Severity: high

Author: princechaddha

Tags: netsus,default-login

NetSUS Server default admin credentials were discovered.

id: netsus-default-login
info:
name: NetSUS Server Default Login
author: princechaddha
severity: high
description: NetSUS Server 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
shodan-query: http.title:"NetSUS Server Login"
tags: netsus,default-login
http:
- raw:
- |
POST /webadmin/index.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
loginwith=suslogin&username={{username}}&password={{password}}&submit=
attack: pitchfork
payloads:
username:
- webadmin
password:
- webadmin
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Location: dashboard.php'
- 'PHPSESSID='
condition: and
- type: status
status:
- 302
# digest: 4a0a00473045022100880817b016160c227a3b7c93b8428280c92c852141b8d82608a57165284fee4e02203956c6e9a2a70a04dc65de0aead8c8629a6601a5e5e5f1e72a288d39a264b249: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/netsus/netsus-default-login.yaml"

View on Github