Skip to content

Command line port scanner made in Rust as a learning project. Could be runned on a public REPLIT repo.

License

Notifications You must be signed in to change notification settings

carloocchiena/rust_port_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_port_scanner

Command line port scanner made in Rust as a learning project. Could be runned on a public REPLIT repo.

I created the tool following along the article - newsletter of KERKOUR
The tool can be runned on my public Replit repository

example: $ cargo run -- google.com

In order to extract it as a runnable .exe file:
$ cargo clean
$ cargo build --release

About

Command line port scanner made in Rust as a learning project. Could be runned on a public REPLIT repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published