SYNOPSIS
Opens a netcat connection to a Windows machine in Powershell
USAGE
- Download Ncat For windows. https://nmap.org/download#windows
- Change "YOUR IP HERE" to the attacker machine's ipv4 address (find using ipconfig on windows)
- Open a terminal on the attacker machine and type "nc -lvp 4444"
- Run this script on the client machine.
NOTE
The PORT number is 4444