Skip to content

Web FTP Detection

ID: web-ftp-detect

Severity: info

Author: pussycat0x

Tags: webftp,tech,ftp

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: 4b0a00483046022100e506da42038583fdaf9eb91d979451caf4847ba2f419207f3aff689037f8d696022100fa1f618811907a9a495c9da732497c45e258d12fa22e27aef675c2a86cde62d3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/web-ftp-detect.yaml"

View on Github