windows 利用PowerShell收集域信息
如果想执行一个PowerShell脚本,就要修改执行权限
查看当前权限:
Get-ExecutionPolicy
修改权限为 Unrestricted
Set-ExecutionPolicy Untestricted
PowerView脚本常用 P75 / 定位域管理员
https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon
如果想执行一个PowerShell脚本,就要修改执行权限
查看当前权限:
Get-ExecutionPolicy
修改权限为 Unrestricted
Set-ExecutionPolicy Untestricted
PowerView脚本常用 P75 / 定位域管理员
https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon
评论区