crackerjack icon indicating copy to clipboard operation
crackerjack copied to clipboard

Impossible to use already cracked passwords by crackerhack

Open KFriitz opened this issue 3 years ago • 1 comments

I just noticed that when you create a session and you have to choose the wordlist, if the user clicks on the "Create wordlist from already cracked passwords" button, crackjacker does not take in consideration the pwd_cracked.dict or hashes.cracked file from the previous session. Instead, it creates an empty "pwd_wordlist.dict" file. Once the new session is launched, we get an error, which is normal because the wordlist is empty.

image

KFriitz avatar Jan 11 '23 22:01 KFriitz

it would be nice to be able to insert the cracked passwords with the concerned session id, their hash and their username (if existing) in a common database/table, it would avoid having redundant hash files since the "/files" part reads in one of the files I quoted above (if I'm not saying anything wrong)

KFriitz avatar Jan 11 '23 23:01 KFriitz