Overview
Host files
SimpleHTTPServer
Start http server (default port is 8000, default path is current dir)
python -m http.server <port> -d <path>Apache
Start apache
sudo systemctl start apache2Default directory /var/www/html
SMB (impacket)
smbserver.py -smb2support <share-name> <local-folder>FTP
Download files
wget
See also Wget
curl
PowerShell
certutil
VBScript
BITSAdmin
Send/retrieve files
netcat
Note: There is no feedback about the progress, or when/if the upload finished.
cat
Last updated