🕵️
VeryLazyTech
📜 Medium🛒 My Shop👾 Github📩 Telegram 📺 YouTube✖ Twitter
  • 🕵️Welcome!
    • VeryLazyTech
    • Support VeryLazyTech
      • 👾 GitHub
      • 📜 Medium
      • ☕ My Shop
      • 📺 YouTube
      • ✖ Twitter
      • 📩 Telegram
  • 🛡️ Vulnerabilities and Exploits
    • CVE - POC
      • Unauthenticated RCE Flaw in Rejetto HTTP File Server - CVE-2024-23692
      • POC - CVE-2024–4956 - Nexus Repository Manager 3 Unauthenticated Path Traversal
      • POC - CVE-2024-45241: Path Traversal in CentralSquare's CryWolf
      • Telerik Auth Bypass CVE-2024-4358
      • Check Point Security Gateways Information Disclosure - CVE-2024-24919
      • CVE-2024-23897 - Jenkins File Read Vulnerability
      • CVE-2024–10914- Command Injection Vulnerability in name parameter for D-Link NAS
      • POC - CVE-2024-21534 Jsonpath-plus vulnerable to Remote Code Execution (RCE)
      • CVE-2024-9935 - PDF Generator Addon for Elementor Page Builder <= 1.7.5 - Unauthenticated Arbitrary
      • CVE-2024-50623- Cleo Unrestricted file upload and download
      • POC - WordPress File Upload plugin, in the wfu_file_downloader.php file before version <= 4.24.11
      • POC - Remote and unauthenticated attacker can send crafted HTTP requests to RCE - cve-2025-3248
      • POC - CVE-2025–2539 File Away <= 3.9.9.0.1 - Missing Authorization to Unauthenticated Arbitrary File
      • POC - CVE-2025-29306 FOXCMS /images/index.html Code Execution Vulnerability
  • 🕵️‍♂️Dorks
    • GitHub Dorks
    • Google Dork Online Tool
  • 📚 Resources
    • Top Hacking Books for 2024: FREE and Paid
    • How to Study for OSCP with the PWK Book PDF
    • Top 20 phishing tools to use in 2024
    • Top 8 Bug Bounty Books for 2025: Must-Reads for Ethical Hackers
    • Top Hacking Tools and Skills You Need to Learn in 2025
    • Offensive Cloud
    • Penetration Testing & Hacking Tools List
    • Top Cybersecurity Books by Topic
  • The Ultimate Penetration Testing Methodology (2025 Edition)
  • 🕸️Pentesting Web
    • Client Side Template Injection (CSTI)
    • Identify a Server’s Origin IP
    • 2FA/MFA/OTP Bypass
  • IDOR
  • Open Redirect
  • Subdomain Takeover
  • Penetration Testing WiFi Networks
  • Client-Side Path Traversal
  • Clickjacking
  • Command Injection
  • JWT Vulnerabilities
  • Bypass rating limit
  • CORS - Misconfigurations & Bypass
  • LDAP Injection
  • File upload vulnerabilities
  • Content Security Policy (CSP) bypass
  • 🐧Linux
    • Practical Linux Commands
    • Bypassing Bash Restrictions - Rbash
    • Privilege escalation - Linux
  • Linux Environment Variables
  • 🪟Windows
    • Active Directory Methodology
  • 🌐Network Pentesting
    • FTP - Port 21
    • SSH- Port 22
    • Telnet - Port 23
    • SMTP/s - Port 25,465,587
    • WHOIS - Port 43
    • TACACS+ - Port 49
    • DNS - Port 53
    • TFTP/Bittorrent-tracker - Port 69/UDP
    • Finger - Port 79
    • Web - Port 80,443
    • Kerberos - Port 88
    • POP - Port 110/995
    • Portmapper - Port 111/TCP/UDP
    • Ident - Port 113
    • NTP - Port 123/UDP
    • MSRPC - Port 135, 539
    • NetBios - Port 137,138,139
    • SMB - Port 139 445
    • IMAP - Port 143, 993
    • SNMP - Ports 161, 162, 10161, and 10162/UDP
    • IRC - Ports 194,6667,6660-7000
    • Check Point Firewall - Port 264
    • LDAP - Ports 389, 636, 3268, 3269
    • IPsec/IKE VPN - Port 500/UDP
    • Modbus - Port 502
    • Rexec - Port 512
    • Rlogin - Port 513
    • Rsh - Port 514
    • Line Printer Daemon (LPD) - Port 515
    • Apple Filing Protocol (AFP) - PORT 548
    • RTSP - Port 554, 8554
    • IPMI - Port 623/UDP/TCP
    • Internet Printing Protocol (IPP) - Port 631
    • EPP - Port 700
    • Rsync - Port 873
    • Rusersd Service - Port 1026
    • Socks - Port 1080
    • Java RMI - RMI-IIOP - Port 1098/1099/1050
    • MSSQL (Microsoft SQL Server) - Port 1433
    • Oracle TNS Listener - Port 1521,1522-1529
  • PPTP - Port 1723
  • MQTT (Message Queuing Telemetry Transport) - Port 1883
  • Compaq HP Insight Manager - Port 2301, 2381
  • NFS Service - Port 2049
  • Docker - Port 2375,2376
  • Squid - Port 3128
  • iScsi - Port 3260
  • SAPRouter - Port 3299
  • 😎Post-exploitation
    • File Transfer Cheatsheet: Windows and Linux
  • 🧑‍🔧Technical guides
    • Kali Linux - Installation
Powered by GitBook
On this page
  • Basic info
  • Understanding Weak Rate-Limiting Mechanisms
  • Rate Limit Bypass Techniques
  • 1. Exploring Similar Endpoints
  • 2. Incorporating Blank Characters in Code or Parameters
  • 3. Manipulating IP Origin via Headers
  • 4. Changing Other Headers
  • 5. Leveraging API Gateway Behavior
  • 6. Logging Into Your Account Before Each Attempt
  • 7. Utilizing Proxy Networks
  • 8. Splitting the Attack Across Different Accounts or Sessions
  • 9. Using Capital Letters or URL Case Changes
  • Automating Rate Limit Bypass with Burp Suite & ffuf

Was this helpful?

Bypass rating limit

Bypass rate limits like a pro with VeryLazyTech—advanced exploits and lazy techniques unveiled!

PreviousJWT VulnerabilitiesNextCORS - Misconfigurations & Bypass

Last updated 2 months ago

Was this helpful?

  • Become VeryLazyTech ! 🎁

  • Follow us on:

    • ✖ Twitter .

    • 👾 Github .

    • 📜 Medium .

    • 📺 YouTube .

    • 📩 Telegram .

    • 🕵️‍♂️ My Site .

  • Visit our for e-books and courses. 📚

Basic info

Rate limiting is a fundamental security mechanism designed to prevent brute-force attacks, credential stuffing, and API abuse. However, many implementations contain weaknesses that attackers can exploit to bypass restrictions. This article explores advanced techniques used to evade rate limits, how tools like Burp Suite and ffuf automate attacks, and how security professionals can detect and mitigate these vulnerabilities.

Understanding Weak Rate-Limiting Mechanisms

Rate limits are typically enforced using one or more of the following strategies:

  • IP-based limiting: Restricts requests from the same IP address.

  • Session-based limiting: Limits actions within a specific user session.

  • Header-based limiting: Uses custom headers to enforce restrictions.

  • Time-based limiting: Allows a fixed number of requests per second/minute/hour.

Attackers bypass weak implementations by manipulating these constraints. Let's explore some advanced techniques.


Rate Limit Bypass Techniques

1. Exploring Similar Endpoints

Attackers look for variations of the targeted endpoint to see if rate limits apply inconsistently. Examples:

/api/v3/sign-up
/Sing-up
/SignUp
/singup
/api/v1/sign-up
/api/sign-up

By rotating between multiple endpoints, an attacker can bypass rate limits applied to a single endpoint.

2. Incorporating Blank Characters in Code or Parameters

Adding blank bytes such as %00, %0d%0a, %20 can fool poorly implemented rate limit checks. Example:

code=1234%0a

This tactic is useful for circumventing login attempt restrictions by injecting variations of credentials.

3. Manipulating IP Origin via Headers

Many rate-limiting systems rely on IP addresses to track request counts. Attackers manipulate headers such as:

X-Originating-IP: 127.0.0.1
X-Forwarded-For: 127.0.0.1
X-Remote-IP: 127.0.0.1
X-Remote-Addr: 127.0.0.1
X-Client-IP: 127.0.0.1
X-Host: 127.0.0.1
X-Forwarded-Host: 127.0.0.1

By altering these headers, attackers can trick the server into treating repeated requests as coming from different users.

4. Changing Other Headers

Rate-limiting systems sometimes rely on tracking specific headers such as User-Agent or cookies. Attackers can:

  • Rotate user-agents using browser automation tools.

  • Clear or manipulate cookies with each request.

5. Leveraging API Gateway Behavior

Some API gateways enforce rate limits based on parameters. Attackers bypass these by:

/resetpwd?someparam=1
/resetpwd?someparam=2

By appending non-significant parameters, requests appear unique, circumventing the limit.

6. Logging Into Your Account Before Each Attempt

Some applications reset rate limits after successful logins. Attackers:

  • Automate re-login before each brute-force attempt.

  • Use Burp Suite’s Pitchfork Attack to rotate credentials.

7. Utilizing Proxy Networks

To evade IP-based rate limiting, attackers:

  • Route traffic through Tor or VPNs.

  • Use rotating proxies with tools like ffuf.

  • Deploy botnets to distribute attack requests.

8. Splitting the Attack Across Different Accounts or Sessions

When rate limits apply per user session, attackers distribute requests among:

  • Multiple fake accounts.

  • Temporary guest sessions.

  • Different user tokens.

9. Using Capital Letters or URL Case Changes

Imagine you have a login page at the URL /login. The system enforces a rate limit to prevent brute force attacks by restricting the number of login attempts a user can make in a given time frame. For instance, after 5 failed attempts within a minute, further login attempts from the same IP or account may be blocked temporarily.

However, in some systems, the rate-limiting mechanism may rely on the exact string of the URL, including its casing. If the system does not normalize the case of the URL when applying the rate limit, it could treat /login and /logiN (with the capital “N”) as two distinct endpoints.


Automating Rate Limit Bypass with Burp Suite & ffuf

Using Burp Suite for Rate Limit Bypass

Burp Suite’s Intruder module automates brute-force attacks while bypassing rate limits:

  1. Set up Intruder to target the login endpoint.

  2. Use Sniper or Pitchfork mode to rotate parameters.

  3. Modify headers dynamically to evade detection.

  4. Enable follow redirects to refresh rate limit counters.

Automating with ffuf

ffuf is a powerful tool for brute-force attacks that can be used to bypass rate limits.

# Using ffuf to bypass rate limits via header manipulation
ffuf -u https://target.com/login -w wordlist.txt -H "X-Forwarded-For: 127.0.0.1"
# Sending requests from multiple IPs using a proxy list
ffuf -u https://target.com/api/login -w wordlist.txt -H "X-Forwarded-For: FUZZ"
# Testing multiple endpoints simultaneously
ffuf -u https://target.com/FUZZ -w endpoints.txt -fc 403

Support VeryLazyTech 🎉
  • Follow us on:

Learn & practice

Become VeryLazyTech ! 🎁

✖ Twitter .

👾 Github .

📜 Medium .

📺 YouTube .

📩 Telegram .

🕵️‍♂️ My Site .

Visit our for e-books and courses. 📚

member
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
shop
For the OSCP.
member
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
@VeryLazyTech
shop