Hashcat beta on ubuntu 18.04
#6
(04-01-2020, 06:18 PM)philsmd Wrote: so many problems with what you do

1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing file" should really ring your alarm clocks)
2. why use sudo. do not use sudo
3. you do not run the new version by using "hashcat", but you need to run the local version "./hashcat"
4. why not just uninstall the old version, if you have problems to distinguish them ?
5. "hashcat (v5.1.0) starting in benchmark mode" is clearly the wrong version (see error #3)

etc etc

It seems that you are really new to linux if you make such noobish errors. Maybe you should just stick to the windows operating system ? hashcat doesn't really run faster on linux compared to linux (in general), so the operating system doesn't matter that much (only the drivers etc).

Really yes, i'm new on linux.. i am learning to use it. Ok so i removed all directories and file that contained hashcat
then if i use this:
Code:
locate hashcat
 terminal give me back :

/home/fede/naive-hashcat
/home/fede/Scaricati/hashcat-5.1.0
/usr/bin/hashcat
/usr/bin/hashcat.dictstat2
/usr/bin/hashcat.hcstat2
/usr/bin/hashcat.hctune
/usr/bin/hashcat.log
/usr/bin/hashcat64.bin

It's a problem??
 then i installed again hashcat beta and launched --benchamark:

Code:
fede@fede-UB:~/Scaricati/hashcat-5.1.0$ hashcat -b

Comando «hashcat» non trovato, ma può essere installato con:

sudo apt install hashcat

fede@fede-UB:~/Scaricati/hashcat-5.1.0$ ./hashcat -b
bash: ./hashcat: File o directory non esistente
fede@fede-UB:~/Scaricati/hashcat-5.1.0$ sudo hashcat -b
sudo: hashcat: comando non trovato
fede@fede-UB:~/Scaricati/hashcat-5.1.0$ sudo hashcat64.bin -b
hashcat (v5.1.0) 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 Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: gfx803, 1740/2048 MB allocatable, 14MCU

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 0 - MD5

Speed.#1.........:  4552.3 MH/s (50.60ms) @ Accel:512 Loops:128 Thr:256 Vec:1

Hashmode: 100 - SHA1

Speed.#1.........:  1600.3 MH/s (72.55ms) @ Accel:256 Loops:128 Thr:256 Vec:1

Hashmode: 1400 - SHA2-256

Speed.#1.........:  704.2 MH/s (82.55ms) @ Accel:256 Loops:64 Thr:256 Vec:1

Hashmode: 1700 - SHA2-512

Speed.#1.........:  210.1 MH/s (69.16ms) @ Accel:128 Loops:32 Thr:256 Vec:1

Hashmode: 2500 - WPA-EAPOL-PBKDF2 (Iterations: 4096)

clBuildProgram(): CL_BUILD_PROGRAM_FAILURE


....
....

OpenCL/inc_vendor.h:119:18: note: expanded from macro 'DECLSPEC'
#define DECLSPEC inline static
                ^
30 warnings and 650 errors generated.
Error: Failed to compile opencl source (from CL or HIP source to LLVM IR).

* Device #1: Kernel /usr/bin/OpenCL/m02500-pure.cl build failed - proceeding without this device.

Return problem just with OpenCL that i don't have, i installed just ROCm.
how i can fix it?
Reply


Messages In This Thread
Hashcat beta on ubuntu 18.04 - by usarname__ - 04-01-2020, 01:41 AM
RE: Hashcat beta on ubuntu 18.04 - by philsmd - 04-01-2020, 09:00 AM
RE: Hashcat beta on ubuntu 18.04 - by usarname__ - 04-01-2020, 04:45 PM
RE: Hashcat beta on ubuntu 18.04 - by Mem5 - 04-01-2020, 09:40 AM
RE: Hashcat beta on ubuntu 18.04 - by philsmd - 04-01-2020, 06:18 PM
RE: Hashcat beta on ubuntu 18.04 - by usarname__ - 04-01-2020, 08:17 PM
RE: Hashcat beta on ubuntu 18.04 - by philsmd - 04-01-2020, 08:54 PM
RE: Hashcat beta on ubuntu 18.04 - by usarname__ - 04-01-2020, 09:25 PM
RE: Hashcat beta on ubuntu 18.04 - by philsmd - 04-01-2020, 09:26 PM
RE: Hashcat beta on ubuntu 18.04 - by usarname__ - 04-01-2020, 10:59 PM