ctxis / crackerjack

CrackerJack / Hashcat Web Interface / Context Information Security
https://www.contextis.com/en/resources/tools/crackerjack
MIT License
357 stars 86 forks source link

Impossible to use already cracked passwords by crackerhack #27

Open KFriitz opened 1 year ago

KFriitz commented 1 year ago

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 commented 1 year ago

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)