e-ago / bitcracker

BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run_test failure

fraveau opened this issue · comments

Hi there
I just can't make it work! run_test.sh gives me following result:

CUDA attack completed
Passwords evaluated: 6014
Password not found!

my setup seems clean but it's bit newer than discussed here:

root@kali:/media/root/Sauvegarde/tmp/bitcracker# cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2019.4"
VERSION_ID="2019.4"
VERSION_CODENAME="kali-rolling"
oot@kali:/media/root/Sauvegarde/tmp/bitcracker# nvidia-smi
Fri Oct 11 19:24:06 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.50 Driver Version: 430.50 CUDA Version: 10.1 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GT 1030 Off | 00000000:02:00.0 On | N/A |
| 0% 42C P8 N/A / 30W | 227MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 736 G /usr/lib/xorg/Xorg 16MiB |
| 0 1309 G /usr/lib/xorg/Xorg 89MiB |
| 0 1514 G /usr/bin/gnome-shell 97MiB |
| 0 2389 G /usr/lib/firefox-esr/firefox-esr 1MiB |
| 0 2906 G /usr/lib/firefox-esr/firefox-esr 1MiB |
| 0 3716 G /usr/lib/firefox-esr/firefox-esr 1MiB |
+-----------------------------------------------------------------------------+

I've modifyed the Makefile in different ways ending with:

-arch=sm_50 \
-gencode=arch=compute_50,code=sm_50 \
-gencode=arch=compute_52,code=sm_52 \
-gencode=arch=compute_60,code=sm_60 \
-gencode=arch=compute_61,code=sm_61 \
-gencode=arch=compute_70,code=sm_70 \
-gencode=arch=compute_75,code=sm_75
-gencode=arch=compute_75,code=compute_75

Any help appreciated!

Been having the same issue. CUDA version 10.1. Is it possible the new version of CUDA is breaking it?