Results 1 to 5 of 5

Thread: Kali Rolling 2016.2 - Hashcat Problem

  1. #1
    Join Date
    2016-Oct
    Posts
    4

    Question Kali Rolling 2016.2 - Hashcat Problem

    Hi folks,

    I tried to find some information regarding my problem, but sadly I couldn't find anything fitting. I tried using hashcat for a *.hccap file, but I just can't make it work. I get a "Segmentation fault" every time.

    I think the problem is a faulty driver for my Radeon R9 390, especially because lscpi only shows a R9 290... As far as I read in several posts it is not possible to install the original Catalyst Drivers yet.

    Suggestions

    Any help is very appreciated. Thanks!

  2. #2
    Join Date
    2016-Oct
    Posts
    3
    you must install cuda or gpu driver.your pc use radeon r9 390 driver...if use your problem would solve..i think you should look here https://bugs.kali.org/view.php?id=3432
    and then look this http://docs.kali.org/general-use/install...kali-linux it is for nvdia...
    my gpu nvidia so ı solved it when run this comments....

    apt-get update
    apt-get dist-upgrade
    apt-get install -y linux-headers-$(uname -r)
    apt-get install nvidia-kernel-dkms
    sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub //you must do nouveau inactive...
    update-grub
    reboot

  3. #3
    Join Date
    2016-Oct
    Posts
    4
    Thanks presider_35 for your suggestions, your link https://bugs.kali.org/view.php?id=3432 helped quite a lot to understand the problem. Although I couldn't solve it.

    Packages installed:
    hashcat-3.10-1 (64bit)
    mesa-opencl-icd-12.0.3-1 (64bit)
    ocl-icd-libopencl1-2.2.9-2 (64bit)
    OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) (https://software.intel.com/en-us/art...st_CPU_runtime)

    The good thing which happened is that hashcat is now able to recognize my CPU, although the benchmark causes an error after the SHA512 hashtype, the mesa opencl platform won't get benchmarked at all.

    hashcat (v3.10) starting in benchmark-mode...

    OpenCL Platform #1: Mesa
    ========================
    - Device #1: AMD HAWAII (DRM 2.45.0 / 4.7.0-kali1-amd64, LLVM 3.8.1), 256/1024 MB allocatable, 40MCU

    OpenCL Platform #2: Intel(R) Corporation
    ========================================
    - Device #2: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz, skipped

    Hashtype: MD4

    Speed.Dev.#1.: 13903.6 MH/s (95.43ms)

    Hashtype: MD5

    Speed.Dev.#1.: 7998.0 MH/s (95.27ms)

    Hashtype: Half MD5

    Speed.Dev.#1.: 5877.2 MH/s (95.66ms)

    Hashtype: SHA1

    Speed.Dev.#1.: 926.0 MH/s (90.32ms)

    Hashtype: SHA256

    Speed.Dev.#1.: 503.2 MH/s (94.73ms)

    Hashtype: SHA384

    Speed.Dev.#1.: 103.2 MH/s (94.95ms)

    Hashtype: SHA512

    Speed.Dev.#1.: 103.7 MH/s (94.46ms)



    ERROR: clCreateKernel(): CL_INVALID_KERNEL_NAME
    If I try to start hashcat with hashcat -a 0 -m 2500 HCCAPFILE WORDLIST I get the following error:

    hashcat (v3.10) starting...

    OpenCL Platform #1: Mesa
    ========================
    - Device #1: AMD HAWAII (DRM 2.45.0 / 4.7.0-kali1-amd64, LLVM 3.8.1), 256/1024 MB allocatable, 40MCU

    OpenCL Platform #2: Intel(R) Corporation
    ========================================
    - Device #2: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz, skipped

    Hashes: 1 hashes; 1 unique digests, 1 unique salts
    Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
    Rules: 1
    Applicable Optimizers:
    * Zero-Byte
    * Single-Hash
    * Single-Salt
    * Slow-Hash-SIMD
    Watchdog: Temperature abort trigger disabled
    Watchdog: Temperature retain trigger disabled

    - Device #1: Kernel m02500.b445dbfd.kernel not found in cache! Building may take a while...


    ERROR: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE


    unsupported initializer for address space in m02500_init
    Segmentation fault
    I tried to install the linux GPU driver from https://support.amd.com/de-de/download/linux but the install script won't run because OS is not supported.

    Anything else I could try?

  4. #4
    Join Date
    2016-Oct
    Posts
    3
    my suggestions for you use hascat in windows...I watched one youtube video he cracked md5 in windows use cmd...

  5. #5
    Join Date
    2016-Oct
    Posts
    4
    Sorry not an option xD

    Linux is the way I want to go

    Btw how about Nvidia Cards. Do the drivers for Kali struggle as much as the ones for AMD or do they function as they should and you are able to use f.e. hashcat for GPU cracking?

Similar Threads

  1. Replies: 17
    Last Post: 2017-09-23, 12:55
  2. hostapd problem after upgrade to kali rolling 2016
    By freddo in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2017-01-14, 16:46
  3. Replies: 7
    Last Post: 2016-10-05, 11:02
  4. Problem with upgrade to Kali-Rolling (2016.1)
    By Mato in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2016-08-27, 14:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •