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

32 lines
532 B
YAML
Raw Normal View History

2022-07-09 01:12:51 +00:00
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
2022-07-13 08:57:48 +00:00
tags: exposure,ftp
2022-07-09 01:12:51 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/ws_ftp.ini'
2022-07-12 14:51:19 +00:00
redirects: true
max-redirects: 2
2022-07-09 01:12:51 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-13 08:57:48 +00:00
- 'HOST='
- 'UID='
- 'DIR='
2022-07-12 14:51:19 +00:00
condition: and
2022-07-09 01:12:51 +00:00
- type: status
status:
- 200