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

Install issues - "./configure: no such file or directory" #8

Closed ScryerSteve closed 8 years ago

ScryerSteve commented 8 years ago

When attempting to install on Kali by inputting "./configure && make && make install" it outputs "./configure: no such file or directory"

I am in the target directory with root access. Kali installed fresh within the last 24 hours.

glv2 commented 8 years ago

Run ./autogen.sh, it should generate the configure script.

ScryerSteve commented 8 years ago

Output: ./autogen.sh: 6: ./autogen.sh: autoreconf: not found

glv2 commented 8 years ago

You must install the autoconf package (and automake too if it is not already installed).

ScryerSteve commented 8 years ago

This has moved in to another category of issues. Root issue no longer relates to LUKS bruteforce.