Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mfa_bombing_tester.py #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jennyparyanti
Copy link
Contributor

remove config file, and get the parameters as is

remove config file, and get the parameters as is
Copy link

@DTalbott-VCM DTalbott-VCM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, great script! Regarding: mfa_bombing_tester.py: one challenge I have is that there is an API, Token, overall, and rate limit in Okta (example we have 2,000 accounts, but by default, it only MFA bombs 100 users). Maybe it would be possible to somehow export all the accounts in memory or to a file and then run it in phases. I've been able to achieve this by exporting the user list to a file via a browser extension and then having the script do a segment at a time. But it would be nice to somehow have this incorporated into the script itself. Just thought you may like to incorporate a similar feature. I would recommend API throttling and x accounts per y in chunks. Sources: https://developer.okta.com/docs/reference/rate-limits/ https://support.okta.com/help/s/article/API-Token-Rate-Limit-Violation?language=en_US https://developer.okta.com/docs/reference/rl-additional-limits/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants