Posts: 9
	Threads: 3
	Joined: Aug 2022
	
	
 
	
		
		
		08-22-2022, 05:01 AM 
(This post was last modified: 08-22-2022, 05:04 AM by Xii-Nyth.)
		
	 
	
		I recently incorrectly entered a password for a 7z file (or maybe it corrupted?).. trying to crack it, I used 7z2hashcat successfully and just trying to do this now:
hashcat.exe -a 3 -m 11600 extractedhash.txt -O
No idea why its getting stuck before it even starts, tried using both my integrated and detecated graphics.
note: im new to this and if there are prerequisites, im missing them
	
	
	
	
	
 
 
	
	
	
		
	Posts: 383
	Threads: 1
	Joined: Aug 2020
	
	
 
	
	
		 (08-22-2022, 05:01 AM)Xii-Nyth Wrote:  I recently incorrectly entered a password for a 7z file (or maybe it corrupted?).. trying to crack it, I used 7z2hashcat successfully and just trying to do this now:
hashcat.exe -a 3 -m 11600 extractedhash.txt -O
No idea why its getting stuck before it even starts, tried using both my integrated and detecated graphics.
note: im new to this and if there are prerequisites, im missing them
command hashcat -I (for linux ./hashcat -i) and past it here
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 9
	Threads: 3
	Joined: Aug 2022
	
	
 
	
		
		
		08-22-2022, 09:42 PM 
(This post was last modified: 08-22-2022, 09:49 PM by Xii-Nyth.)
		
	 
	
		hiprtcAddNameExpression is missing from HIPRTC shared library.
Successfully initialized NVIDIA CUDA library.
Failed to initialize NVIDIA RTC library.
* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
             CUDA SDK Toolkit required for proper device support and utilization.
             Falling back to OpenCL runtime.
OpenCL Info:
============
OpenCL Platform ID #1
  Vendor..: NVIDIA Corporation
  Name....: NVIDIA CUDA
  Version.: OpenCL 3.0 CUDA 11.7.101
  Backend Device ID #1
    Type...........: GPU
    Vendor.ID......: 32
    Vendor.........: NVIDIA Corporation
    Name...........: NVIDIA GeForce RTX 3070 Laptop GPU
    Version........: OpenCL 3.0 CUDA
    Processor(s)...: 40
    Clock..........: 1560
    Memory.Total...: 8191 MB (limited to 2047 MB allocatable in one block)
    Memory.Free....: 7488 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 516.94
    PCI.Addr.BDF...: 01:00.0
OpenCL Platform ID #2
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.1 AMD-APP (3444.0)
  Backend Device ID #2
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: AMD Radeon(TM) Graphics
    Version........: OpenCL 2.0 AMD-APP (3444.0)
    Processor(s)...: 8
    Clock..........: 2100
    Memory.Total...: 6242 MB (limited to 2435 MB allocatable in one block)
    Memory.Free....: 3072 MB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 3444.0 (PAL,HSAIL)
    PCI.Addr.BDF...: 06:00.0
note the amd card is integrated vega 8 in a 5900hx, since it doesnt get read properly.
I though I read somewhere the sdk toolkit was causing an issue so I didnt grab it, the amd side gives no errors though so dont know why that doent work
	
	
	
	
	
 
 
	
	
	
		
	Posts: 9
	Threads: 3
	Joined: Aug 2022
	
	
 
	
	
		Nevermind, cumstom installed the sdk without updating any of the driver/phyx etc over it and it started working. Thanks for your time.