Skip to content

SevOne NMS Network Manager

ID: sevone-nms-network-manager

Severity: info

Author: pussycat0x

Tags: sevone,manager,login,panel

id: sevone-nms-network-manager
info:
name: SevOne NMS Network Manager
author: pussycat0x
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.title:"SevOne NMS - Network Manager"
tags: sevone,manager,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/#login"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SevOne NMS - Network Manager"
- type: status
status:
- 200
# digest: 4b0a00483046022100c8fc0dd676834251e80bdb5e27c72620c439ae29001a995ae97fd0cc9d4a15b2022100b55d01dc8136956641fdced3bc71bdf7ef1bde1b7eacf0b7981c5374cb95487d: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/sevone-nms-network-manager.yaml"

View on Github