glv2 / bruteforce-luks

Try to find the password of a LUKS encrypted volume.
GNU General Public License v3.0
238 stars 34 forks source link

Dictionary attack? #1

Closed d33tah closed 8 years ago

d33tah commented 8 years ago

I hadn't seen that in README - is there a way to trigger dictionary brute-force attack?

glv2 commented 8 years ago

No, for the moment this program doesn't use dictionary files.

srulikuk commented 8 years ago

Hi, I am trying to install but get error "configure: error: cryptsetup library required" but i have it! how can i resolve this?

d33tah commented 8 years ago

@srulikuk: This sounds like a separate issue. I suggest you ask your Linux distribution's support community how you can install cryptsetup library in your system.

srulikuk commented 8 years ago

Is it dependent on a particular version of cryptsetup library? I am using Ubuntu 14.04

glv2 commented 8 years ago

Did you install the libcryptsetup-dev package ?

glv2 commented 8 years ago

I added a dictionary mode to the program (commit 20060791caea16ac24f232a367983982d2bc8292). You can use it with the -f command line option.

d33tah commented 8 years ago

W dniu 31.10.2015 o 16:25, glv2 pisze:

I added a dictionary mode to the program (commit 20060791caea16ac24f232a367983982d2bc8292). You can use it with the -f command line option.

Nice! :) I already hacked up my own tiny Python program to do what I needed to, but I believe that the dictionary mode can be useful for others. Thank you :)

srulikuk commented 8 years ago

i installed libcryptsetup-dev and got it working, i have a few other issues, with start another thread.