2 releases

0.1.1 Apr 29, 2023
0.1.0 Apr 29, 2023

#19 in #sub

33 downloads per month

MIT license

20KB
246 lines

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

Dependencies

~15–30MB
~475K SLoC