34 lines
813 B
YAML
34 lines
813 B
YAML
id: ws-ftp-log
|
|
|
|
info:
|
|
name: WS FTP File Disclosure
|
|
author: Hardik-Solanki
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
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
|
|
|
|
# digest: 4b0a00483046022100fc3a47edc87a76a7f086898cb8296871df2c3eba968960562ede7dce14bda5ea022100a2e6bb28e0b4ae797bf29bbbf35348ef5daed960d1486903f3f5d92e000e67a9:922c64590222798bb761d5b6d8e72950
|