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: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...

did you try -S ? maybe a solution is to pre-compute something to generate a larger dict from the small dict. pipe could also be an option, but let's be honest both -S and pipes normally are only be...
philsmd hashcat 5 712 08-04-2020, 09:47 PM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

install the driver as mentioned here: https://hashcat.net/hashcat https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section PS: and do not forget to update ha...
philsmd hashcat 5 844 08-26-2020, 01:42 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

just install the dependency: Code: -- sudo apt install lsb-core -- The ubuntu version check can be ignored as far as I know
philsmd hashcat 5 844 08-26-2020, 02:15 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

do you now use the latest hashcat version ? which operating system do you use ?
philsmd hashcat 5 844 08-29-2020, 03:02 PM
    Thread: Problem cracking sample WPA hccap
Post: RE: Problem cracking sample WPA hccap

It is 'hashcat!' since the minimum length is 8
philsmd General Help 4 11,187 05-27-2013, 10:33 AM
    Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?

But it is the exact same thing for other length, if you want to do it in one run use for instance a script like this (untested, remove the "echo" if it seems to be ok for you): Code: -- hc_pre="...
philsmd Old hashcat Support 4 11,433 06-05-2013, 07:55 PM
    Thread: Multiple WPA hccap files at the same time.
Post: RE: Multiple WPA hccap files at the same time.

Is what you are asking similar to this thread? https://hashcat.net/forum/thread-2152.html
philsmd Very old oclHashcat-plus Support 4 11,682 06-19-2013, 05:20 PM
    Thread: Multiple WPA hccap files at the same time.
Post: RE: Multiple WPA hccap files at the same time.

Please have a look at Trac, I think there is no such request and there was none yet. If not on Trac the probability is hight that atom wasn't reminded of this feature request. I for example see no mu...
philsmd Very old oclHashcat-plus Support 4 11,682 06-19-2013, 05:28 PM
    Thread: stop working !
Post: RE: stop working !

You use a 3rd party windows program (Hashcat-GUI), this implies that whenever you have problems by using this GUI it is better to post your GUI problems there: https://forum.md5decrypter.co.uk/forum8-g...
philsmd Very old oclHashcat-plus Support 4 8,935 06-15-2013, 03:24 PM
    Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...

Yes, sorry I made a little bit confusion w/ ntlm. So the problem really is > length 15 support. Atom is already heavily working on that (this limitation is well known and also documented in the wiki)...
philsmd Very old oclHashcat-plus Support 4 11,241 08-06-2013, 12:54 PM
    Thread: Wordlist word spacing
Post: RE: Wordlist word spacing

"wordswithoutspaces" ? yes, *hashcat reads line by line, regardless if there are spaces in some lines of your wordlist. If you meant "wordswithspaces", yes they are tested as 1 plain and not split...
philsmd Old hashcat Support 4 9,797 08-10-2013, 02:11 PM
    Thread: MSCACHEv1 Line-Length Exception when username exceeds 12 Characters
Post: RE: MSCACHEv1 Line-Length Exception when username ...

We need more info about your setup. Are you using windows? Maybe you have this problem, that was fixed in new beta (not released yet): https://hashcat.net/trac/ticket/178 What is the error you se...
philsmd Very old oclHashcat-plus Support 4 11,241 08-06-2013, 12:11 PM
    Thread: Wordlist word spacing
Post: RE: Wordlist word spacing

running sed is not doing it manually. Doing it manually would mean change every space by hand - line by line ;) Sed/awk/tr can be used on windows. I know that, because I used them myself. Otherwis...
philsmd Old hashcat Support 4 9,797 08-10-2013, 02:30 PM
    Thread: Rules Mask
Post: RE: Rules Mask

Forget about the password list and use a mask. For the second problem, this could help: https://hashcat.net/forum/thread-2161.html
philsmd General Help 4 8,079 08-25-2013, 06:55 PM
    Thread: buitin charsets works, but custom charsets dosn't work
Post: RE: buitin charsets works, but custom charsets dos...

Please use --help and the wiki to learn about --hex-charset. Hint: if you remove --hex-charset it should work Please also don't post hashes if not ask by a dev, see https://hashcat.net/forum/anno...
philsmd Old hashcat Support 4 9,223 09-28-2013, 10:13 AM
    Thread: Don't show cracked password in console
Post: RE: Don't show cracked password in console

The options are all listed in the output of "oclHashcat --help" : - you can use the -o cracked.txt (or --outfile=cracked.txt ) option to change the output file handle - you can use the --output-fo...
philsmd Very old oclHashcat-plus Support 4 17,492 10-29-2013, 01:28 PM
    Thread: DIfficulties running mass attack
Post: RE: DIfficulties running mass attack

you need to add: -m 2500 (see https://hashcat.net/wiki/doku.php?id=example_hashes ), otherwise hashcat does not know what type of hash you want to crack Code: -- oclHashcat-plus64.exe -m 2500 -a 3 -1...
philsmd Very old oclHashcat-plus Support 4 9,529 11-03-2013, 12:55 AM
    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,779 12-29-2013, 08:55 PM
    Thread: Error on Ubuntu: Nvdia
Post: RE: Error on Ubuntu: Nvdia

So the answer is, you need to: 1. make sure you use the latest oclHashcat version (1.01 currently) 2. your system uses a supported driver, see https://hashcat.net/oclhashcat/, it clearly says: NV use...
philsmd Old oclHashcat Support 4 10,370 01-08-2014, 12:57 PM
    Thread: weird mask attack
Post: RE: weird mask attack

These lines: Code: -- $HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \ ../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt ../oclHashcat-1.01/masks/rockyou-1-64.hc...
philsmd Old oclHashcat Support 4 10,191 01-09-2014, 05:22 PM