【发布时间】:2016-12-21 20:23:19
【问题描述】:
有没有一种方法可以在 PowerShell 中创建 TCP 或 UDP 服务器和客户端,并从客户端连接到服务器,并像反向 shell 一样提供从客户端到服务器的命令行访问权限。
在 Python 中很容易做到这一点,但有没有办法在 PowerShell 中做到这一点。
谢谢
【问题讨论】:
-
欢迎成为 SO 的新用户。这是一个主题问题,请take the tour 和read asking。关于您的问题,请参阅
Get-Command *-PsSession或Get-Command New-PsSession Show
标签: shell powershell reverse