Homer Panel - Detect
ID: homer-panel
Severity: info
Author: rxerium
Tags: panel,homer,detect,login
Description
Section titled “Description”A simple static homepage was discovered
YAML Source
Section titled “YAML Source”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: 4a0a00473045022011cc4676358f9d3015b376c3f2319e06edc57e37124e29eadd8b212a72b45dc1022100d7a429323ed050553020a2d25477bf002eb7f9275956fe63286b0025415d3e14:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/homer-panel.yaml"