nuclei-templates/exposed-panels/machform-admin-panel.yaml

31 lines
564 B
YAML

id: machform-admin-panel
info:
name: MachForm Admin Panel
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"MachForm Admin Panel"
tags: panel,machform,admin
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'alt="MachForm"'
- '<title>MachForm Admin Panel</title>'
condition: or
- type: status
status:
- 200