Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 524 Bytes

Building

Install rustup on your system https://rustup.rs/

Clone the repo

git clone https://github.com/skep1337/portscan

Go into the directory and build

cd portscan

cargo build -r

The executable will be in target/release

Usage

On Windows, put the exe into System32 and run it from command prompt

On Linux, copy the executable to /usr/bin

# mv target/release/portscan /usr/bin

image