Skip to main content
Back to registry

Broken Authentication Testing

sickn33/antigravity-awesome-skills

Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies,...

Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'Broken Authentication Testing'
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies, session handling, multi-factor authentication, and credential management. Understand the application's authentication architecture: Capture and analyze authentication requests: Evaluate password requirements and enforcement: Document policy gaps: Minimum length <8, no complexity, common passwords allowed, username as password. Test for username enumeration vulnerabilities: "Email sent if account exists" (secure) "No account with that email" (leaks info) {"error": "user_not_found"} {"error": "invalid_password"} Check for protections: Test with known breached credentials: Analyze session token security: Session token analysis: Test if session is regenerated after authentication: Attack scenario: Verify session expiration policies: Assess MFA implementation security: Test MFA enrollment: Analyze password reset security: Scenario: Test if account lockout can be bypassed Scenario: Exploit weak JWT implementation Scenario: Test password reset functionality - HTTP protocol and session mechanisms - Authentication types (SFA, 2FA, MFA) - Cookie and token handling - Common...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does Broken Authentication Testing do?

Identify and exploit authentication and session management vulnerabilities in web applications. Broken authentication consistently ranks in the OWASP Top 10 and can lead to account takeover, identity theft, and unauthorized access to sensitive systems. This skill covers testing methodologies for password policies,...

Is Broken Authentication Testing good?

Broken Authentication Testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does Broken Authentication Testing work with?

Broken Authentication Testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to Broken Authentication Testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install Broken Authentication Testing?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'Broken Authentication Testing'

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering