hunt-brute-force

Identify and validate rate-limiting vulnerabilities in web authentication and API security workflows.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-brute-force-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-brute-force
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/redteam/hunt-brute-force
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill hunt-brute-force-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the critical security gap where applications fail to properly enforce rate limits, allowing attackers to perform brute-force attacks, credential stuffing, or account enumeration.

Core Features & Use Cases

  • Rate-Limit Classification: Distinguishes between hard lockouts, soft IP throttling, CAPTCHA injection, and silent shadow-throttling to prevent false-negative reporting.
  • Impact-Driven Hunting: Provides methodologies for testing OTP/2FA brute force, password-reset token guessing, and username enumeration.
  • Validation Discipline: Includes specific techniques to confirm findings, such as shadow-throttle seed testing and entropy measurement, ensuring reports are based on verified impact rather than surface-level observations.

Quick Start

Use the hunt-brute-force skill to analyze the login endpoint of the target application for potential rate-limiting weaknesses and enumeration vulnerabilities.

Frequently Asked Questions about hunt-brute-force

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

FAQPage Schema
How do I test rate-limiting vulnerabilities on a login endpoint?

To test rate-limiting vulnerabilities on a login endpoint, you systematically classify server responses to brute-force attempts, distinguishing between hard lockouts, soft IP throttling, and silent shadow-throttling. This confirms the actual reachability and impact of authentication security controls.

What is shadow-throttling and how does it affect credential stuffing tests?

Shadow-throttling is a silent rate-limiting mechanism where the server appears to accept requests but restricts them in the background, causing false negatives in credential stuffing tests. You validate it using shadow-throttle seed testing and entropy measurement to confirm true impact.

Can I use this methodology for OTP and password-reset token guessing?

Yes, this methodology applies directly to OTP and password-reset token guessing. It provides impact-driven hunting techniques to test 2FA brute force and password-reset workflows, ensuring validation discipline by confirming findings rather than relying on surface-level observations.

What is the best way to confirm account enumeration vulnerabilities?

The best way to confirm account enumeration vulnerabilities is through validation discipline, applying techniques like shadow-throttle seed testing and entropy measurement. This ensures reports are based on verified impact rather than surface-level server response observations.

Why do my brute-force attacks fail against web authentication despite no error messages?

Brute-force attacks often fail without error messages due to silent shadow-throttling or CAPTCHA injection by the server. Systematic classification of server responses is required to detect these hidden security controls and prevent false-negative reporting during testing.