Skip to content

Commit

Permalink
Merge pull request #11497 from johnk3r/main
Browse files Browse the repository at this point in the history
Update anmelden-panel.yaml
  • Loading branch information
ritikchaddha authored Jan 20, 2025
2 parents f16d241 + 0cddda8 commit 89064d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
27 changes: 0 additions & 27 deletions http/exposed-panels/anmelden-panel.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions http/exposed-panels/opnsense-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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

0 comments on commit 89064d0

Please sign in to comment.