An open API service indexing awesome lists of open source software.

https://github.com/atmegabuzz/portscanner

Port Scanner CLI utility written in rust
https://github.com/atmegabuzz/portscanner

portscanner rust

Last synced: about 1 year ago
JSON representation

Port Scanner CLI utility written in rust

Awesome Lists containing this project

README

          

# PortScanner
Port Scanner CLI utility written in rust
a free tool that displays which ports on a network are open for communication.

Run for all ports
```
cargo run -- -p -ip 192.168.10.1
```
Run for 1 port
```
cargo run -- -p -ip 192.168.10.1
```

range functionality not added