Merge pull request #2366 from pikpikcu/patch-250

Create iceflow-vpn-disclosure
patch-1
Prince Chaddha 2021-08-14 14:37:09 +05:30 committed by GitHub
commit 3183242eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: iceflow-vpn-disclosure
info:
name: ICEFlow VPN Disclosure
author: pikpikcu
severity: medium
tags: exposure,files,iceflow
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"
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