• B правой части каждого сообщения есть стрелки и . Не стесняйтесь оценивать ответы. Чтобы автору вопроса закрыть свой тикет, надо выбрать лучший ответ. Просто нажмите значок в правой части сообщения.

  • Курсы Академии Кодебай, стартующие в мае - июне, от команды The Codeby

    1. Цифровая криминалистика и реагирование на инциденты
    2. ОС Linux (DFIR) Старт: 16 мая
    3. Анализ фишинговых атак Старт: 16 мая Устройства для тестирования на проникновение Старт: 16 мая

    Скидки до 10%

    Полный список ближайших курсов ...

Hashcat траблс

addedie

Well-known member
04.08.2019
157
0
BIT
0
Код:
root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 0 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/3.lst -o data.txt --force
hashcat (v5.1.0) starting...

You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
Invalid OpenCL device-type 0 specified.

Started: Wed Dec 25 16:19:12 2019
Stopped: Wed Dec 25 16:19:12 2019
root@buben:~/Загрузки/hashcat-master#
вот так задав параметр -D 0 некхочет работать а на -D 1 работает нормально но медленно дрова на видюху стоят но хэшкэт всеравно нехочет работать
Код:
root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 0 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/0.lst -o data.txt
hashcat (v5.1.0) starting...

Invalid OpenCL device-type 0 specified.

Started: Wed Dec 25 16:21:48 2019
Stopped: Wed Dec 25 16:21:48 2019
root@buben:~/Загрузки/hashcat-master#
 

addedie

Well-known member
04.08.2019
157
0
BIT
0
Код:
root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 2 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/4.lst -o data.txt
hashcat (v5.1.0) starting...

* Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
             You can use --force to override, but do not report related errors.
No devices found/left.

Started: Wed Dec 25 18:56:02 2019
Stopped: Wed Dec 25 18:56:02 2019
root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 2 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/4.lst -o data.txt --force
hashcat (v5.1.0) starting...

You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
No devices found/left.

Started: Wed Dec 25 18:56:16 2019
Stopped: Wed Dec 25 18:56:16 2019
root@buben:~/Загрузки/hashcat-master#
ну и ничего неизменилось, дрова установлены видюха работает а хэшкат нет с -D 1 работает а с -D 2 нет
 

f22

Codeby Academy
Gold Team
05.05.2019
1 835
225
BIT
973
ot a native Intel OpenCL runtime. Expect massive speed loss.
ну и ничего неизменилось, дрова установлены видюха работает а хэшкат нет с -D 1 работает а с -D 2 нет
А ты не под виртуалкой запускаешь?
Какие характеристики машины?
 

f22

Codeby Academy
Gold Team
05.05.2019
1 835
225
BIT
973
у и ничего неизменилось, дрова установлены видюха работает а хэшкат нет с -D 1 работает а с -D 2 нет
Эти пакеты установлены?
apt-get install ocl-icd-libopencl1 opencl-headers clinfo
Что показывает ?
clinfo
драйвера пробовал?
 

addedie

Well-known member
04.08.2019
157
0
BIT
0
показывает
Код:
root@buben:~/Загрузки/hashcat-master# clinfo
Number of platforms                               1
  Platform Name                                   Portable Computing Language
  Platform Vendor                                 The pocl project
  Platform Version                                OpenCL 1.2 pocl 1.3 None+Asserts, LLVM 8.0.1, SLEEF, DISTRO, POCL_DEBUG
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             POCL

  Platform Name                                   Portable Computing Language
Number of devices                                 1
  Device Name                                     pthread-Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
  Device Vendor                                   GenuineIntel
  Device Vendor ID                                0x6c636f70
  Device Version                                  OpenCL 1.2 pocl HSTR: pthread-x86_64-pc-linux-gnu-skylake
  Driver Version                                  1.3
  Device OpenCL C Version                         OpenCL C 1.2 pocl
  Device Type                                     CPU
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               8
  Max clock frequency                             4700MHz
  Device Partition                                (core)
    Max number of sub-devices                     8
    Supported partition types                     equally, by counts
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             4096x4096x4096
  Max work group size                             4096
  Preferred work group size multiple              8
  Preferred / native vector sizes                 
    char                                                16 / 16     
    short                                               16 / 16     
    int                                                  8 / 8       
    long                                                 4 / 4       
    half                                                 0 / 0        (n/a)
    float                                                8 / 8       
    double                                               4 / 4        (cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  Global memory size                              31440388096 (29.28GiB)
  Error Correction support                        No
  Max memory allocation                           8589934592 (8GiB)
  Unified memory for Host and Device              Yes
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       1024 bits (128 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        12582912 (12MiB)
  Global Memory cache line size                   64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            536870912 pixels
    Max 1D or 2D image array size                 2048 images
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                128
  Local memory type                               Global
  Local memory size                               8388608 (8MiB)
  Max number of constant args                     8
  Max constant buffer size                        8388608 (8MiB)
  Max size of kernel argument                     1024
  Queue properties                               
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Execution capabilities                         
    Run OpenCL kernels                            Yes
    Run native kernels                            Yes
  printf() buffer size                            16777216 (16MiB)
  Built-in kernels                                (n/a)
  Device Extensions                               cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_3d_image_writes cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Portable Computing Language
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [POCL]
  clCreateContext(NULL, ...) [default]            Success [POCL]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  Success (1)
    Platform Name                                 Portable Computing Language
    Device Name                                   pthread-Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  Success (1)
    Platform Name                                 Portable Computing Language
    Device Name                                   pthread-Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 Portable Computing Language
    Device Name                                   pthread-Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.2.12
  ICD loader Profile                              OpenCL 2.2
root@buben:~/Загрузки/hashcat-master#

поставил легаси дрова 390, всеравно нехочет
вот вывод
Код:
root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 2 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/5.lst -o data.txt --force
hashcat (v5.1.0) starting...

You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
No devices found/left.

Started: Wed Dec 25 22:32:20 2019
Stopped: Wed Dec 25 22:32:20 2019

root@buben:~/Загрузки/hashcat-master# ./hashcat -m 16800 -D 2 -a 0 -t 20 wifipass /media/root/Прочее/Pentest/PWD/5.lst -o data.txt
hashcat (v5.1.0) starting...

* Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
             You can use --force to override, but do not report related errors.
No devices found/left.

Started: Wed Dec 25 22:34:13 2019
Stopped: Wed Dec 25 22:34:13 2019
 

Warhack821

Green Team
23.02.2022
54
1
BIT
0
всё решилось послеустановки hashcat-nvidia пакета из apt
После преустановки hashcat-nvidia ничего не изменилось.
Вот что выдаёт:
┌──(root㉿kali)-[/home/kaliadmin]
└─# hashcat -m 16800 -D 2 -a 0 -t 20 wifipass /media/kaliadmin/01D8985BE465C3B0/kali/wordlists/1.hccapx -o /media/kaliadmin/01D8985BE465C3B0/kali/wordlists/8.txt --force
hashcat (v6.2.5) starting

You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.

nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 11.4)
====================
* Device #1: NVIDIA GeForce GTX 1050 Ti, 3992/4042 MB, 6MCU

OpenCL API (OpenCL 3.0 CUDA 11.4.264) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: NVIDIA GeForce GTX 1050 Ti, skipped

OpenCL API (OpenCL 3.0 PoCL 3.0+debian Linux, None+Asserts, RELOC, LLVM 13.0.1, SLEEF, DISTRO, POCL_DEBUG) - Platform #2 [The pocl project]
============================================================================================================================================
* Device #3: pthread-Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz, skipped

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

The plugin 16800 is deprecated and was replaced with plugin 22000. For more details, please read:

Started: Fri Aug 26 23:23:28 2022
Stopped: Fri Aug 26 23:23:29 2022





А вот и сама ошибка:

* Device #1: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see:
* Device #2: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see:
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!