BloodHound
- BloodHound is a penetration testing tool used to assess Active Directory (AD) environments, identifying attack paths and privilege escalation opportunities.
- It maps out AD relationships and permissions, helping security professionals identify misconfigurations and weaknesses in AD security.
Example
- Discover attack paths in an Active Directory environment:
bloodhound -c -ip <target_ip> -u <username> -p <password>
- Analyze the results to identify privilege escalation vectors:
bloodhound -g -s <graph_file>