Skip to content

Quick and useful CLI port scanner made in Rust. IPv6 support and cross-platform.

License

Notifications You must be signed in to change notification settings

skep1337/portscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quick and useful CLI port scanner made in Rust. IPv6 support and cross-platform.

Resources

License

Stars

Watchers

Forks

Languages