Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 505 Bytes

rust_port_scanner

Command line port scanner made in Rust as a learning project. Could be runned on a public REPLIT repo.

I created the tool following along the article - newsletter of KERKOUR
The tool can be runned on my public Replit repository

example: $ cargo run -- google.com

In order to extract it as a runnable .exe file:
$ cargo clean
$ cargo build --release