PortScanner Simple port scanner Install Rust Install rust here Compilation To compile: rustc port_scanner.rs An executable will be created: port_scanner Can be run interactively on the command line Can be run by passing arguments on the command line Originally created by Kwesi Owubah and Kenny Kim in 2020. Edited and Uploaded in 2021.