Authentication security testing - auth bypass, JWT attacks, OAuth flaws, password attacks, 2FA bypass, CAPTCHA bypass, and bot detection evasion.
tools/password_generator.py
from tools.password_generator import generate_password password = generate_password(hint_text="8-16 chars, uppercase, numbers")
tools/credential_manager.py
from tools.credential_manager import CredentialManager mgr = CredentialManager() mgr.store_credential(target="example.com", username="test", password="pass")
reference/authentication*.md
reference/jwt*.md
reference/oauth*.md
reference/scenarios/password-attacks/*.md
reference/adfs-exploitation.md
reference/scenarios/2fa/*.md
reference/CAPTCHA_BYPASS.md
reference/BOT_DETECTION.md
reference/PASSWORD_CREDENTIAL_MANAGEMENT.md