kursatkobya / libfrizz

libfrizz is a computer software project providing a lightweight library and command-line tool for transferring data
GNU General Public License v3.0
0 stars 1 forks source link

Running frizz cli


* 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](https://github.com/kursatkobya/libfrizz/wiki/Git-workflow) for how to contribute.