-
Notifications
You must be signed in to change notification settings - Fork 132
Okta
Ellis Springe edited this page Jan 24, 2022
·
5 revisions
This module allows for authentication to an organization's Okta login portal.
The Okta plugin adds one new required argument, --url
, and one optional argument, --force
. If running with more than one thread, --force
is required to run, see below for more information.
Okta throttles based on the number of authentication attempts / time
, running multiple threads will likely result in getting throttled very quickly. It is highly recommended to use only one thread, CredMaster will require the --force
flag to run if more than one is used. Adding a jitter/delay can also help with this problem.
credmaster.py <usual arguments> --threads 5 --force
credmaster.py <usual arguments> --plugin okta --url https://example.okta.com