2021-08-10 03:02:17 +00:00
|
|
|
id: iceflow-vpn-disclosure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ICEFlow VPN Disclosure
|
|
|
|
author: pikpikcu
|
2021-08-14 11:58:23 +00:00
|
|
|
severity: low
|
2021-08-14 11:21:20 +00:00
|
|
|
tags: exposure,files,iceflow,logs
|
2021-08-10 03:02:17 +00:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2021-08-14 11:21:20 +00:00
|
|
|
max-size: 2048
|
2021-08-10 03:02:17 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-08-14 09:05:41 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-08-10 03:02:17 +00:00
|
|
|
- 'ICEFLOW VPN:'
|
|
|
|
- 'ICEFLOW SYSTEM'
|
|
|
|
- 'ICEFLOW'
|
|
|
|
part: body
|
2021-08-14 09:00:29 +00:00
|
|
|
condition: or
|
2021-08-10 03:02:17 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-08-14 09:00:29 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
- "ICEFLOW"
|
|
|
|
part: header
|
|
|
|
condition: and
|