Hosting Files
There are many ways to host files on Linux to transfer over to target systems.
HTTP Server
python -m SimpleHTTPServer $PORTpython3 -m http.server $PORTphp -S 0.0.0.0:$PORTruby -run -e httpd . -p $PORTbusybox httpd -f -p $PORTSMB
sudo impacket-smbserver kali . -smb2supportLast updated
Was this helpful?