nuclei-templates/exposed-panels/mini-start-page.yaml

25 lines
466 B
YAML
Raw Normal View History

2021-03-15 06:27:08 +00:00
id: mini-start-page
info:
name: Miniweb Start Page
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/6500
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-15 06:27:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/start.html"
- "{{BaseURL}}/www/start.html"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Miniweb Start Page</title>'
part: body
- type: status
status:
- 200