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

25 lines
455 B
YAML

id: web-ftp-detect
info:
name: Web FTP Detection
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7013
tags: webftp,tech,ftp
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/upload/web-ftp.cgi"
matchers-condition: and
matchers:
- type: word
words:
- "Web-FTP"
- "square login"
- type: status
status:
- 200