Back to Browse

CSEP - Create a Windows Reverse Shell Using PowerShell's PowerCat

9.5K views
Dec 13, 2021
8:44

In this short video, you will learn how to create a Windows reverse shell using PowerShell and the PowerCat PowerShell module. The PowerCat PowerShell module extends the functions of Netcat & Ncat. Powercat brings the improved functionality and power of Netcat to all recent versions of Microsoft Windows. It accomplishes this goal by using native PowerShell version 2 components. There are two takeaways from this demonstration. One, how to quickly and easily copy files from Kali over to a compromised Windows target using PowerShell. Secondly, how to extend the functionality of NetCat to any Windows machine using PowerCat. Download PowerCat. wget https://raw.githubusercontent.com/besimorhino/powercat/master/powercat.ps1 Start Python HTTP server. python -m SimpleHTTPServer 80 Start Netcat listener. nc -vlp 4444 Angles brackets are not allowed. Get the PowerShell command from within the video.

Download

0 formats

No download links available.

CSEP - Create a Windows Reverse Shell Using PowerShell's PowerCat | NatokHD