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 [desc] Views Posted
    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
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

All of this information is documented in the wiki, I even linked it. I will try to explain it anyway: 1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ...
philsmd hashcat 6 5,792 03-01-2017, 05:41 PM
    Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID

Yeah, feel free to contribute with such a pull request. I would say that using the $HEX[] format would be a good solution since it is already used a lot for the different hashcat tools. So the input...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 7,821 03-17-2017, 09:53 AM
    Thread: multi hash
Post: RE: multi hash

See https://hashcat.net/wiki/hccapx for windows: Code: -- copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx -- for linux: Code: -- cat single_hccapxs/*.hccapx > all_in_one/multi.hcc...
philsmd hashcat 6 6,160 03-29-2017, 06:41 PM
    Thread: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...

You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i...
philsmd hashcat 6 5,688 03-31-2017, 09:21 AM
    Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password

-a 3 is for mask attack (https://hashcat.net/wiki/mask_attack), if you want to use a wordlist, you need to use -a 0 I'm not sure what D:\cracked.txt or [path to cracked.txt] mean in your example. I...
philsmd hashcat 6 6,006 04-03-2017, 05:51 PM
    Thread: Help with partial known simple OS X password
Post: RE: Help with partial known simple OS X password

I didn't say you shoud use "- o" (minus space lower-case o), but "-o file". That's a huge difference. Furthermore, this "-1 xyz?d?d?d?d" is totally wrong. What should this do in your opinion? --cust...
philsmd hashcat 6 6,006 04-03-2017, 09:03 PM