Skip to content

NetSUS Server Login Panel - Detect

ID: netsus-server-login

Severity: info

Author: dhiyaneshDK

Tags: panel,netsus,login

NetSUS Server login panel was detected.

id: netsus-server-login
info:
name: NetSUS Server Login Panel - Detect
author: dhiyaneshDK
severity: info
description: NetSUS Server login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"NetSUS Server Login"
tags: panel,netsus,login
http:
- method: GET
path:
- '{{BaseURL}}/webadmin/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NetSUS Server Login</title>'
- type: status
status:
- 200
# digest: 490a0046304402200cfa51f2bf368ab35add6006339df16685f0ce356e56fc1dd4363890fe649678022073161faeb09317715f68ad3474969c2698bc01e014d9cf96cabcd7cbca3b6f57: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/exposed-panels/netsus-server-login.yaml"

View on Github