ICEFlow VPN Disclosure
ID: iceflow-vpn-disclosure
Severity: low
Author: pikpikcu
Tags: exposure,files,iceflow,logs
Description
Section titled “Description”ICEFlow VPN internal log file is exposed.
YAML Source
Section titled “YAML Source”id: iceflow-vpn-disclosure
info: name: ICEFlow VPN Disclosure author: pikpikcu severity: low description: ICEFlow VPN internal log file is exposed. metadata: max-request: 8 tags: exposure,files,iceflow,logs
http: - method: GET path: - "{{BaseURL}}/log/system.log" - "{{BaseURL}}/log/vpn.log" - "{{BaseURL}}/log/access.log" - "{{BaseURL}}/log/warn.log" - "{{BaseURL}}/log/error.log" - "{{BaseURL}}/log/debug.log" - "{{BaseURL}}/log/mobile.log" - "{{BaseURL}}/log/firewall.log"
max-size: 2048
matchers-condition: and matchers: - type: word words: - 'ICEFLOW VPN:' - 'ICEFLOW SYSTEM' - 'ICEFLOW' part: body condition: or
- type: status status: - 200
- type: word words: - "text/plain" - 'ICEFLOW' part: header condition: and# digest: 490a004630440220423886eea7b2d77f5e702f0913a5370ed43aebfe88c5a90d884bd0faaaf9025602205ed61bf8273d2400870e20310ce09488b424be52a49c5a2243794ce013bc3c19:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/files/iceflow-vpn-disclosure.yaml"