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 Posted [desc]
    Thread: Blockchain hash
Post: RE: Blockchain hash

so as far as I understood, the question (also in regards to your PM) was how to obtain the intermediate results between the two decryption step. Well, it's just using PBKDF2-HMAC-SHA1 (32 byte output)...
philsmd hashcat 10 4,442 04-17-2019, 08:46 AM
    Thread: Second GPU is not recognized
Post: RE: Second GPU is not recognized

your clinfo basically proofs that it is not hashcat fault because also clinfo only sees a single RX 580 (there is only one GPU in your list). I would suggest reinstalling the driver and/or messing ...
philsmd Hardware 2 2,021 04-18-2019, 12:40 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

see: https://hashcat.net/forum/thread-6638.html https://hashcat.net/forum/thread-2563-post-15255.html#pid15255
philsmd hashcat 8 3,607 04-18-2019, 02:43 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

maybe you just didn't understand the posts. depending on the output you get from your capture tool/dump (i.e. if it is NetNTLMv1 / NetNTLMv1+ESS or NetNTLMv2), you need to use -m 5500 or -m 5600. ...
philsmd hashcat 8 3,607 04-18-2019, 07:27 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

the domain is actually not used in computing the response and therefore can be skipped/ignored/anything, but the client challenge must be specified (e.g. 338d08f8e26de933000000000000000000000000000000...
philsmd hashcat 8 3,607 04-18-2019, 08:26 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

I guess this is just because you didn't test with the correct password candidate. hashcat only tries the passwords that you tell it to run. Maybe this specific hash is harder to crack and you need...
philsmd hashcat 8 3,607 04-19-2019, 11:44 AM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

I guess that depends on how large the percentage of rejected passwords is and how fast the algorithm is. brain doesn't make the H/s speed of your GPUs faster, that only depends on the OpenCL device...
philsmd hashcat 5 2,964 04-19-2019, 01:35 PM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

best advice is to remember as much as possible from the password that was (probably) used and build some small (or up to medium) sized dictionary which follows those policies/patterns. Of course it...
philsmd hashcat 10 4,436 04-30-2019, 10:40 AM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

I think brute-force is a very bad strategy here. I would stick with dictionary attacks (-a 0) and only if you are sure about a very specific pattern or did already try all possibilities (likely pas...
philsmd hashcat 10 4,436 04-30-2019, 07:05 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

you can use the --outfile (short -o) option and redirect all errors to /dev/null Code: -- hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null -- on windows it's very simil...
philsmd hashcat 5 2,706 05-02-2019, 02:00 PM
    Thread: pkzip2
Post: RE: pkzip2

see https://github.com/hashcat/hashcat/pull/1962 , it's work in progress. I have no clue what you are trying to say with that sentence regarding AES, the main problem was that we have to do huffman c...
philsmd hashcat 2 2,977 05-03-2019, 07:39 AM
    Thread: length & Mask problem with PMK (-m 2501/16801)
Post: RE: length & Mask

not possible. math must be understood and respected. things that are infeasible, are and will remain infeasible (at least for our lifetime). as we told you already hundreds of times (at least that ...
philsmd General Talk 4 3,139 05-05-2019, 05:03 PM
    Thread: length & Mask problem with PMK (-m 2501/16801)
Post: RE: length & Mask

yeah, -a 0 (dictionary attack) makes most sense with -m 2501 and -m 16801 the general approach is to use wlangenpmk (or wlangenpmkocl for OpenCL support) from https://github.com/ZerBea/hcxkeys ...
philsmd General Talk 4 3,139 05-06-2019, 09:03 AM
    Thread: Some remarks and maybe idea for improvement
Post: RE: Some remarks and maybe idea for improvement

hashcat uses markov by default (it's not random), it's trained with rockyou.txt (update see below). you can use --markov-hcstat2 and hcstat2gen (see https://github.com/hashcat/hashcat-utils/blob/ma...
philsmd hashcat 1 1,919 05-09-2019, 11:48 AM
    Thread: Hash type sorting
Post: RE: Hash type sorting

best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic...
philsmd hashcat 2 1,590 05-11-2019, 01:31 PM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

sorry to hear about your loss. I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2...
philsmd General Talk 8 3,915 05-22-2019, 08:11 AM
    Thread: unable to begin iphone hash on Windows 10
Post: RE: unable to begin iphone hash on Windows 10

you must make sure that the file named "hashTest.txt" exists. hashcat can't find the file "hashTest.txt" within the directory
philsmd hashcat 1 1,127 05-23-2019, 07:47 AM
    Thread: Decrypt DES-CBC RSA private key
Post: RE: Decrypt DES-CBC RSA private key

RSA is not supported. -m 1500 = descrypt is something completely diffrerent. we actually have a feature request for RSA here: https://github.com/hashcat/hashcat/issues/108 , but it doesn't seem ...
philsmd hashcat 4 7,035 05-24-2019, 02:59 PM
    Thread: Hashcat not working
Post: RE: Hashcat not working

-a 1 is for concatenating two dicts, use -a 0 instead (with one dict) Code: -- hashcat -m 0 -a 0 '/root/md5/hashpassword.txt' '/root/md5/rockyou.txt' -- the correct answer was already provid...
philsmd hashcat 4 2,032 05-24-2019, 09:23 PM