23 lines
448 B
YAML
23 lines
448 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
|
|
|
|
requests:
|
|
- 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 |