Command-line tool written in Zig for scanning and analyzing local networks
- ✨ Usage
- 🔨 Installation
- ⚙️ Build
- ©️ License
ns -p <ip> <port-range> # Scan a single IP address for open ports (example: 192.168.1.1 1-1024)
ns -s <subnet> # The subnet to scan for IPs in CIDR notation (example: 192.168.0.1/24)
ns --help # Display help message
ns --version # Display version
⚡ - Zig
cd /path/to/repo # Change to the project directory
zig build # Build the project
cd ./zig-out/bin/ # Change to the output directory
ns --help # Run the program