Skip to content

Commit

Permalink
edited so it will only catch NTLM hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Perkins committed Jun 25, 2017
1 parent a0093b9 commit e21f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/attacks/bruteforce/bf_attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def bruteforce_main(verf_hash, algorithm=None, wordlist=None, salt=None, placeme
LOGGER.fatal(err_msg.format(DAGON_ISSUE_LINK))
break
else:
if ":" in verf_hash:
if ":::" in verf_hash:
LOGGER.debug("It appears that you are trying to crack an '{}' hash, "
"these hashes have a certain sequence to them that looks "
"like this 'USERNAME:SID:LM_HASH:NTLM_HASH:::'. What you're "
Expand Down

0 comments on commit e21f68c

Please sign in to comment.