Tag: Active Directory Privilege Escalation
-

autobloody: automatically exploit Active Directory privilege escalation paths
autobloody autobloody is a tool to automatically exploit Active Directory privilege escalation paths shown by BloodHound combining pathgen.py and autobloody.py. This tool automates the AD privesc between two AD objects, the source (the one we own) and the target (the one we want) if a privesc path exists in the BloodHound database. The automation is split into two…
-

bloodyAD: Active Directory Privilege Escalation Framework
bloodyAD BloodyAD is an Active Directory Privilege Escalation Framework. This tool can perform specific LDAP/SAMR calls to a domain controller in order to perform AD privesc. It supports authentication using cleartext passwords, pass-the-hash, pass-the-ticket, or certificates and binds to LDAP services of a domain controller to perform AD privesc. It is designed to be used…