项目作者: Lazhari

项目描述 :
A multi-threading rust program for sniffing an IP address ports
高级语言: Rust
项目地址: git://github.com/Lazhari/rust-ip-sniffer.git
创建时间: 2020-05-13T21:13:54Z
项目社区:https://github.com/Lazhari/rust-ip-sniffer

开源协议:

下载


Port Sniffer With Rust

A multi-threading rust program for sniffing an IP address ports

usage

Help

  1. cargo run -- -h

output

  1. Usage: -j to select the number threads of threads
  2. -h or -help to show the help message

Scanning an IP Address

  1. cargo run -- -j 10000 192.168.0.1

output

  1. ............
  2. 88 is open
  3. 445 is open
  4. 3283 is open
  5. 3306 is open
  6. 3333 is open
  7. 5432 is open
  8. 5900 is open
  9. 6379 is open
  10. 8899 is open
  11. 27275 is open
  12. 49266 is open
  13. 50106 is open