nuclei-templates/technologies/crush-ftp-detect.yaml

21 lines
403 B
YAML
Raw Normal View History

2021-07-12 17:54:00 +00:00
id: crush-ftp-detect
2021-07-12 19:45:29 +00:00
2021-07-12 17:54:00 +00:00
info:
name: Crush FTP
author: pussycat0x
severity: info
2021-07-12 20:07:46 +00:00
tags: tech,ftp
2021-07-12 17:54:00 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/WebInterface/login.html"
2021-07-12 19:45:29 +00:00
redirects: true
2021-07-12 17:54:00 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>CrushFTP WebInterface</title>"
- type: status
status:
- 200