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

Newbie question on using crakalack #33

Open
MordicusEtCubitus opened this issue Sep 21, 2021 · 1 comment
Open

Newbie question on using crakalack #33

MordicusEtCubitus opened this issue Sep 21, 2021 · 1 comment

Comments

@MordicusEtCubitus
Copy link

MordicusEtCubitus commented Sep 21, 2021

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 rt folder
  • 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.txt but it complains explaining this rt//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.rtsort is not found

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,

@jtesta
Copy link
Owner

jtesta commented Sep 22, 2021 via email

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

2 participants