nuclei-templates/http/exposures/logs/ws-ftp-log.yaml

31 lines
615 B
YAML

id: ws-ftp-log
info:
name: WS FTP File Disclosure
author: Hardik-Solanki
severity: low
metadata:
max-request: 2
verified: true
google-query: intitle:"Index of" ws_ftp.log
tags: exposure,ftp,logs
http:
- method: GET
path:
- '{{BaseURL}}/ws_ftp.log'
- '{{BaseURL}}/WS_FTP.LOG'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
regex:
- '\d{4}\.\d{2}\.\d{2} \d{2}:\d{2} [A-Z] C:\\'
- '\d{4}\.\d{2}\.\d{2} \d{2}:\d{2} [A-Z] D:\\'
condition: or
- type: status
status:
- 200