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

#233 in Network programming

Download history 29/week @ 2024-07-18 24/week @ 2024-07-25 9/week @ 2024-08-01 5/week @ 2024-08-08 3/week @ 2024-08-15 7/week @ 2024-08-22 83/week @ 2024-08-29 126/week @ 2024-09-05 65/week @ 2024-09-12 53/week @ 2024-09-19 42/week @ 2024-09-26 29/week @ 2024-10-03 221/week @ 2024-10-10 31/week @ 2024-10-17 32/week @ 2024-10-24 14/week @ 2024-10-31

306 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

~37–50MB
~668K SLoC