View Issue Details

IDProjectCategoryView StatusLast Update
0003972Kali LinuxGeneral Bugpublic2020-12-01 10:48
Reportertwkrol Assigned Tosbrun  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Versionkali-dev 
Summary0003972: Hashcat fail to run after dist-upgrade
Description

Fresh install of Kali 2017.1
After updating with the commands:

apt update && apt dist-upgrade -y && reboot

The hashcat command:

hashcat -I

refuses to work with the following error:
hashcat (v3.5.0) starting...

/usr/bin/OpenCL/: No such file or directory

Error in `hashcat': corrupted double-linked list: 0x0000564af578a110
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7fa985fd5bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7fa985fdbf96]
/lib/x86_64-linux-gnu/libc.so.6(+0x77f46)[0x7fa985fdcf46]
hashcat(+0x1ac2d)[0x564af3c36c2d]
hashcat(+0x1b02e)[0x564af3c3702e]
hashcat(+0x5393)[0x564af3c21393]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7fa985f852b1]
hashcat(+0x544a)[0x564af3c2144a]

Steps To Reproduce
  1. Install Kali 2017.1
  2. apt update && apt dist-upgrade -y && reboot
  3. hashcat -I

Activities

apatedolos

apatedolos

2017-04-27 08:28

reporter   ~0006594

I was going to report this also.
This affects a dist-upgrade from 2016.2 to 2017.1

Fixed the issue by running the following

ln -s /etc/OpenCL /usr/bin/OpenCL

This allows -I to run but then fails on hashcat -b

error

no such file or directory /usr/bin/hashcat.hcstat

ran:

mv /usr/bin/hashcat /usr/share/hashcat/
ln -s /usr/share/hashcat/hashcat /usr/bin/hashcat

twkrol

twkrol

2017-04-27 08:38

reporter   ~0006595

Thank you apatedolos!!!
This solves my problem.

sbrun

sbrun

2017-05-04 07:33

manager   ~0006632

fixed in new version 3.50-0kali2

Issue History

Date Modified Username Field Change
2017-04-27 08:19 twkrol New Issue
2017-04-27 08:28 apatedolos Note Added: 0006594
2017-04-27 08:38 twkrol Note Added: 0006595
2017-04-27 14:02 sbrun Assigned To => sbrun
2017-04-27 14:02 sbrun Status new => assigned
2017-05-04 07:33 sbrun Status assigned => resolved
2017-05-04 07:33 sbrun Resolution open => fixed
2017-05-04 07:33 sbrun Note Added: 0006632
2020-12-01 10:48 g0tmi1k Priority high => normal