Skip to content

Caton Network Manager System Login Panel - Detect

ID: caton-network-manager-system

Severity: info

Author: pussycat0x

Tags: caton,manager,login,panel

Caton Network Manager System login panel was detected.

id: caton-network-manager-system
info:
name: Caton Network Manager System Login Panel - Detect
author: pussycat0x
severity: info
description: Caton Network Manager System login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Caton Network Manager System"
tags: caton,manager,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Caton Network Manager System"
- type: status
status:
- 200
# digest: 4a0a0047304502210083ba952c0667bc550cfc2109d4f7f95cf152dc6be6b8d4441f1e3cb0605b38da02202b5b2c5022027cae54d09db079f1690b627c4fa641af5a71e0bcd900bf045b16: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/caton-network-manager-system.yaml"

View on Github