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

23 lines
448 B
YAML
Raw Normal View History

2021-07-05 18:29:53 +00:00
id: web-ftp-detect
2021-07-05 18:29:53 +00:00
info:
2021-07-12 20:13:13 +00:00
name: Web FTP Detection
2021-07-05 18:29:53 +00:00
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7013
2021-07-12 20:13:13 +00:00
tags: webftp,tech,ftp
2021-07-05 18:29:53 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/upload/web-ftp.cgi"
2021-07-12 20:13:13 +00:00
2021-07-05 18:29:53 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Web-FTP"
- "square login"
- type: status
status:
- 200