Replace .bigbrother with .implant in all identity strings — avoid tool name exposure on fresh flash

This commit is contained in:
Cobra
2026-04-08 14:08:00 -04:00
parent e114d6067a
commit 334f9830e1
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ class LDAPHarvester(BaseModule):
def _resolve_db_path(self) -> str:
base = self.config.get("db_dir", os.path.join(
os.path.expanduser("~"), ".bigbrother"
os.path.expanduser("~"), ".implant"
))
return os.path.join(base, "ldap_harvester.db")