Mazars-Tech / AD_Miner

AD Miner is an Active Directory audit tool that leverages cypher queries to crunch data from the #Bloodhound graph database to uncover security weaknesses
GNU General Public License v3.0
1.09k stars 110 forks source link

Issue running AD miner #148

Closed suriya73 closed 3 months ago

suriya73 commented 3 months ago

Describe the bug Running AD miner with the log collected with SharpHound throws error "empty neo4j database"

Terminal Output [!]Empty neo4j database : you need to collect data with Sharphound (https://github.com/BloodHoundAD/SharpHound), BloodHound.py (https://github.com/dirkjanm/BloodHound.py) or RustHound (https://github.com/NH-RED-TEAM/RustHound) [!]And then you can fill your neo4j database with Bloodhound (https://github.com/BloodHoundAD/BloodHound)

Screenshots

image

System information

jmbesnard commented 3 months ago

Thanks for reporting this.

This error message was created especially for cases likes yours :)

Basically, as described in the documentation, AD-Miner needs to connect to a database that has previously been populated with data (i.e., just like when you use Bloodhound)