OPNsense Panel - Detect
ID: opnsense-panel
Severity: info
Author: Splint3r7,johnk3r
Tags: panel,login,detect,opnsense
Description
Section titled “Description”OPNsense panel was detected.
YAML Source
Section titled “YAML Source”id: opnsense-panel
info: name: OPNsense Panel - Detect author: Splint3r7,johnk3r severity: info description: | OPNsense panel was detected. classification: cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.favicon.hash:"-1148190371" tags: panel,login,detect,opnsense
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: dsl dsl: - 'contains(body, "| OPNsense</title>")' - 'status_code == 200' condition: and# digest: 4a0a00473045022031fba10be276f25613b5b06b7d77f0fd541f4b4e1029301f9bd915d93f72d032022100c0f0202c6f02655779a5a010c18d19cf1440bb2cb9724356d4be9f2dfbbc4cc3: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/opnsense-panel.yaml"