16 unstable releases (3 breaking)

0.6.2 Dec 3, 2024
0.6.1 Nov 30, 2024
0.6.0 Oct 10, 2024
0.5.2 Jul 3, 2024
0.3.4 Dec 30, 2023

#316 in Network programming

Download history 62/week @ 2024-09-21 32/week @ 2024-09-28 170/week @ 2024-10-05 78/week @ 2024-10-12 34/week @ 2024-10-19 30/week @ 2024-10-26 30/week @ 2024-11-02 19/week @ 2024-11-09 27/week @ 2024-11-16 12/week @ 2024-11-23 462/week @ 2024-11-30 339/week @ 2024-12-07 108/week @ 2024-12-14 170/week @ 2024-12-21 120/week @ 2024-12-28 80/week @ 2025-01-04

501 downloads per month

MIT license

1.5MB
5.5K SLoC

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

Arch package nixpkgs unstable 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
  • traffic counting + DNS records

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

Windows Installation

To use netscanner on Windows, you need to install Npcap, otherwise you may encounter packet.dll error. Npcap is a packet capture library required for network scanning and packet analysis.

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

~35–50MB
~652K SLoC