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 Views [asc] Posted
    Thread: hex password
Post: RE: hex password

yes, your command is wrong. You did specify the custom charset but forgot to specify a mask. see https://hashcat.net/wiki/doku.php?id=mask_attack
philsmd Old oclHashcat Support 7 20,679 06-27-2016, 03:44 PM
    Thread: Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
Post: RE: Warnings in hashcat v3 not present in cudaHash...

Afaik, you also need to set the coolbits to 12, as mentioned in several tuning "howtos" on the forum: e.g. https://hashcat.net/forum/thread-3717-post-23470.html#pid23470 (not sure if that specific how...
philsmd hashcat 15 20,487 07-26-2016, 10:01 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ...
philsmd hashcat 15 20,288 11-24-2017, 09:40 AM
    Thread: NetNTLMv1 format
Post: RE: NetNTLMv1 format

This example works for me: Code: -- u4-netntlm::kNS:338d08f8e26de93300000000000000000000000000000000:9526fb8c23a90751cdd619b6cea564742e1e4bf33006ba41:cb8086049ec4736c -- Seems that the wiki page...
philsmd Very old oclHashcat-plus Support 6 20,096 05-16-2013, 03:35 PM
    Thread: Make Wordlist
Post: RE: Make Wordlist

I don't think that with 16 chars it is very clever and fast to generate a wordlist. Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too Anyway, th...
philsmd General Talk 6 20,004 08-22-2013, 01:04 AM
    Thread: Problem with Password
Post: RE: Problem with Password

Make sure you have 2 different .cap files and 2 different .hccap files. The first pair is: (1st cap, 1st hccap) where 1st cap is gathered from aircrack w/ password arlenesplace The second pair is:...
philsmd Very old oclHashcat-plus Support 5 20,002 12-06-2013, 01:56 PM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux. After that download the nvidia drivers from the NV site. You th...
philsmd Very old oclHashcat-lite Support 9 19,935 04-30-2013, 09:39 AM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

Glad to help. But let me say one thing: I don't like your follow-up post at all. I would like to see a howto tutorial how we resolved the problem instead. You should have posted here the solution...
philsmd Very old oclHashcat-lite Support 9 19,935 04-30-2013, 11:04 PM
    Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash

you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip You should quickly remove the hashes here,...
philsmd hashcat 1 19,728 02-11-2017, 07:54 PM
    Thread: WPA/WPA2 PMK mode (2501)
Post: RE: WPA/WPA2 PMK mode (2501)

If you run hashcat --help (with the latest version of hashcat) you will see that 2501 is supported and within the output. you can use hcxtools from https://github.com/ZerBea/hcxtools (wlancap2hcx -...
philsmd General Talk 20 19,682 03-02-2018, 10:03 AM
    Thread: ERROR: cuModuleLoad() 209
Post: RE: ERROR: cuModuleLoad() 209

There are two cases when you see the 209 error: 1. the extraction of the archive did go wrong (please also double-check if /kernels/4318/m00000_a0.sm_30.64.ptx etc exist) 2. make sure there are no o...
philsmd Old oclHashcat Support 7 19,473 10-08-2014, 08:14 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

are you sure you run a binary that fits your operating system? For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed). see https://stackoverflow...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,432 11-09-2015, 04:18 PM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I think we should distinguish this task in 2 separate goals: 1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages. 2. what the people need to do/know whose goal is t...
philsmd hashcat 12 18,949 12-08-2015, 02:56 PM
    Thread: INFO: removed 1 hash found in pot file
Post: RE: INFO: removed 1 hash found in pot file

You either use a new session (name) --session OR use --potfile-disable to disable the .pot file check (and writing) at all
philsmd Old oclHashcat Support 4 18,849 03-26-2015, 11:31 PM
    Thread: INFO: removed 1 hash found in pot file
Post: RE: INFO: removed 1 hash found in pot file

You can't use --remove then, or at least you need to have the original hash list If you have the original hash file, then just run something like this: oclHashcat64.exe -m 21 --show --session all "C:...
philsmd Old oclHashcat Support 4 18,849 03-27-2015, 01:03 AM
    Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?

mask work position-wise, you need to specify the built-in or custom charset (or hardcoded char) for each and every position so this should work: cudaHashcat64.exe -a 3 -m 400 hascc.hash hashca?l ...
philsmd Old oclHashcat Support 15 18,779 08-13-2015, 02:35 PM
    Thread: Bcrypt recovery with known salt?
Post: RE: Bcrypt recovery with known salt?

Please have a look at the bcrypt example (https://hashcat.net/wiki/doku.php?id=example_hashes - see line w/ hash type 3200), the format is: $2a$cost$base64(salt).base64(hash) iteration = 2 ^ cost ...
philsmd hashcat 4 18,778 12-29-2013, 08:55 PM
    Thread: WPA speed drop between 0.15 and 1.01
Post: RE: WPA speed drop between 0.15 and 1.01

The screenshot of oclHashcat 1.01 shows that you are trying to crack more than one network (.hccap file w/ several essid - note the file size of the hccap file + "Recovered......: 0/10"). That's also ...
philsmd Old oclHashcat Support 9 18,769 01-07-2014, 07:42 AM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

Seems interesting. Devs need to add a special hash format for this one, since the salt+password is too long for a single md5 transform. Could you please add a trac ticket ( https://hashcat.net/trac/ ...
philsmd Old hashcat Support 8 18,704 02-23-2015, 12:28 AM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

There is some good news here, the new hash type -m 11000 = PrestaShop made it to cpu hashcat already (beta!), oclHashcat support will follow. But let me use this opportunity for a big Warning for for...
philsmd Old hashcat Support 8 18,704 02-26-2015, 12:43 PM