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: password 8 letters
Post: RE: password 8 letters

Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'): hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l
royce hashcat 6 1,841 01-19-2020, 10:14 PM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

Coloradohusky Wrote: (01-18-2020, 02:48 AM) -- Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo...
royce hashcat 8 2,341 01-20-2020, 08:34 PM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

slyexe Wrote: (01-18-2020, 02:55 AM) -- I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t...
royce hashcat 8 2,341 01-20-2020, 08:35 PM
    Thread: SHA256 (AuthMe)
Post: RE: SHA256 (AuthMe)

This type is present in the beta version, not yet released. https://hashcat.net/beta/ Or you can wait until the release.
royce hashcat 2 1,085 01-25-2020, 07:35 PM
    Thread: help finding installed hashcat potfile
Post: RE: help finding installed hashcat potfile

On Unix-likes, it's in a .hashcat directory in the user's home directory. Not sure if this is also true for macOS.
royce hashcat 2 823 01-28-2020, 07:00 AM
    Thread: Rules effects.
Post: RE: Rules effects.

+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file.
royce hashcat 3 1,045 02-05-2020, 06:10 PM
    Thread: is sorting wordlist by length needed?
Post: RE: is sorting wordlist by length needed?

This is no longer necessary in modern hashcat. I've added a note to the end of that paragraph to make that explicit. Thanks for the indirect docs-bug report, always appreciated. :D
royce hashcat 2 806 02-06-2020, 05:29 PM
    Thread: 3DES Known Plaintext - How?
Post: RE: 3DES Known Plaintext - How?

Separate from your syntax issue ... have you done the math of how long it would take to exhaust this mask (if it were even possible to run it with hashcat)? https://www.wolframalpha.com/input/?i=95...
royce hashcat 3 1,293 02-10-2020, 03:30 AM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

Please see the forum rules. Posting hashes is not allowed. I have redacted your hash. https://hashcat.net/forum/archive/index.php?announcement-2.html There are a number of tutorials showing basi...
royce hashcat 7 1,452 03-29-2020, 04:33 AM
    Thread: --markov-disable taking more time
Post: RE: --markov-disable taking more time

Are you measuring the time until an actual crack is achieved, or total compute time? If you change the order of the attack, the crack will naturally happen earlier or later.
royce hashcat 3 890 04-18-2020, 10:39 PM
    Thread: help with hashcat.
Post: RE: help with hashcat.

Are you cards detected by hashcat? What is the output of hashcat -I?
royce hashcat 13 2,607 04-25-2020, 06:41 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

By default, hashcat doesn't start from 'aaaaa' - instead, it starts with sets of characters that appear most frequently in common passwords, called Markov mode. For example, if you try '?d?d?d?d?d', i...
royce hashcat 9 1,575 04-26-2020, 02:42 AM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

One use case I can think of is when you intend to bruteforce an entire keyspace, and want to "meet in the middle" by having one system work forwards, and the other system work backwards. This would wo...
royce hashcat 9 1,575 04-26-2020, 03:33 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

Well, my point was that if you could just start a run from the other end, you wouldn't have to calculate keyspace at all (for the case of two attack systems)
royce hashcat 9 1,575 04-26-2020, 04:02 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

From the PM, it looks like you'd benefit from doing what philsmd described - using the 'skip' and 'limit' options to split the job across two nodes. philsmd, I'm actually not aware of a simple tutori...
royce hashcat 9 1,575 04-26-2020, 04:48 PM
    Thread: Password Hash Identification
Post: RE: Password Hash Identification

Read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html I've redacted your hash. If you have a specific question about using hashcat, ask it. Also be aware that pas...
royce hashcat 1 572 05-01-2020, 07:55 AM
    Thread: Use whole RAM Colab
Post: RE: Use whole RAM Colab

Have you analyzed what resource is the bottleneck? Just a guess, but it's probably not RAM.
royce hashcat 7 1,257 05-03-2020, 11:26 PM
    Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

See also: ALU/Nokia GPON Admin and WIFI keygen https://git.lsd.cat/g/nokia-keygen Hak5 forums Table of WiFi Password Standards (2016) https://forums.hak5.org/topic/39403-table-of-wifi-passwor...
royce User Contributions 182 305,385 05-05-2020, 10:59 PM
    Thread: Splitting Hashes
Post: RE: Splitting Hashes

No. Any hashing algorithm that allowed that would be deeply flawed. There are some that do allow this - such as pre-NTLM classic LANMan (LM) hashes. But that was a dramatic error in implementation...
royce hashcat 1 530 05-07-2020, 04:36 PM
    Thread: Apply Rule In Between Dictionary Words
Post: RE: Apply Rule In Between Dictionary Words

You have a couple of indirect options: 1. Generate the .###. list externally with a script, and then use combinator3 to pipe that combined with your other wordlists hashcat. That will be OK for slo...
royce hashcat 1 485 05-15-2020, 05:36 AM