Lakerfield.PingSweep
1.0.1
Prefix Reserved
dotnet tool install --global Lakerfield.PingSweep --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Lakerfield.PingSweep --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Lakerfield.PingSweep&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Lakerfield.PingSweep --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Lakerfield.PingSweep
A fast .NET global tool for sweeping a network range and discovering online hosts.
Installation
dotnet tool install --global Lakerfield.PingSweep
Run without installing
dnx Lakerfield.PingSweep
Usage
Interactive mode
Run without arguments to get an interactive prompt. Select a network interface and confirm the CIDR range — results appear live as hosts respond, then a sorted summary is shown when the sweep finishes.
ping-sweep
CLI mode
Pass a range directly to sweep non-interactively. Online hosts are printed as they respond, followed by a sorted list.
Two range formats are supported:
# CIDR notation
ping-sweep 192.168.1.0/24
# Dash notation (last-octet range)
ping-sweep 192.168.1.1-100
Requirements
- .NET 10 runtime
- On Linux/macOS, raw ICMP may require running as root or granting the binary
cap_net_raw
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.1 | 99 | 4/24/2026 |
| 1.0.0 | 91 | 4/24/2026 |
| 1.0.0-beta.1 | 47 | 4/24/2026 |