nuclei-templates/exposures/files/ws-ftp-ini.yaml

32 lines
532 B
YAML

id: ws-ftp-ini
info:
name: WS FTP File Disclosure
author: DhiyaneshDK
severity: low
metadata:
verified: true
google-dork: intitle:"Index of" ws_ftp.ini
tags: exposure,ftp
requests:
- method: GET
path:
- '{{BaseURL}}/ws_ftp.ini'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'HOST='
- 'UID='
- 'DIR='
condition: and
- type: status
status:
- 200