# hrekt A really fast http prober. ### Installation ```rust cargo install hrekt ``` ### Usage ```bash USAGE: hrekt [OPTIONS] OPTIONS: -c, --rate Maximum in-flight requests per second [default: 1000] -t, --concurrency The amount of concurrent requests [default: 100] -t, --timeout The delay between each request [default: 3] -w, --workers The amount of workers [default: 1] -p, --ports the ports to probe default is (80,443) [default: 80,443] -r, --regex regex to be used to match a specific pattern in the response [default: ] -h, --help Print help information -V, --version Print version information ``` ```bash cat subs.txt | hrekt ```