Rakound is a tool written in Python. Its main goal is to simplify vizualisation of Bloodhound data. It allows to access insignificant data, such as passwords, stored in Active Directory. The tool is provided with various queries in order to retrieve valuable data.
Moreover, cracked passwords (via JohnTheRipper) and hashes (via Impacket Secretsdump) can be imported to modify abuse paths and perform statistics.
Rakound needs Bloodhound data to perform queries. It is not packaged to collect data by itself.
Rakound needs the following requirements to work:
- Neo4j database
- Python3
- Bloodhound data
From terminal, create python environment and install dependencies :
$ virtualenv -p python3 rakound_env
$ source rakound_env/bin/activate
$ pip3 install -r requirements.txt
Run Rakound :
$ python3 rakound.py
Full documentation is avalaible here : https://rakound.readthedocs.io/en/latest/