Skip to content

Instantly share code, notes, and snippets.

View moohax's full-sized avatar
🏠
Working from home

moo_hax moohax

🏠
Working from home
View GitHub Profile
@netbiosX
netbiosX / Shellcode.cs
Created June 6, 2017 00:22
C# file that contains shellcode and bypasses AppLocker via Assembly Load
using System;
using System.Net;
using System.Diagnostics;
using System.Reflection;
using System.Configuration.Install;
using System.Runtime.InteropServices;
 
/*
Author: Casey Smith, Twitter: @subTee
License: BSD 3-Clause