auth_attack

Detect authentication vulnerabilities in web applications using Python.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill auth-attack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth_attack
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/auth_attack
Command: npx skills add https://github.com/bingook/bingo --skill auth-attack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, requests, re, and includes scripts (resource) components.

What problem does it solve?

This Skill detects and demonstrates various authentication vulnerabilities in web applications, allowing security professionals to identify and address potential weaknesses.

Core Features & Use Cases

  • Account Enumeration: Detects possible valid usernames by analyzing response differences.
  • Password Spray: Attempts common passwords across valid accounts to bypass account lockout.
  • Login Logic Bypass: Tests for SQL injection, NoSQL injection, and type juggling vulnerabilities in login forms.
  • Password Reset Attack: Exploits host header injection and token prediction to bypass password reset.
  • MFA/2FA Bypass: Demonstrates methods to bypass multi-factor authentication and two-factor authentication.
  • Session Hijacking: Exploits session fixation and session reuse vulnerabilities.

Quick Start

Run the auth_attack skill on a target URL to scan for authentication vulnerabilities.

Frequently Asked Questions about auth_attack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test web applications for authentication vulnerabilities like login logic bypass and MFA bypass?

Test authentication vulnerabilities by running automated scripts against a target URL to detect account enumeration, password spray, login logic bypass, and MFA bypass weaknesses through payload generation.

How does account enumeration work during a security audit?

Account enumeration works during a security audit by analyzing response differences from login attempts to detect possible valid usernames within the target web application.

What is the best way to exploit password reset vulnerabilities in penetration testing?

The best way to exploit password reset vulnerabilities in penetration testing is by leveraging host header injection and token prediction to bypass the password reset mechanism.

Do I need Python and httpx to run an authentication security audit?

Yes, you need Python and various libraries including httpx and requests to generate network requests and payloads required for the authentication security audit.

Can session hijacking be detected through automated vulnerability assessment scripts?

Session hijacking can be detected through automated vulnerability assessment scripts that exploit session fixation and session reuse vulnerabilities in web applications.

When should I use a password spray attack during a web security audit?

Use a password spray attack during a web security audit when attempting common passwords across valid accounts to bypass account lockout mechanisms and test authentication strength.