35 lines
817 B
YAML
35 lines
817 B
YAML
id: homer-panel
|
|
|
|
info:
|
|
name: Homer Panel - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A simple static homepage was discovered
|
|
reference:
|
|
- https://github.com/bastienwirtz/homer
|
|
- https://homer-demo.netlify.app/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-417785140
|
|
tags: panel,homer,detect,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Homer</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402205a66b6311073b9db6be1adaf8645f447de55ab88b96ba072654e506860fafc2902202605d074beaa1b5b97b637a0bf793172572b3fd87c83e9224cf36c5b30c8f159:922c64590222798bb761d5b6d8e72950
|