An open API service indexing awesome lists of open source software.

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

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.