https://github.com/santisq/psnetscanners
ICMP and TCP async scanners
https://github.com/santisq/psnetscanners
dns icmp multithreading parallel-processing ping powershell
Last synced: 9 months ago
JSON representation
ICMP and TCP async scanners
- Host: GitHub
- URL: https://github.com/santisq/psnetscanners
- Owner: santisq
- License: mit
- Created: 2021-12-08T15:47:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T14:42:47.000Z (about 1 year ago)
- Last Synced: 2025-03-24T18:21:12.676Z (9 months ago)
- Topics: dns, icmp, multithreading, parallel-processing, ping, powershell
- Language: C#
- Homepage: https://www.powershellgallery.com/packages/PSNetScanners
- Size: 112 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PSNetScanners
PowerShell ICMP and TCP async scanners
[](https://github.com/santisq/PSNetScanners/actions/workflows/ci.yml)
[](https://codecov.io/gh/santisq/PSNetScanners)
[](https://www.powershellgallery.com/packages/PSNetScanners)
[](https://github.com/santisq/PSNetScanners/blob/main/LICENSE)
PSNetScanners is a PowerShell Module that includes two cmdlets using async techniques for ICMP and TCP scanning. Essentially, like built-in cmdlets `Test-Connection` or `Test-NetConnection` with a few less options but much faster.
## Documentation
Check out [__the docs__](./docs/en-US) for information about how to use this Module.
## Installation
### Gallery
The module is available through the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSNetScanners):
```powershell
Install-Module PSNetScanners -Scope CurrentUser
```
### Source
```powershell
git clone 'https://github.com/santisq/PSNetScanners.git'
Set-Location ./PSNetScanners
./build.ps1
```
## Requirements
This module has no requirements and is fully compatible with __Windows PowerShell 5.1__ and [__PowerShell Core 7+__](https://github.com/PowerShell/PowerShell).
## Contributing
Contributions are more than welcome, if you wish to contribute, fork this repository and submit a pull request with the changes.