ActionTec Modem Advanced Setup Login Panel
ID: advanced-setup-login
Severity: info
Author: dhiyaneshDK
Tags: panel,setup,edb
Description
Section titled “Description”An ActionTec Modem Advanced Setup login panel was detected.
YAML Source
Section titled “YAML Source”id: advanced-setup-login
info: name: ActionTec Modem Advanced Setup Login Panel author: dhiyaneshDK severity: info description: An ActionTec Modem Advanced Setup login panel was detected. reference: - https://www.exploit-db.com/ghdb/6819 - https://www.actiontec.com/dsl/ classification: cwe-id: CWE-200 metadata: max-request: 1 tags: panel,setup,edb
http: - method: GET path: - '{{BaseURL}}/cgi-bin/webcm?getpage=../html/login.html'
matchers-condition: and matchers: - type: word words: - '<title>Advanced Setup - Security - Admin User Name & Password</title>'
- type: status status: - 200# digest: 4a0a00473045022100f16160c58b2da85540d30d274d78a49965442e1021660d9c52780c20a69967ba0220141b740c983d3e44d526b749aa2184278bafc5f84cac3a0e5e396648048aa11a: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/advance-setup.yaml"