Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 476 Bytes

Skan

A little port scanner write in Rust 🦀

License: GPL v3

Usage

Use cargo build to add all crates

Use cargo run -- -<Options>

Show help with cargo run -- -h

Generate documentation cargo doc --open

Example

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.