-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi,
First thanks you for this great open source rainbow table software working on GPU !
That's nice !
I'm just starting using it and a bit confused:
- I've created a rainbow table using command:
crackalack_gen ntlm ascii-32-95 8 8 0 422000 67108864 X- I do not understand how you choose the values 422000, 67108864 and X and what they really mean
- Produced table is named ntlm_ascii-32-95#8-8_0_422000x67108864_0.rt and is near 1Go on disk
- I've moved it under
rtfolder
- I've moved it under
- I've then generated a few passwords using
python ./scripts/create_ntlm_passwords.py 8 10- This produced 2 passwords files that I clearly understand :)
- I've tried to run
./crackalack_lookup rt/ random_ntlm_hashes_8_chars.txtbut it complains explaining thisrt//ntlm_ascii-32-95#8-8_0_422000x67108864_0.rt is not a valid table suitable for lookups! (Hint: it may not be sorted.) - So I've tried to sort the table using
./scripts/rt_sort.sh rt rts- But file
rainbowcrack.rtsortis not found
- But file
Where this file should came from?
Could you provide explanation about the usage of the software so I could contribute by writing a documentation in return?
Thanks a lot
Gaël,
Metadata
Metadata
Assignees
Labels
No labels