nuclei-templates/http/misconfiguration/installer/espeasy-installer.yaml

29 lines
491 B
YAML
Raw Normal View History

id: espeasy-installer
2022-11-03 11:32:46 +00:00
info:
name: ESPEasy Installation Exposure
2022-11-03 11:32:46 +00:00
author: ritikchaddha
severity: medium
metadata:
max-request: 1
2022-11-03 11:32:46 +00:00
verified: true
tags: misconfig,espeasy,install,exposure
2022-11-03 11:32:46 +00:00
http:
2022-11-03 11:32:46 +00:00
- method: GET
path:
- "{{BaseURL}}/ESPEasy"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Install ESPEasy"
- type: status
status:
- 200