v-scan v1.1.0: Native-Level Intranet Discovery Without Root
Table of Contents

v-scan v1.1.0 solves this with its “Native Probing Mode.”
Why Native Probing?#
- Zero Privilege: By invoking the system’s built-in
pingcommand viaos/exec, the tool runs with standard user permissions. No elevation needed. - Smart Adaptability: It detects the host OS (Windows, Linux, or macOS) and automatically applies the correct ping parameters (e.g.,
-nvs-c). - Optimized Concurrency: Features a tiered Goroutine architecture. The first tier scans for active gateways (.1), while the second tier probes hosts within active subnets.
- Configurable: Easily define CIDR ranges and worker counts in
config.json.
Best Practices#
In Native Mode, the scanning speed depends on the OS’s ability to spawn processes. We recommend setting gateway_workers between 64 and 128 for an optimal balance between speed and performance.
⬇️ Download v-scan binary#
There are no articles to list here yet.