A port scanner cli for active reconnaissance
- clone locally
git clone https://github.com/royrustdev/recon.git
cd recon
- compile
cargo build --release
cargo run -- modules
cargo run --release -- scan <example.com>
./target/release/recon modules
./target/release/recon scan royrustdev.com
or
cargo run --release -- scan royrustdev.com