A little port scanner write in Rust 🦀
Use cargo build
to add all crates
Use cargo run -- -<Options>
Show help with cargo run -- -h
Generate documentation cargo doc --open
Example of usage: cargo run -- -s 127.0.0.1 -p 19-24 -t 1 -o output.json
Read the help with -h
to see all the options and how to use them.