Skip to content

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

Notifications You must be signed in to change notification settings

Digitemis/Rakound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages