33 lines
993 B
YAML
33 lines
993 B
YAML
id: ws-ftp-log
|
|
|
|
info:
|
|
name: WS FTP File Disclosure
|
|
author: Hardik-Solanki
|
|
severity: low
|
|
description: WS_FTP software, which is a popular FTP (File Transfer Protocol) client used for transferring files between a local computer and a remote server has its log file exposed.
|
|
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: 490a004630440220613888ed65c3ff67ef372788dbe09ded04db2e31c1807d7107af61c5c1471f2202207e3ca665c1da0f5cd82f750562089d1572fb66130fcec76035dafb570a9d4741:922c64590222798bb761d5b6d8e72950 |