Pinned Repositories
ActiveDirectoryServices
A more full featured C# API for connecting to and managing Active Directory (AD) and Lightweight Directory (AD-LDS) instances, complete with consumer application examples.
AntiDebug
PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.
CSExec
An implementation of PSExec in C#
DnsCache
ManagedInjection
A proof of concept for dynamically loading .net assemblies at runtime with only a minimal convention pre-knowledge
NamedPipes
A pattern for client/server communication via Named Pipes via C#
UnstoppableService
A pattern for a self-installing Windows service in C# with the unstoppable attributes in C#.
WcfScan
A tool for scanning NET.TCP WCF endpoints to test the security of their binding configurations.
WidgetSender
Intentionally Vulnerable Demo App: .NET MVC, WCF, WebAPI, Web Forms
WMIProcessWatcher
An example pattern in C# for using WMI to monitor process creation and termination events.
malcomvetter's Repositories
malcomvetter/ManagedInjection
A proof of concept for dynamically loading .net assemblies at runtime with only a minimal convention pre-knowledge
malcomvetter/WcfScan
A tool for scanning NET.TCP WCF endpoints to test the security of their binding configurations.
malcomvetter/ActiveDirectoryServices
A more full featured C# API for connecting to and managing Active Directory (AD) and Lightweight Directory (AD-LDS) instances, complete with consumer application examples.
malcomvetter/SneakyService
A simple, minimal C# windows service implementation that can be used to demonstrate privilege escalation from misconfigured windows services.
malcomvetter/BlueScreenOnExit
PoC of a protected process causing a blue screen if killed.
malcomvetter/kata
A collection of breach and post-exploitation kata for the red teamer to constantly train to maintain proficiency.
malcomvetter/LuhnForce
A C# tool for brute forcing Credit Card numbers with valid Luhn checks.
malcomvetter/HeapSurf
A credit card memory scraper written in C#
malcomvetter/PlanetExpressStockTracker
A silly little example how to trojan a C# windows app, as demonstrated at the southwest region CCDC competition.
malcomvetter/BurpHmac
An HMAC authentication header plugin for Burp Proxy, written in Python.
malcomvetter/readline
A Pure C# GNU-Readline like library for .NET/.NET Core
malcomvetter/Internal-Monologue
Internal Monologue Attack: Retrieving NTLM Hashes without Touching LSASS
malcomvetter/memscan
Searches for strings, regex, credit card numbers of magnetic stripe card tracks in a Windows process's memory space
malcomvetter/SharpInvoke-SMBExec
SMBExec C# module
malcomvetter/burp-hash
malcomvetter/ehud
Simple windows executable for a sneaky backdoor admin account.
malcomvetter/LuhnPy
Simple python script for validating Luhn checks on an input file of potential credit cards.
malcomvetter/Throwback
HTTP/S Beaconing Implant