Files
nuclei-templates/technologies/web-ftp-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

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