🛡️
QualityTypeScript

Rate Limit Bypass

by CyberStrikeus

Rate Limit Bypass is a Quality skill for Claude Code, published by CyberStrikeus in CyberStrike.

1.7K stars269 forkson CyberStrikeus/CyberStrikeAdded 2026/08/12+4% in starsRepository updated 2026/08/12
aiai-agentai-securitybug-bountycybersecuritydevsecopsethical-hackinghackinghacking-toolllmmcpmcp-servermitre-attackoffensive-securityowasppenetration-testingpentestred-teamsecuritysecurity-tools
Install in seconds
Install Rate Limit Bypass
Copy Rate Limit Bypass into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CyberStrikeus/CyberStrike/tree/main/.cyberstrike/skill/attack-rate-limit-bypass ~/.claude/skills/attack-rate-limit-bypass

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CyberStrikeus/CyberStrike.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.cyberstrike/skill/attack-rate-limit-bypass/SKILL.md in CyberStrikeus/CyberStrike
Installs to
~/.claude/skills/attack-rate-limit-bypass
Collection
One of 51 skills cataloged from this repository
Category
Quality1354 skills

What Rate Limit Bypass does

Rate Limit Bypass tests endpoints for weak throttling and account lockout controls using header, URL, and method variations. Use it when checking login, reset, OTP, or other rate-limited flows.

Rate Limit Bypass is cataloged under Quality on DirSkills. Rate Limit Bypass comes from a repository tagged ai, ai-agent, ai-security, bug-bounty and cybersecurity.

Documentation

README

Rate Limit Bypass

Objective

Bypass rate limiting mechanisms to enable brute-force attacks, credential stuffing, or abuse of rate-limited functionality.

Testing Methodology

Phase 1: Automated Bypass Testing

# Full bypass test suite (5 techniques)
attack_script rate_limit_bypass "https://TARGET/api/login" \
  --method POST \
  -H "Content-Type:application/json" \
  -d '{"email":"test@test.com","password":"test"}' \
  --count 20 \
  --json-output

Tests automatically:

  1. X-Forwarded-For IP rotation
  2. URL case variation
  3. HTTP method switching
  4. Random query parameter injection
  5. Header-based bypasses

Phase 2: X-Forwarded-For Rotation

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Rate Limit Bypass

  • What else does CyberStrikeus publish alongside Rate Limit Bypass?

    Rate Limit Bypass is one of 51 skills that DirSkills catalogs from CyberStrikeus/CyberStrike, the repository it ships in. Its siblings there include AMI Age Compliance, AMI Encryption Check and AMI Naming Convention Compliance. Each one is a separate skill with its own page in this directory, installs the same way Rate Limit Bypass does, and is maintained by CyberStrikeus in that same repository. The rest of the collection is listed on the CyberStrikeus/CyberStrike page.

  • How does Rate Limit Bypass compare to other Quality skills?

    Rate Limit Bypass ranks #607 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Rate Limit Bypass against them. Open each page to compare what they document and how they install.

More from CyberStrikeus/CyberStrike

Rate Limit Bypass is one of 51 skills cataloged on DirSkills from CyberStrikeus/CyberStrike.

See all 51 skills