17 releases

0.6.3 Mar 9, 2025
0.6.2 Dec 3, 2024
0.6.1 Nov 30, 2024
0.5.2 Jul 3, 2024
0.3.4 Dec 30, 2023

#297 in Network programming

Download history 434/week @ 2024-12-03 257/week @ 2024-12-10 85/week @ 2024-12-17 195/week @ 2024-12-24 105/week @ 2024-12-31 98/week @ 2025-01-07 46/week @ 2025-01-14 34/week @ 2025-01-21 74/week @ 2025-01-28 40/week @ 2025-02-04 38/week @ 2025-02-11 59/week @ 2025-02-18 41/week @ 2025-02-25 206/week @ 2025-03-04 112/week @ 2025-03-11 36/week @ 2025-03-18

398 downloads per month

MIT license

1.5MB
5.5K SLoC

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

Arch package nixpkgs unstable package Manjaro Stable package Kali Linux Rolling package

netscanner - Network scanner & 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

~36–51MB
~677K SLoC