lansweep 0.1.0

Fast network scanner for device discovery and service enumeration
lansweep-0.1.0 is not a library.

lansweep

Fast network scanner for device discovery and service enumeration.

Features

  • Network device discovery
  • Port scanning and service enumeration
  • Cross-platform support (Windows, Linux, macOS)
  • Fast concurrent scanning
  • Multiple output formats (JSON, CSV, terminal)

Installation

cargo install lansweep

Usage

# Scan local network

lansweep


# Scan specific subnet

lansweep 192.168.1.0/24


# Scan with port range

lansweep --ports 1-1000 192.168.1.0/24

License

Apache-2.0 License - see LICENSE file for details.