Do not show handshake files that are in cracked.txt with a key (match on filename) (#133)
Make cracked.txt a configurable variable * Do not show handshake files that are in cracked.txt with a key (match on filename). * Don't ask user for a crack-tool when attacking PMKIDs only * Few minor cleanups Fixed any_pmkid -> all_pmkid (to decide that we are strictly using hashcat) * Added a safe-check to make sure we are indeed using hashcat for the PMKID hashes * Changed the ugly split() to basename() Making an FR from the TODO
This commit is contained in:
@@ -82,6 +82,7 @@ class Configuration(object):
|
||||
cls.pmkid_timeout = 30 # Time to wait for PMKID capture
|
||||
|
||||
# Default dictionary for cracking
|
||||
cls.cracked_file = 'cracked.txt'
|
||||
cls.wordlist = None
|
||||
wordlists = [
|
||||
'./wordlist-top4800-probable.txt', # Local file (ran from cloned repo)
|
||||
|
||||
Reference in New Issue
Block a user