> For the complete documentation index, see [llms.txt](https://sec88.0x88.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec88.0x88.online/web-appsec/no-rate-limit.md).

# No Rate Limit

* [ ] [Rate-Limit-Bypass](https://book.hacktricks.xyz/pentesting-web/rate-limit-bypass)
* [ ] add `%00` at the end of mail in intruder whenever error 429 comes Or `%2e`,`%0d` ,`%0a`
* [ ] add `X-Forwarded-For: 127.0.0.1`
* [ ] If rate limit is based on ip use ip rotator burp extention
* [ ] signupt form → catch post req for adding users → send to intruder → <h0tak88r+1000@bugcrowdninja.com>→ make more than 400 accs → report it
* [ ] [(21) Techniques For Bypassing Rate Limiting on OTP/2FA Endpoints | LinkedIn](https://www.linkedin.com/pulse/techniques-bypassing-rate-limiting-otp2fa-endpoints-aravind-s/)
* [ ] Server Security Misconfiguration > No Rate Limiting on Form > Registration
* [ ] Server Security Misconfiguration > No Rate Limiting on Form > Login
* [ ] Server Security Misconfiguration > No Rate Limiting on Form > Email-Triggering
* [ ] Server Security Misconfiguration > No Rate Limiting on Form > SMS-Triggering **P5**
* [ ] Server Security Misconfiguration > No Rate Limiting on Form > Change Password
* [ ] Remove the `user-agent` header -> [https://medium.com/@mrxdevil404/how-i-bypassed-rate-limits-to-trigger-account-takeovers-sms-flooding-and-impersonation-9ed42ca1501](https://medium.com/@mrxdevil404/how-i-bypassed-rate-limits-to-trigger-account-takeovers-sms-flooding-and-impersonation-9ed42ca1501f)
* [ ] Modifying the phone number parameter on each request—effectively submitting unique numbers—the attacker bypassed rate-limiting -> <https://medium.com/@mrxdevil404/how-i-bypassed-rate-limits-to-trigger-account-takeovers-sms-flooding-and-impersonation-9ed42ca1501f>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sec88.0x88.online/web-appsec/no-rate-limit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
