Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 683 Bytes

PortScanner

Simple port scanner

Install Rust

Install rust here

Compilation

To compile:

rustc port_scanner.rs

Compile
An executable will be created: port_scanner

Can be run interactively on the command line

Interactive Run

Can be run by passing arguments on the command line

Arg Vector Run

Originally created by Kwesi Owubah and Kenny Kim in 2020.
Edited and Uploaded in 2021.