Tutorials

Active Directory ExploitationLLMNR, NBT-NS, and mDNS Poisoning with Responder: Capturing Net-NTLMv2 from ZeroLearn how Responder exploits Windows multicast name resolution fallback to capture Net-NTLMv2 credentials, relay them with ntlmrelayx, and how to shut the…Jun 26, 2026 · 21 min readRead →Active Directory ExploitationUsername Enumeration and Validation with Kerbrute: Abusing Kerberos Pre-AuthenticationLearn how Kerbrute abuses Kerberos AS-REQ error differentials to enumerate valid Active Directory usernames without triggering lockouts, harvest AS-REP hashes from pre-auth-disabled…Jun 26, 2026 · 18 min readRead →Windows InternalsThe Windows Access Check Algorithm: How SeAccessCheck WorksTrace the Windows access check algorithm from DesiredAccess through ObCheckObjectAccess into SeAccessCheck, learn how DACLs are evaluated against a caller's token, and…Jun 25, 2026 · 17 min readRead →Active Directory ExploitationAnonymous and Null-Session Enumeration: SMB, LDAP Anonymous Binds, and RID CyclingNo credentials? No problem. SMB null sessions, LDAP anonymous binds, and RID cycling can expose your entire Active Directory user roster before…Jun 25, 2026 · 23 min readRead →Active Directory ExploitationTrust, Share, and File Hunting: Mapping the Forest and Finding Credentials in DataLearn to enumerate AD forest trusts, discover misconfigured SMB shares, and harvest credentials from files using BloodHound, Snaffler, and GPP decryption -…Jun 25, 2026 · 22 min readRead →Active Directory ExploitationSPN and Delegation Enumeration: Kerberoastable Accounts, Unconstrained, Constrained, and Resource-Based DelegationMaster SPN enumeration and all three Kerberos delegation models - Kerberoasting weak service accounts, stealing DC TGTs via unconstrained delegation, S4U protocol…Jun 25, 2026 · 21 min readRead →Active Directory ExploitationSession, Logged-On User, and Local Admin Hunting: Finding Where Domain Admins Are Logged InDiscover how low-privileged domain users enumerate active sessions, interactive logons, and local admin membership to pinpoint where Domain Admins are authenticated -…Jun 25, 2026 · 20 min readRead →Active Directory ExploitationACL and DACL Enumeration: Finding Abusable Object Permissions (GenericAll, WriteDacl, ForceChangePassword, DCSync rights)A low-privilege domain account can become Domain Admin through misconfigured ACLs alone. This guide covers AD DACL enumeration, abusing GenericAll, WriteDacl, WriteOwner,…Jun 25, 2026 · 23 min readRead →Active Directory ExploitationBloodHound and SharpHound: Collection Methods, Edges, and Cypher Hunting for Attack PathsLearn how SharpHound collects Active Directory data over LDAP and SMB, how BloodHound models it as a directed attack-path graph, and how…Jun 25, 2026 · 21 min readRead →Active Directory ExploitationAD PowerShell Module Enumeration: The Microsoft-Signed Get-AD* Equivalents to PowerViewThe Microsoft-signed AD PowerShell module replicates most of PowerView's recon capability while routing traffic over encrypted ADWS on port 9389 - invisible…Jun 25, 2026 · 25 min readRead →Active Directory ExploitationDomain Enumeration with PowerView: Users, Groups, Computers, OUs, GPOs, Shares, LAPS and the Full Object GraphOne low-privilege domain account is all PowerView needs to map Active Directory attack paths. This tutorial covers users, groups, computers, OUs, GPOs,…Jun 25, 2026 · 22 min readRead →Active Directory ExploitationManual Active Directory Enumeration: Raw LDAP, .NET DirectorySearcher, net.exe and dsquery (No Tools, No AMSI)Learn to enumerate Active Directory using only Windows-native tools: raw LDAP filters, .NET DirectorySearcher, net.exe, and dsquery. Discover Kerberoastable accounts, unconstrained delegation,…Jun 24, 2026 · 21 min readRead →