2个版本

0.1.1 2023年4月29日
0.1.0 2023年4月29日

#24 in #sub

22 每月下载

MIT 许可证

20KB
246 代码行

hrekt

一个非常快的http探测器。

安装

cargo install hrekt

使用方法

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

依赖项

~15–30MB
~472K SLoC