nuclei-templates/exposed-panels/octoprint-login.yaml

23 lines
371 B
YAML
Raw Normal View History

2021-07-01 13:17:40 +00:00
id: octoprint-panel
info:
name: OctoPrint Login
author: affix
severity: info
tags: octoprint,panel
requests:
- method: GET
path:
2021-07-01 13:27:43 +00:00
- "{{BaseURL}}"
2021-07-01 13:17:40 +00:00
- "{{BaseURL}}/login/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>OctoPrint Login</title>'
- type: status
status:
- 200