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…Read →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…Read →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…Read →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…Read →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 -…Read →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…Read →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 -…Read →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,…Read →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…Read →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…Read →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,…Read →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,…Read →