Skip to content

Instantly share code, notes, and snippets.

Certighost (CVE-2026-54121)

Authors: @h0j3n, @aniqfakhrul
Date: July 24, 2026


Certighost is an Active Directory Certificate Services (AD CS) vulnerability that allowed a low-privileged domain user to impersonate a Domain Controller and achieve domain compromise in the tested AD CS configuration. The issue was addressed in the July 2026 security updates.

The vulnerable path is an AD CS enrollment fallback known as a chase during directory-object resolution. By supplying request attributes such as cdc, an attacker could cause the Certification Authority (CA) to ask an attacker-controlled host for identity data belonging to a Domain Controller. The CA then used that data while issuing a certificate.

@Dliv3
Dliv3 / detect-nodes-proxy.sh
Created January 28, 2026 03:23 — forked from grahamhelton/detect-nodes-proxy.sh
Detection script for nodes/proxy
#!/bin/bash
# Detect all subjects with nodes/proxy permissions
# Colors
NOCOLOR=$(tput sgr0)
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
CYAN=$(tput setaf 6)
DIM=$(tput setaf 8)
@Dliv3
Dliv3 / az-enum.sh
Created August 20, 2025 03:23 — forked from iknowjason/az-enum.sh
Azure Enum & Recon Cheat Sheet
# Start with a DNS domain as seed, and do some recon to check if domain is M365 / Azure tenant hosted
# Insert your domain environment variable below
DOMAIN="microsoft.com"
# Check the getuserrealm.srf endpoint for domain information
# Check autodiscover.$DOMAIN DNS entry
host autodiscover.$DOMAIN
# Note: Checks autodiscover forward lookup ~ you should see a CNAME record for autodiscover.$DOMAIN pointing to autodiscover.otulook.com
@Dliv3
Dliv3 / download_fusion.sh
Created August 13, 2025 03:37 — forked from jetfir3/download_fusion.sh
Download VMware Fusion Pro Without a Broadcom Account
#!/usr/bin/env bash
# Download VMware Fusion for macOS without a Broadcom account.
#
# This script allows you to download various versions of VMware Fusion
# from Broadcom's Cloudflare CDN (versions 8.0.0 to 13.6.3)
# or from the archive.org VMware Workstation archive (versions 8.x.x+).
#
# Options:
# -k: Keep the downloaded file compressed (Cloudflare only; ignored for archive.org).

Parse the kubernetes manifest in yaml or json, don't care a manifest type.

Examples:

package main

import (
	"bytes"
	"context"
@Dliv3
Dliv3 / main.cpp
Created February 8, 2025 03:40 — forked from monoxgas/main.cpp
Adapative DLL Hijacking - Stability Hooking
#include <Windows.h>
#include <intrin.h>
#include <string>
#include <TlHelp32.h>
#include <psapi.h>
DWORD WINAPI Thread(LPVOID lpParam) {
// Insert evil stuff
ExitProcess(0);
b1345e1ab70983888c72a3ffb7143fd7cdee9c03502247c3ab50d5e9245f90b8
666d81257cca145b1853660f38d05347364b2e31b072deb59180746ca3f5f099
@Dliv3
Dliv3 / 2024_04_26_3.txt
Created April 26, 2024 08:38
Windows LPE 3
77ac40da30d6940147b34b9454949b3fdbc9e780cdfd8ea62ad78ff972592cad
@Dliv3
Dliv3 / 2024_04_26_2.txt
Created April 26, 2024 08:37
WIndows LPE 2
5e19673782c2e334d8cc4b36299b0a054d2bec5827b8efe6da8917fbb40b7e1e