Cisco Web UI Login - Detect
ID: cisco-webui-login
Severity: info
Author: drewvravick
Tags: webui,cisco,login,panel,detect
Description
Section titled “Description”Detects the presence of Cisco Web UI login panels
YAML Source
Section titled “YAML Source”id: cisco-webui-login
info: name: Cisco Web UI Login - Detect author: drewvravick severity: info description: | Detects the presence of Cisco Web UI login panels metadata: verified: true max-request: 1 shodan-query: html:"webui-centerpanel" fofa-query: body="webui-centerpanel" tags: webui,cisco,login,panel,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/webui/"
redirects: true stop-at-first-match: true matchers-condition: and matchers: - type: word part: body words: - "Cisco Systems" - "webui-centerpanel" condition: and
- type: status status: - 200# digest: 4b0a00483046022100a92b39885d0c08604e2d268c56c9c425d1d52a29af56defe340456c059219584022100d7a16bb4e7b740ca95e485343029ec09174610022d73ae59c4392478f6f4932f: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/cisco-webui-login.yaml"