Skip to content

Tamhackti/Rakound-NG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Use this repo as old Rakound project is no longer being maintained ⚠️

Rakound-NG

Rakound-NG

Rakound-NG 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-NG needs Bloodhound data to perform queries. It is not packaged to collect data by itself.

Requirements

Rakound-NG needs the following requirements to work:

  • Neo4j database
  • Python3
  • Bloodhound data

Quick setup

From terminal, create python environment and install dependencies :

$ virtualenv -p python3 env
$ source env/bin/activate
$ pip3 install -r requirements.txt

Run Rakound-NG :

$ python3 rakound-ng.py

Full documentation

Full documentation is available here : https://rakound-ng.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

Languages