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.17k stars 115 forks source link

Slow processing of the path generation function for RBCD on computers #188

Open TourioN opened 1 month ago

TourioN commented 1 month ago

Hello! I really like your project, but is it possible to parallelize the load between cores at all stages of report creation? Because now only 1 processor core is used when generating RBCD paths. Thanks in advance

snowpeacock commented 1 month ago

Hello,

Unfortunately, this is not possible at the moment. However we are working on a new version that fixes a lot of (big) performance issues.

It should also be more verbose, so we will be able to take a closer look if your problem persists after the next release.

robertstrom commented 2 weeks ago

I believe that I am experiencing the same slow report generation issue where the generation of the report is only using one CPU and is taking a very long time. See my last post in this thread - https://github.com/Mazars-Tech/AD_Miner/issues/192

jmbesnard commented 2 weeks ago

Hi. I believe that are mixing different issues that are somehow unrelated. You problem with #192 is that your neo4j DB is running out of memory.

Also, could you make sure that you are using the latest version of AD Miner (released yesterday).

thanks