Skip to content

austinkeeley/port-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

port-scan

A simple TCP port scanner written in Rust.

Not intended for actual use. Nmap is obviously better :D

This was more of an opportunity for me to learn about Rust's threads and how ownership works with them.

Building

cargo build

Running

cargo run -- target_ip

About

A very basic TCP port scanner written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages