3 releases

0.2.7 Apr 30, 2023
0.2.6 Nov 6, 2022
0.2.5 Apr 24, 2022

#244 in HTTP client

Download history 7/week @ 2024-02-18 7/week @ 2024-02-25 1/week @ 2024-03-03 8/week @ 2024-03-10 53/week @ 2024-03-31

53 downloads per month

GPL-3.0 license

56KB
804 lines

Installation

install with cargo like below command

cargo install frizz

or download from https://github.com/ozkanpakdil/libfrizz/releases/

Running frizz cli

  • Examples to specify custom request method to given target
# 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 -#

  • Examples to scan ports for given target
# 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

Check Git workflow for how to contribute.

Dependencies

~22–38MB
~647K SLoC