Quest Modem Configuration Login - Panel
ID: quest-panel
Severity: info
Author: Splint3r7
Tags: panel,quest,login,detect
Description
Section titled “Description”Quest Modem Configuration login Panel was detected.
YAML Source
Section titled “YAML Source”id: quest-panel
info: name: Quest Modem Configuration Login - Panel author: Splint3r7 severity: info description: | Quest Modem Configuration login Panel was detected. classification: cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Advanced Setup - Security - Admin User Name & Password" tags: panel,quest,login,detect
http: - method: GET path: - "{{BaseURL}}/cgi-bin/webcm?getpage=../html/login.html"
matchers: - type: dsl dsl: - 'contains(body, "<title>Advanced Setup - Security - Admin User Name & Password</title>")' - 'status_code == 200' condition: and# digest: 490a0046304402205c7f6b800180e1943980b8e80fa2e278f5e97d6be3d9aa16d74d5314ab4083450220798132831b3b5e146f85c29a52363eaf3746110f9c4ca19a9abd82a605f5e14b: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/quest-panel.yaml"