SecNet Login Panel - Detect
ID: secnet-ac-panel
Severity: info
Author: ritikchaddha
Tags: secnet-ac,panel
Description
Section titled “Description”SecNet login panel was detected.
YAML Source
Section titled “YAML Source”id: secnet-ac-panel
info: name: SecNet Login Panel - Detect author: ritikchaddha severity: info description: SecNet 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 tags: secnet-ac,panel
http: - method: GET path: - "{{BaseURL}}/login.html"
matchers-condition: and matchers: - type: word part: body words: - "<title>安网科技-智能路由系统</title>"
- type: status status: - 200# digest: 4a0a00473045022031bb7141358893a6b7b4db0cdb49d7d16a3de5b8bc5cac214585d184ee44896b022100bd1a94bc9693b81b66a00ff164364f7dd4755b203e0eab356e8fb4a4164b403c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/secnet-ac-panel.yaml"