Skip to content

A server load testing app to actually test how your web server can support mass flood requests

Notifications You must be signed in to change notification settings

bl4ckarch/rustrequester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustRequester

Description

This is a Rust-based HTTP requester tool. It allows sending HTTP requests in parallel using multiple threads. The program reads configuration (like URL, method, headers, and body) from an input file and executes the requests. It tracks the number of requests made and the response codes received.

Installation

Prerequisites

Setup

  1. Clone the repository:
    git clone https://github.com/bl4ckarch/rustrequester.git
    cd rustrequester.git
    
  2. Build executable
    cargo build
    cargo run -- -i path_to_input_file -t number_of_threads -r number_of_requests -u your_website_url
    
  • The binary is located in /target/debug/ directory

Disclaimer

This program should not be used in an unauthorized environment,

You may not use this software for illegal or unethical purposes. This includes activities which give rise to criminal or civil liability. Under no event shall the licensor be responsible for any activities, or misdeeds, by the licensee

About

A server load testing app to actually test how your web server can support mass flood requests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages