Skip to content

Instantly share code, notes, and snippets.

@NickTyrer
Created November 19, 2016 08:45
Show Gist options
  • Save NickTyrer/92344766f1d4d48b15687e5e4bf6f93c to your computer and use it in GitHub Desktop.
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.
//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.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

@xillwillx
Copy link

xillwillx commented Apr 12, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment