14 unstable releases (3 breaking)

0.6.0 Oct 10, 2024
0.5.2 Jul 3, 2024
0.4.1 Mar 11, 2024
0.3.4 Dec 30, 2023

#393 in Network programming

Download history 18/week @ 2024-07-28 7/week @ 2024-08-04 2/week @ 2024-08-11 3/week @ 2024-08-18 15/week @ 2024-08-25 166/week @ 2024-09-01 56/week @ 2024-09-08 60/week @ 2024-09-15 57/week @ 2024-09-22 34/week @ 2024-09-29 192/week @ 2024-10-06 60/week @ 2024-10-13 34/week @ 2024-10-20 25/week @ 2024-10-27 29/week @ 2024-11-03 20/week @ 2024-11-10

115 downloads per month

MIT license

1MB
5.5K SLoC

             _                                       
            | |                                      
  _ __   ___| |_ ___  ___ __ _ _ __  _ __   ___ _ __ 
 | '_ \ / _ \ __/ __|/ __/ _` | '_ \| '_ \ / _ \ '__|
 | | | |  __/ |_\__ \ (_| (_| | | | | | | |  __/ |   
 |_| |_|\___|\__|___/\___\__,_|_| |_|_| |_|\___|_|

Arch package Alpine Linux Edge package nixpkgs stable 24.05 package Manjaro Stable package Kali Linux Rolling package

netscanner - Network scanning & diagnostic tool.

FEATURES:

  • 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
  • scanning open ports (TCP)
  • packet logs filter
  • export scanned ips, ports, packets into csv

TODO:

  • ipv6 scanning & dumping

Notes:

  • Must be run with root privileges.
  • After cargo install You may try to change binary file chown & chmod
  • Export default path is in the user's $HOME directory (linux & macos)
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 on Alpine(edge) Linux

apk add netscanner --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/

Install with cargo

cargo install netscanner

Appreciation

netscanner has been made thanks to some awesome libraries that can be found in Cargo.toml file. But mostly I would like to link these two libraries that help me the most:

Created by: Lukas Chleba chlebik@gmail.com

Dependencies

~36–50MB
~668K SLoC