42 lines
859 B
YAML
42 lines
859 B
YAML
id: iceflow-vpn-disclosure
|
|
|
|
info:
|
|
name: ICEFlow VPN Disclosure
|
|
author: pikpikcu
|
|
severity: low
|
|
tags: exposure,files,iceflow,logs
|
|
|
|
requests:
|
|
- 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
|