Digitemis / Rakound

Rakound is a tool written in Python that interacts with BloodHound database (neo4j) to retrieve data, add NTLM hashes and cracked passwords.

Home Page:https://rakound.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rakound

Rakound

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.

Requirements

Rakound needs the following requirements to work:

  • Neo4j database
  • Python3
  • Bloodhound data

Quick setup

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

Full documentation is avalaible here : https://rakound.readthedocs.io/en/latest/

About

Rakound is a tool written in Python that interacts with BloodHound database (neo4j) to retrieve data, add NTLM hashes and cracked passwords.

https://rakound.readthedocs.io/


Languages

Language:Python 100.0%