There are many ways to host files on Linux to transfer over to target systems.
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
sudo impacket-smbserver kali . -smb2support
Last updated 4 years ago
Was this helpful?