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 [desc] Posted
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

try with your CPU Only (for testing purposes) with hashcat -m 2500 -D 1 -b what hash type are you talking about ? WPA or -m 15900 (DPAPI v2)
philsmd hashcat 5 1,397 03-21-2020, 08:10 PM
    Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, ...
philsmd Beta Tester 4 1,400 03-09-2020, 09:25 AM
    Thread: Need help combinding 2 different dictionaries
Post: RE: Need help combinding 2 different dictionaries

you can use something like this: Code: -- hashcat --stdout -o temp_dict.txt -a 6 text1.txt ?d?d?d?d -- to generate a dict containing the words within the first file (text1.txt) combined with the...
philsmd hashcat 1 1,402 01-04-2019, 11:03 AM
    Thread: real noob looking for help!
Post: RE: real noob looking for help!

The best thing you could do here is to code a new hashcat module and kernel (OpenCL .cl file with update/final function calls, see https://github.com/hashcat/hashcat/blob/23917455efad1deba8c12516e1922...
philsmd hashcat 1 1,407 03-01-2019, 02:27 PM
    Thread: Which mode - passlib.hash.bcrypt_sha256
Post: RE: Which mode - passlib.hash.bcrypt_sha256

support for the PBKDF2-HMAC-SHA* Passlib format is in beta (https://hashcat.net/beta/), see: https://github.com/hashcat/hashcat/pull/2008 the passlib SHA* hashes did actually work with older versi...
philsmd hashcat 2 1,408 05-25-2019, 07:52 AM
    Thread: How to enter hashcat mask?
Post: RE: How to enter hashcat mask?

001?d?d?d?d?d?d?d all the details are here: - wiki: https://hashcat.net/wiki/doku.php?id=mask_attack - or FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_should_i_use_a_m...
philsmd hashcat 4 1,409 12-11-2019, 06:43 PM
    Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type

The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes Quote:...
philsmd hashcat 2 1,411 07-26-2019, 04:27 AM
    Thread: Save list
Post: RE: Save list

you can either use combinator (2 words) and combinator3 (3 words): https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3 one after the other (first 2 words, then 3 words) for 2 words (only 2...
philsmd hashcat 2 1,423 09-29-2019, 09:54 AM
    Thread: Separating words in combinator attack with space
Post: RE: Separating words in combinator attack with spa...

Code: -- hashcat -m 0 -a 1 -w 3 -j '$ ' hash.txt dict1.txt dict2.txt -- note: on windows you might need to use "$ " instead (difference between the shells interpreting quotes and escaping doll...
philsmd hashcat 3 1,429 09-04-2019, 12:41 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's always clever to step back a little bit and first try to understand and analyse the feasibility of this attack and the total keyspace. My guess is that this is for WPA "hashes", so it's alread...
philsmd hashcat 7 1,442 06-17-2020, 07:17 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's negligible. the more words, the less likely is that a word occurs multiple times. As said, you could develop a fast password candidate generator that does all that fancy stuff: combining, conc...
philsmd hashcat 7 1,442 06-19-2020, 05:31 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's a very special situation, which requires either a special password generator or a compromise to allow some duplicates for better speed. The candidate generator could be as simple as this: Co...
philsmd hashcat 7 1,442 06-19-2020, 06:06 PM
    Thread: Works with OpenCL but not CUDA
Post: RE: Works with OpenCL but not CUDA

unfortunately, it could be anything here. maybe even your OpenCL kernel is not perfectly correct and it is only a matter of which vector size etc is being used to fail or succeed. Without seein...
philsmd hashcat 2 1,458 08-24-2019, 12:20 PM
    Thread: hashcat inquiry.
Post: RE: hashcat inquiry.

in theory you could just use the same command without the hash file and using --stdout to see all the password candidates. e.g. if you had this command: Code: -- hashcat -m 14800 -r my.rules ha...
philsmd hashcat 2 1,466 06-03-2019, 09:38 AM
    Thread: Help with special character rule
Post: RE: Help with special character rule

what did you try ? it would make sense to at least mention how you tried it etc ? see https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance to append the "a" character, you would u...
philsmd hashcat 7 1,475 05-13-2020, 02:12 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier. ...
philsmd hashcat 7 1,475 05-13-2020, 06:39 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I'm pretty sure that is some problem with your specific rule file (malformed, corrupted). just try it yourself... open a text editor, insert the dollar symbol and the closing bracket, store it an...
philsmd hashcat 7 1,475 05-14-2020, 02:14 PM
    Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping

your command line is wrong. --stdout is -m 2000 you can't use --stdout and another hash type setting -m x either one or the other Code: -- ./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-...
philsmd hashcat 1 1,477 03-25-2019, 12:01 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

brain is most useful for so-called slow hashes ,therefore try with e.g. -m 3200 = bcrypt , sha256crypt, PBKDF2 etc It's always a question on where the bottleneck is, if hashcat is too fast for the ...
philsmd hashcat 3 1,477 07-31-2019, 12:03 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

maybe you are confusing the brain feature with some distributed cracking software like hashtopolis. They address very different problems, but still some users think that the brain feature is some s...
philsmd hashcat 3 1,477 07-31-2019, 12:32 PM