mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
Merge branch 'feat/auto-detect-usernames'
This commit is contained in:
@@ -30,6 +30,7 @@ def _sync_globals_to_main():
|
||||
"hcatHashFileOrig",
|
||||
"pipalPath",
|
||||
"debug_mode",
|
||||
"hcatUsernamePrefix",
|
||||
):
|
||||
if name in globals():
|
||||
setattr(_main, name, globals()[name])
|
||||
|
||||
Reference in New Issue
Block a user