29 lines
652 B
YAML
29 lines
652 B
YAML
id: web-ftp-detect
|
|
|
|
info:
|
|
name: Web FTP Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
reference: https://www.exploit-db.com/ghdb/7013
|
|
metadata:
|
|
max-request: 1
|
|
tags: webftp,tech,ftp
|
|
|
|
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
|
|
|
|
# digest: 4a0a00473045022100efcee6e66d7053086c4b8f4e4c3b35dfa35be3f7e41e8afdd72b0e66aabb7273022027d04d5e11387148b9587035d7b31e3483d7a6f8e447785a2eece21ef1314738:922c64590222798bb761d5b6d8e72950
|