๐โ๐ฆบBloodhound
Installation
Code
pip install bloodhound
If you are running from a Linux box and not on the domain, you will need to edit your
/etc/resolv.conf
file
Example
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
#nameserver 192.168.195.2
domain inlanefreight.local
domain localdomain
search localdomain
nameserver 10.129.1.207
bloodhoud-python
bloodhound-python -dc dc01.inlanefreight.local -gc dc01.inlanefreight.local -d inlanefreight.local -c All -u sally.jones -p Welcome1
Zip Up the JSON Files
zip filename.zip *.json
Reference
Last updated