https://github.com/pkgforge-security/rate-limit-checker
Check whether a domain has a rate limit enabled [Maintainer=@Azathothas]
https://github.com/pkgforge-security/rate-limit-checker
Last synced: about 1 year ago
JSON representation
Check whether a domain has a rate limit enabled [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/rate-limit-checker
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T03:17:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T03:28:28.000Z (about 1 year ago)
- Last Synced: 2025-03-06T04:24:49.598Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ℹ️ About
This is a fork of [Sh1Yo/rate-limit-checker](https://github.com/Sh1Yo/rate-limit-checker) with this PR Added: https://github.com/Sh1Yo/rate-limit-checker/pull/6
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'rate-limit-checker#github.com.pkgforge-security.rate-limit-checker'
```
### 🧰 Usage
```mathematica
❯ rate-limit-checker --help
Check whether a domain has a rate limit enabled
Usage:
rate-limit-checker [flags]
Flags:
-h, --help help for rate-limit-checker
-i, --ignore-code-change Continue after the code changing
-X, --method string HTTP method to use (default "GET")
-o, --output string Output file for logs
-c, --requests-count int Number of requests to send (default 1000)
-t, --threads int Number of threads to use (default 10)
-u, --url string URL to send requests to
```