8 releases

new 0.4.4 Apr 22, 2024
0.4.1 Mar 11, 2024
0.3.4 Dec 30, 2023

#1095 in Network programming

Download history 15/week @ 2024-01-05 13/week @ 2024-01-12 8/week @ 2024-02-09 156/week @ 2024-02-16 23/week @ 2024-02-23 15/week @ 2024-03-01 352/week @ 2024-03-08 133/week @ 2024-03-15 30/week @ 2024-03-22 107/week @ 2024-03-29 22/week @ 2024-04-05 341/week @ 2024-04-12 219/week @ 2024-04-19

692 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 Arch AUR

paru -S netscanner

Install Cargo

cargo install netscanner

netscanner screenshot netscanner screenshot

Dependencies

~34–49MB
~657K SLoC