Skip to content

Check whether the domain has a rate limit enabled.

License

Notifications You must be signed in to change notification settings

LookinLabs/rate-limit-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate Limit Checker

Rate limit checker written in Go. It's a simple tool to check the rate limit of a website. It sends a request to the website and checks the response code. If the response code is 429, it means the website has a rate limit. It can be used to check the rate limit of any website.

preview

Install

From Source

  1. Clone this repository

git clone https://github.com/lookinlabs/rate-limit-checker

  1. Use the raw file or build it

&& cd rate-limit-checker && go build rate.go

Native

go get github.com/lookinlabs/rate-limit-checker

Usage


Usage of rate:
  --method, -X string
      HTTP Method to use for the request (default "GET")
  --threads, -t int
      Number of threads to use (default 10)
  --requests-count -c int
      Number of requests to send (default 500)
  --ignore-code-change, -i
      Continue after the rate limiter code was changed
  --url, -u string
      URL to check
  --output, -o string
      Output file to save the results

About

Check whether the domain has a rate limit enabled.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%