https://github.com/wcoder/ip-scanner
Simple IP subset scanner on .NET. Available for Windows, Linux and macOS.
https://github.com/wcoder/ip-scanner
console-tool cross-platform csharp dotnet dotnet-core hacktoberfest ip-scanner linux macos network windows
Last synced: 5 months ago
JSON representation
Simple IP subset scanner on .NET. Available for Windows, Linux and macOS.
- Host: GitHub
- URL: https://github.com/wcoder/ip-scanner
- Owner: wcoder
- License: mit
- Created: 2017-10-31T15:06:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T18:25:56.000Z (over 2 years ago)
- Last Synced: 2025-03-06T05:12:03.803Z (7 months ago)
- Topics: console-tool, cross-platform, csharp, dotnet, dotnet-core, hacktoberfest, ip-scanner, linux, macos, network, windows
- Language: C#
- Homepage:
- Size: 264 KB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP-Scanner
Simple IP subset scanner on .NET 6. Available for Windows, Linux and Mac.## Use
Easy command to start app:
```
dotnet run --project src/IpScanner/IpScanner.csproj 192.168.0.1 192.168.0.254
```
Or you can add third parameter to only display the available devices.
```
dotnet run --project src/IpScanner/IpScanner.csproj 192.168.0.1 192.168.0.254 -u
```## Build for publish:
```
cd src
```Window x64:
```
dotnet publish -c Release -r win10-x64
```
MacOS x64:
```
dotnet publish -c Release -r osx-x64
```
Ubuntu x64:
```
dotnet publish -c Release -r ubuntu-x64
```
> Additional info about PID: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog