Create homer-panel.yaml

patch-1
Rishi 2023-11-04 07:06:11 +00:00 committed by GitHub
parent b374e8579d
commit 39f8cd3fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: homer-panel
info:
name: Homer Panel - Detect
author: rxerium
severity: info
description: |
A simple static homepage
reference:
- https://github.com/bastienwirtz/homer
- https://homer-demo.netlify.app/
metadata:
verified: true
max-request: 1
shodan-query: title:"Homer"
tags: panel,homer,detect
http:
- method: GET
path:
- "{{BaseURL}}/index.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Homer</title>'
- type: status
status:
- 200