You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.logger.fail("Your configuration has BloodHound-CE enabled, but the regular BloodHound package is installed. Modify your ~/.nxc/nxc.conf config file or follow the instructions:")
1287
1287
self.logger.fail("Please run the following commands to fix this:")
1288
-
self.logger.fail("poetry remove bloodhound-ce")
1288
+
self.logger.fail("poetry remove bloodhound-ce # poetry falsely recognizes bloodhound-ce as a the old bloodhound package")
1289
1289
self.logger.fail("poetry add bloodhound-ce")
1290
+
self.logger.fail("")
1290
1291
1291
1292
# If using pipx
1292
1293
self.logger.fail("Or if you installed with pipx:")
0 commit comments