9 releases

0.4.5 May 3, 2024
0.4.1 Mar 11, 2024
0.3.4 Dec 30, 2023

#527 in Network programming

Download history 10/week @ 2024-02-10 160/week @ 2024-02-17 21/week @ 2024-02-24 12/week @ 2024-03-02 435/week @ 2024-03-09 53/week @ 2024-03-16 26/week @ 2024-03-23 113/week @ 2024-03-30 17/week @ 2024-04-06 368/week @ 2024-04-13 211/week @ 2024-04-20 54/week @ 2024-04-27 229/week @ 2024-05-04

863 downloads per month

MIT license

230KB
3.5K SLoC

netscanner

Network scanning tool with features like:

  • List HW Interfaces
  • Switching active Interface for scanning & packet-dumping
  • WiFi networks scanning
  • WiFi signals strength (with charts)
  • (IPv4) Pinging CIDR with hostname, oui & mac address
  • (IPv4) Packetdump (TCP, UDP, ICMP, ARP)
  • (IPv6) Packetdump (ICMP6)
  • start/pause packetdump

TODO:

  • scanning open ports
  • modal window with packet data
  • ipv6 scanning & dumping

Notes:

  • Must be run with root privileges.
  • After cargo install You may try to change binary file chown & chmod
sudo chown root:user /home/user/.cargo/bin/netscanner
sudo chmod u+s /home/user/.cargo/bin/netscanner

Install on Arch Linux

pacman -S netscanner

Install Cargo

cargo install netscanner

netscanner screenshot netscanner screenshot

Dependencies

~34–50MB
~654K SLoC