Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update anmelden-panel.yaml #11497

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading