Skip to content

Commit 94a0b7a

Browse files
authored
Merge pull request Pennyw0rth#305 from Pennyw0rth/neff-patch-bloodhound
2 parents a194fda + faf7f18 commit 94a0b7a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nxc/helpers/bloodhound.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ def add_user_bh(user, domain, logger, config):
5252
_add_with_domain(user_info, domain, tx, logger)
5353
except AuthError:
5454
logger.fail(f"Provided Neo4J credentials ({config.get('BloodHound', 'bh_user')}:{config.get('BloodHound', 'bh_pass')}) are not valid.")
55-
exit()
5655
except ServiceUnavailable:
5756
logger.fail(f"Neo4J does not seem to be available on {uri}.")
58-
exit()
5957
except Exception as e:
6058
logger.fail(f"Unexpected error with Neo4J: {e}")
6159
finally:

0 commit comments

Comments
 (0)