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