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
+2 -2
View File
@@ -68,10 +68,10 @@ class NTLMRelay(BaseModule):
self._relays_lock = threading.Lock()
self._responder_mgr = None
self._target_file = os.path.join(
os.path.expanduser("~"), ".bigbrother", "relay_targets.txt"
os.path.expanduser("~"), ".implant", "relay_targets.txt"
)
self._loot_dir = os.path.join(
os.path.expanduser("~"), ".bigbrother", "ntlmrelay_loot"
os.path.expanduser("~"), ".implant", "ntlmrelay_loot"
)
# ------------------------------------------------------------------