nuclei-templates/http/exposed-panels/homer-panel.yaml

33 lines
588 B
YAML
Raw Normal View History

2023-11-04 07:06:11 +00:00
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