hrekt

Crates.iohrekt
lib.rshrekt
version0.1.1
sourcesrc
created_at2023-04-29 16:24:40.539419
updated_at2023-04-29 16:28:07.996156
descriptionA really fast http prober.
homepage
repositoryhttps://github.com/ethicalhackingplayground/hrekt
max_upload_size
id852153
size69,394
zoidsec (ethicalhackingplayground)

documentation

README

hrekt

A really fast http prober.

Installation

cargo install hrekt

Usage

USAGE:
    hrekt [OPTIONS]

OPTIONS:
    -c, --rate <rate>                  Maximum in-flight requests per second [default: 1000]
    -t, --concurrency <concurrency>    The amount of concurrent requests [default: 100]
    -t, --timeout <timeout>            The delay between each request [default: 3]
    -w, --workers <workers>            The amount of workers [default: 1]
    -p, --ports <ports>                the ports to probe default is (80,443) [default: 80,443]
    -r, --regex <regex>                regex to be used to match a specific pattern in the response
                                       [default: ]
    -h, --help                         Print help information
    -V, --version                      Print version information
cat subs.txt | hrekt
Commit count: 39

cargo fmt