Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...

It would be great if you can also mention GPU models and number of devices (please also test with -d 1 for multi-GPU systems) and the exact driver version. Please also test with a mask like -a 3 'h...
philsmd Old oclHashcat Support 6 8,358 05-29-2015, 12:18 AM
    Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...

@okman0060 could you please test different versions of the nvidia driver. For instance the 352.x driver versions etc. This information would be very very helpful for the oclHashcat devs. Unfortuna...
philsmd Old oclHashcat Support 6 8,358 05-29-2015, 09:30 PM
    Thread: i got this error
Post: RE: i got this error

see https://hashcat.net/faq/#line-length_exception_wait_what In your case it is variant/case 2 of the error message and the reason for the error is the reason number 4: hash file was not found Note...
philsmd General Help 6 7,212 06-01-2015, 06:02 PM
    Thread: Random Floating Point 0-1
Post: RE: Random Floating Point 0-1

just a note: keyspace is: number_of_chars_in_charset ^ password_length (where ^ means "to the power of") [0-9] = 10 digits to the power of (length) 16 (position 1 and 2 are fixed, you can check for 0...
philsmd General Help 6 7,390 07-11-2015, 11:01 PM
    Thread: New to HashCat , using cudaHashcat 1.36 , trying to crack a office 2007 'XLSX' hash.
Post: RE: New to HashCat , using cudaHashcat 1.36 , tryi...

FAQ: How do I extract the hashes from Office (Word, Excel, etc.) documents? (https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents)
philsmd General Help 6 11,851 07-26-2015, 07:48 PM
    Thread: 5870 vs 6870
Post: RE: 5870 vs 6870

There are several screenshots/mirrors of the html pages around, e.g. see: https://i.imgur.com/CUQtIjh.png
philsmd Hardware 6 14,305 08-18-2015, 02:49 PM
    Thread: oclHashcat v1.37
Post: RE: oclHashcat v1.37

hurray, 1.37 release! By the way guys, if you see some warnings like these: Code: -- WARNING: Linking two modules of different data layouts! WARNING: Linking two modules of different target triples...
philsmd Old oclHashcat Announcements 6 20,975 08-18-2015, 06:27 PM
    Thread: hashcat and linux
Post: RE: hashcat and linux

It is also important that you let us know about the exact version(s) of cpu hashcat. And try with the newest version (download, extract and run it). The reason for this is: cpu hashcat previous to ...
philsmd General Talk 6 9,796 08-21-2015, 02:05 PM
    Thread: mask file for WPA
Post: RE: mask file for WPA

cr4zynou, I am pretty confident that you are not using the newest version of oclHashcat. Because this looks *exactly* like the bug that was fixed with this ticket https://hashcat.net/trac/ticket/61...
philsmd Old oclHashcat Support 6 9,623 11-26-2015, 02:16 PM
    Thread: --show problem
Post: RE: --show problem

please read the faq page: e.g. https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword (hint: you shou...
philsmd Old oclHashcat Support 6 13,324 12-12-2015, 02:43 PM
    Thread: --show problem
Post: RE: --show problem

The wiki page I linked to has exactly the answer for you (but I will copy it here anyways): 2 steps: 1. cracking: Code: -- cudaHashcat64.exe -m 0 -a 0 --username --outfile D:\cracked.txt "D:\trop...
philsmd Old oclHashcat Support 6 13,324 12-12-2015, 04:19 PM
    Thread: --show doesnt work
Post: RE: --show doesnt work

you also need to specify the hash type. How else should cudaHashcat/oclHashcat know what type of hashes it should load? (btw: all this info is mentioned on the wiki page that epixoip linked)
philsmd Old oclHashcat Support 6 7,734 03-23-2016, 02:59 PM
    Thread: OpenSuSE 13.2 clGetDeviceIDs() -1
Post: RE: OpenSuSE 13.2 clGetDeviceIDs() -1

As long as clinfo doesn't report at least 1 device with type CL_DEVICE_TYPE_GPU (note: GPU and *not* CPU), oclHashcat also won't recognize any OpenCL GPU device. I would recommend that you uninstall ...
philsmd Old oclHashcat Support 6 8,286 03-13-2016, 01:58 PM
    Thread: hashcat-3.00
Post: RE: hashcat-3.00

Wow, actually this looks like a perfect temperature handling for me. At the beginning for both safety reasons and maybe because your card was already a little bit warm/hot, the fan speed was set to a...
philsmd hashcat 6 8,320 06-25-2016, 01:23 PM
    Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine

That error messages just means that it could not find the required "libOpenCL.so" or "libOpenCL.so.1" OpenCL library or more simply: the driver was not correctly installed. How did you install the ...
philsmd hashcat 6 10,607 07-10-2016, 08:47 AM
    Thread: Using hashcat on my CentOS 6 machine
Post: RE: Using hashcat on my CentOS 6 machine

It depends on the hardware you have. AMD/NVidia GPU ? Intel CPU ? Just install the drivers the usual way and you shouldn't get that error message anylonger.
philsmd hashcat 6 10,607 07-10-2016, 10:17 AM
    Thread: Veracrypt question
Post: RE: Veracrypt question

Yeah, it's exactly the same procedure for veracrypt (like it is for truecrypt "hashes", also see https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes)...
philsmd General Talk 6 16,081 07-25-2016, 02:41 PM
    Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...

Example "hashes" can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes The input that you provide to hashcat ("the hashes") should look very similar to the example hashes. Specifi...
philsmd hashcat 6 8,077 02-05-2017, 05:42 PM
    Thread: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR
Post: RE: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR

You need to load the new .hccapx files, not .hccap files for mode -m 2500! see https://hashcat.net/forum/thread-6273.html
philsmd hashcat 6 8,270 02-08-2017, 07:59 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM