17 releases

new 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

#939 in Network programming

Download history 15/week @ 2024-11-20 224/week @ 2024-11-27 450/week @ 2024-12-04 200/week @ 2024-12-11 73/week @ 2024-12-18 195/week @ 2024-12-25 117/week @ 2025-01-01 97/week @ 2025-01-08 35/week @ 2025-01-15 35/week @ 2025-01-22 77/week @ 2025-01-29 37/week @ 2025-02-05 37/week @ 2025-02-12 59/week @ 2025-02-19 45/week @ 2025-02-26 230/week @ 2025-03-05

377 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
~685K SLoC