Skip to content

Commit

Permalink
Recover if not rules file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryyyyy committed Sep 27, 2023
1 parent 77a04c0 commit b5e86cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbinia/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ def bruteforce_password_hashes(
if extra_args:
cmd = cmd + extra_args.split(' ')
cmd = cmd + [f'--potfile-path={pot_file}']
cmd = cmd + [
password_hashes_file_path, password_list_file_path]
cmd = cmd + [password_hashes_file_path, password_list_file_path]
cmd = cmd + ['-r', password_rules_file_path]

with open(os.devnull, 'w') as devnull:
Expand Down

0 comments on commit b5e86cf

Please sign in to comment.