加载 PowerShell 脚本
Contents
通过 Module, IEX, Metasploit, Cobalt Strike 方式加载 PowerShell 脚本
Module
通过导入模块的方式加载 PowerShell 脚本.
|
|
|
|
IEX
通过 Invoke-Expression
命令从网络加载 PowerShell 脚本.
|
|
Metasploit
通过 Meterpreter 中的 powershell 模块加载 PowerShell 脚本.
|
|
Cobalt Strike
通过 Beacon 命令控制台加载 PowerShell 脚本.
|
|
注意
PowerShell 默认限制输出长度, 需手动更改.
|
|