07-23-2021, 03:32 PM
(07-23-2021, 03:25 PM)Xanadrel Wrote: If you use latest version of hashcat you would have the automatic analysis of hashes, so if you don't use -m and there is a single possible mode it will use it.
You can also use this wiki page as reference: https://hashcat.net/wiki/doku.php?id=example_hashes
(And there are these options in hashcat itself too: --identify and --example-hashes)
I'm running latest now but I'm getting an error:
Code:
User:Laptop~/Desktop$ hashcat -b --benchmark-all
hashcat (v6.2.3) starting in benchmark mode
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
OpenCL API (OpenCL 1.2 pocl 1.6, None+Asserts, LLVM 9.0.1, RELOC, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
=============================================================================================================================
* Device #1: pthread-11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz, 13579/13643 MB (4096 MB allocatable), 8MCU
Benchmark relevant options:
===========================
* --benchmark-all
* --optimized-kernel-enable
Hashmode: 0 - MD5
1 error generated.
clCompileProgram(): CL_COMPILE_PROGRAM_FAILURE
error: /home/rafael/.cache/pocl/kcache/tempfile-80-07-bf-14-03.cl:7:10: 'inc_vendor.h' file not found
* Device #1: Kernel /usr/local/share/hashcat/OpenCL/shared.cl build failed.
Started: Fri Jul 23 15:27:44 2021
Stopped: Fri Jul 23 15:27:44 2021
I have a laptop without a powerful GPU. I downloaded the latest version and installed with make && sudo make install on my Ubuntu 21.04.
CL_COMPILE_PROGRAM_FAILURE
What went wrong?