Multi-threaded TCP/IP network port scanner and network data debugger for PowerShell.
- Clone this repo
- Install all files to a module folder in your
PSModulePath - Open PowerShell
Use the Test-PwpHostOrIp cmdlet to scan hosts for open TCP ports.
Use the Read-PwpDataFromPort cmdlet to open a TCP socket and wait for incoming data.
The data can be written to the host or saved to a file for inspection.