01-14-2018, 07:30 AM
Pages: 1 2
01-14-2018, 08:02 AM
So I found this help post and I have my hash which start like this
So how can I use hashcat now ? For example my password have 5 words start with special char and ends with number ?
Code:
wallet.aes.json:$blockchain$704$3454
So how can I use hashcat now ? For example my password have 5 words start with special char and ends with number ?
01-14-2018, 08:21 AM
So the correct Hash-Mode is 12700, but how to start it, which command is correct ?
01-14-2018, 08:35 AM
When I start example0 I got an error
Im not using cudahashcat just hashcat ? whats wrong ?
Code:
./example0.sh
hashcat (v4.0.1) starting...
clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR
Im not using cudahashcat just hashcat ? whats wrong ?
01-14-2018, 09:29 AM
1. The hashes must be formatted according to these guide/examples: https://hashcat.net/wiki/example_hashes (search for 12700). Therefore there should not be any file names within the "hash" etc (yes, I know that the jtr python script outputs the file name too... just remove it and also the separator - the colon between file name and actual hash -)
2. you need to install the drivers for your hardware (GPU or CPU). Which OpenCL-compatible devices do you have? Did you install the recommended drivers (see https://hashcat.net/hashcat) from the vendors download page (e.g. Nvidia/AMD/Intel etc)?
2. you need to install the drivers for your hardware (GPU or CPU). Which OpenCL-compatible devices do you have? Did you install the recommended drivers (see https://hashcat.net/hashcat) from the vendors download page (e.g. Nvidia/AMD/Intel etc)?
01-14-2018, 09:37 AM
I'v got 1 sorted my file starts
I have installed ocl-icd-libopencl1, ocl-icd-dev, ocl-icd-opencl-dev, Im on Intel Core2Duo not sure what else i need ?
Tnx @philsmd for helping out
Code:
$blockchain$704$504e...
Tnx @philsmd for helping out
01-14-2018, 09:55 AM
You are trying to crack with your CPU ? does it support OpenCL ?
I remember reading somewhere that Intel Core 2 are not even supported by the OpenCL drivers of intel.
Even if they were supported, it won't be very fast. It would be better to have some modern GPU (1080ti etc) or at least some modern OpenCL-compatible Intel i7 CPU etc
I remember reading somewhere that Intel Core 2 are not even supported by the OpenCL drivers of intel.
Even if they were supported, it won't be very fast. It would be better to have some modern GPU (1080ti etc) or at least some modern OpenCL-compatible Intel i7 CPU etc
01-14-2018, 09:59 AM
Probably my cpu isnt supported. Do you now at which version is this introduced ? Basicly I know my password just need few iterations of it
01-14-2018, 10:03 AM
Iv found older version but im getting an error
This is ridiculous
Code:
ERROR: this copy of hashcat is outdated. Get a more recent version.
01-14-2018, 10:11 AM
It doesn't make sense to get hashcat-legacy working. hashcat-legacy doesn't even support blockchain hashes. Only new versions of hashcat (OpenCL version, not the legacy version) support blockchain hashes. It doesn't make sense to complain about this.
It would make much more sense to try with a more modern CPU/GPU.
It would make much more sense to try with a more modern CPU/GPU.
Pages: 1 2