Is there a way to extract a password hash from AESCrypt archive?
#11
(04-08-2020, 05:48 PM)philsmd Wrote: There is a file called hashcat.exe in the beta version, as well. You do not need to use ubuntu.

Just use the exe files for windows. this should be a quite obvious thing to do and was also already mentioned a hundreds of time in the forum.

Get Access is denined in windows

Microsoft Windows [Version 10.0.18363.720]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd c:\Users\Name\Downloads\hashcat-5.1.0\

c:\Users\Name\Downloads\hashcat-5.1.0>hashcat.exe
Access is denied.

c:\Users\Name\Downloads\hashcat-5.1.0>

.png   Annotation 2020-04-08 180929.png (Size: 23.63 KB / Downloads: 7)

Linux:
root@DESKTOP-EK85R5F:~# /mnt/c/Users/Name/Downloads/hashcat-5.1.0/hashcat.bin -a 3 -m 22400 ../hash.txt ?l?l?l?l?l?l?l?l?l?l
hashcat (v5.1.0-1774-gf96594ef) starting...

clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR

ATTENTION! No OpenCL-compatible or CUDA-compatible platform found.

You are probably missing the OpenCL or CUDA runtime installation.

* AMD GPUs on Linux require this driver:
  "RadeonOpenCompute (ROCm)" Software Platform (3.1 or later)
* Intel CPUs require this runtime:
  "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
* NVIDIA GPUs require this runtime and/or driver (both):
  "NVIDIA Driver" (440.64 or later)
  "CUDA Toolkit" (9.0 or later)

Started: Wed Apr  8 18:10:20 2020
Stopped: Wed Apr  8 18:10:20 2020
root@DESKTOP-EK85R5F:~# clinfo
Number of platforms                              0
root@DESKTOP-EK85R5F:~#

have tried install opencl and amd gpu driver but no luck
ust trying this out on a zbook 14 g1
Reply


Messages In This Thread
RE: Is there a way to extract a password hash from AESCrypt archive? - by zub - 04-08-2020, 06:12 PM