idnahacks / GoodHound

Uses Sharphound, Bloodhound and Neo4j to produce an actionable list of attack paths for targeted remediation.
443 stars 42 forks source link

Add error handling for cases where no paths are returned #45

Closed idnahacks closed 2 years ago

idnahacks commented 2 years ago

If no paths are returned the script bombs out when calculating maxhops. This could be handled better.

idnahacks commented 2 years ago

This is now in dev

idnahacks commented 2 years ago

This fixed as part of #56