nuclei-templates/http/exposed-panels/crontab-ui.yaml

29 lines
559 B
YAML

id: crontab-ui
info:
name: Crontab UI - Dashboard Exposure
author: DhiyaneshDk
severity: high
reference:
- https://www.facebook.com/photo/?fbid=629288492575007&set=a.467014098802448
metadata:
max-request: 1
verified: true
shodan-query: html:"Crontab UI"
tags: exposure,crontab,ui,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Crontab UI</title>'
- type: status
status:
- 200