3 个版本
0.2.7 | 2023 年 4 月 30 日 |
---|---|
0.2.6 | 2022 年 11 月 6 日 |
0.2.5 | 2022 年 4 月 24 日 |
#270 在 HTTP 客户端
每月 30 次下载
56KB
804 行
安装
使用以下命令用 cargo 安装
cargo install frizz
或从 https://github.com/ozkanpakdil/libfrizz/releases/ 下载
运行 frizz 命令行界面
- 指定自定义请求方法给指定目标的示例
# frizz --target http://httpbin.org/post\?test\=2 -X POST -d "hallo"
# frizz --target http://httpbin.org/put\?test\=2 -X PUT
# frizz -t http://httpbin.org/get?test=2 -X GET -#
# frizz.exe -t http://httpbin.org/trace?test=2 -X TRACE -#
# frizz -t http://httpbin.org/head?test=2 -X HEAD -#
# frizz -t http://httpbin.org/put?test=2 -X PUT -#
- 扫描指定目标的端口的示例
# frizz -s --target example.net
# frizz -s -t example.net --ports 80 1024
# frizz -s -t example.net --timeout 1 -c 1024
# frizz -s -t example.net --timeout 1 -c 1024 -o output.txt
# frizz -s -t example.net --timeout 1 --sctp -o output
# frizz -s -t example.net --timeout 1 --tcp -o output
查看 Git 工作流程 了解如何贡献。
依赖关系
~22–38MB
~629K SLoC