https://github.com/amhsirak/request-bot
A bot that sends infinite requests to a site
https://github.com/amhsirak/request-bot
api async bot ddos rust
Last synced: over 1 year ago
JSON representation
A bot that sends infinite requests to a site
- Host: GitHub
- URL: https://github.com/amhsirak/request-bot
- Owner: amhsirak
- Created: 2023-10-17T12:17:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T12:37:41.000Z (over 2 years ago)
- Last Synced: 2025-01-26T04:27:29.373Z (over 1 year ago)
- Topics: api, async, bot, ddos, rust
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A bot that sends requests to a backend API indefinitely.
### Usage
1. Clone the repository
2. Build the Project
Ensure you have Rust installed. If not, install Rust.
```
cargo build
```
3. Run the program
```
cargo run
```
By default, it sends all requests to google.com. To pass your own site, run the following command
```
cargo run -- https://example.com
```
4. Monitor Output
The program will start sending requests indefinitely and display output for each request
```
Request 0 => Success => Status code: 200
Request 1 => Failed => [Error Message]
```
---
This tool is for educational and experimental purposes only. Avoid using it for any malicious activities.