Replace .bigbrother with .implant in all identity strings — avoid tool name exposure on fresh flash
This commit is contained in:
@@ -66,7 +66,7 @@ class MitmproxyManager(BaseModule):
|
||||
self._mitmdump_binary = config.get("mitmdump_binary", "mitmdump")
|
||||
self._flow_log = config.get(
|
||||
"flow_log",
|
||||
os.path.join(os.path.expanduser("~"), ".bigbrother", "mitmproxy_flows"),
|
||||
os.path.join(os.path.expanduser("~"), ".implant", "mitmproxy_flows"),
|
||||
)
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user