Skip to content
Ellis Springe edited this page Jan 24, 2022 · 5 revisions

Plugin Overview

This module allows for authentication to an organization's Okta login portal.

Unique Command Line Options

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.

Throttle Notes

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

Example Command

credmaster.py <usual arguments> --plugin okta --url https://example.okta.com
Clone this wiki locally