# 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
```bash
cargo install lansweep
```
## Usage
```bash
# 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](/LICENSE) file for details.