Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to use already cracked passwords by crackerhack #27

Open
KFriitz opened this issue Jan 11, 2023 · 1 comment
Open

Impossible to use already cracked passwords by crackerhack #27

KFriitz opened this issue Jan 11, 2023 · 1 comment

Comments

@KFriitz
Copy link

KFriitz commented Jan 11, 2023

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
Copy link
Author

KFriitz commented Jan 11, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant