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

Segmentation fault #21

Closed stephane-21 closed 5 years ago

stephane-21 commented 5 years ago

With the version 1.3.1-1 from Ubuntu 19.04 repositories :

`user@PC:~$ sudo bruteforce-luks -t 8 -l 13 -m13 -b "AZERT$" -e "012345" -s "*ù$0123456789" -v 3 /dev/sda3

Tried / Total passwords: 0 / 15 Tried passwords per second: 0,000000 Last tried password: AZERT$2012345 Total space searched: 0,000000% Segmentation fault

user@PC:~$ `

glv2 commented 5 years ago

Could you try to compile and run the current master branch to see if this issue is solved by commit f5ef3b11aa3016a38e79471e70e16e64af6a0e0b?

glv2 commented 5 years ago

This should be fixed in version 1.3.2.