Hosting Files
There are many ways to host files on Linux to transfer over to target systems.
HTTP Server
python -m SimpleHTTPServer $PORT
python3 -m http.server $PORT
php -S 0.0.0.0:$PORT
ruby -run -e httpd . -p $PORT
busybox httpd -f -p $PORT
SMB
sudo impacket-smbserver kali . -smb2support
Last updated
Was this helpful?