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: Best strategy for keyword attack
Post: RE: Best strategy for keyword attack

So you know the base word, and you need to append some a special and two numbers? -r ./rules/hybrid/append_s.rule -r ./rules/hybrid/append_d.rule -r -r ./rules/hybrid/append_d.rule
royce hashcat 4 1,997 09-08-2019, 02:09 AM
    Thread: Best strategy for keyword attack
Post: RE: Best strategy for keyword attack

Because masks are executed on GPU, it's probably much faster to just run it as a hybrid (-a 6) or mask attack.
royce hashcat 4 1,997 09-08-2019, 03:43 AM
    Thread: Alternatives to HashcatGUI?
Post: RE: Alternatives to HashcatGUI?

Big fan of Hashtopolis.
royce hashcat 4 1,994 07-06-2019, 08:31 PM
    Thread: Office 2013 token length exception
Post: RE: Office 2013 token length exception

Unable to replicate. I copied the example hash directly out of your post, and can crack it: Code: -- $ cat office2013.hash $office$*2013*100000*256*16*7dd611d7eb4c899f74816d1dec817b3b*948dc0b2...
royce hashcat 1 1,980 12-11-2018, 06:48 AM
    Thread: Hashcat vs Keepass 2 (.kdbx)
Post: RE: Hashcat vs Keepass 2 (.kdbx)

As slyexe said, you cannot request hash-cracking help on this forum. Please remove these requests from your post, or you risk being banned.
royce hashcat 4 1,962 12-03-2019, 04:49 AM
    Thread: Enpass password recovery supported?
Post: RE: Enpass password recovery supported?

If it's the same kind of hash as described here: https://github.com/hashcat/hashcat/issues/600 ... then it's not currently supported by hashcat - neither CPU nor GPU. Sounds like JtR is proba...
royce hashcat 1 1,961 02-03-2018, 06:41 PM
    Thread: [split] hashcat v4.1.0
Post: RE: hashcat v4.1.0

partyhead, please read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html * Do not hijack threads (this isn't a hashcat-forums-specific rule; hijacking threads is c...
royce hashcat 1 1,932 07-04-2018, 10:54 PM
    Thread: R9 270x/GTX960
Post: RE: R9 270x/GTX960

Hashes per second per dollar is indeed the way to think about it - and if electricity price matters, H/s/watt. For your use case, non-FE would probably be OK. If you can swing a 970, that might be...
royce Hardware 1 1,931 05-18-2018, 05:16 AM
    Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?

There's no way for a single mask to express optional characters (that I'm aware of). But if you pass a file containing the masks, they are processed in succession very quickly.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 1,925 09-25-2019, 06:21 PM
    Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?

Good point! True for this particular case, but not the more general case. :P ;)
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 1,925 09-25-2019, 10:42 PM
    Thread: Help With Wordlists
Post: RE: Help With Wordlists

Because you want a variable number of digits, which could be anywhere in the string, you'll need a list of masks - not just a single mask. This list must be generated outside of hashcat. Use http:...
royce hashcat 1 1,890 09-09-2018, 03:25 AM
    Thread: Missing example hashes
Post: RE: Missing example hashes

I'll take a look. Thanks for the heads-up! Note that you can often use 'hashcat --example-hashes' as a workaround.
royce hashcat 3 1,880 02-07-2019, 04:05 PM
    Thread: Missing example hashes
Post: RE: Missing example hashes

OK, I've done the easy ones (that don't require a file upload to hashcat.net), and I've made inquiries about the remainder. Thanks again - good eye!
royce hashcat 3 1,880 02-07-2019, 04:30 PM
    Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...

Hello! Please post in English. Use Google Translate if you need to. Here is a Google Translate translation of the above: I am learning hashcat, but its instructions make me a headache. I searched a ...
royce hashcat 4 1,879 09-01-2019, 07:06 PM
    Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...

https://www.google.com/search?q=hashcat+%28novice+OR+beginner%29+%28tutorial+OR+howto%29 ... yields: https://laconicwolf.com/2018/09/29/hashcat-tutorial-the-basics-of-cracking-passwords-with-has...
royce hashcat 4 1,879 09-02-2019, 04:37 PM
    Thread: Extracting Hashes
Post: RE: Extracting Hashes

This varies depending on the hash type. But generally, the John the Ripper tools are usually quite good - and up to date for many hash types.
royce General Talk 1 1,866 06-19-2018, 08:04 AM
    Thread: Help
Post: RE: Help

Please read the forum rules (https://hashcat.net/forum/announcement-2.html).
royce General Talk 1 1,863 10-15-2018, 02:41 AM
    Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters

If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded: ?a?a?a?a?a?a?a?aAlis-ZA
royce hashcat 1 1,857 02-17-2018, 06:27 PM
    Thread: What am I doing wrong?
Post: RE: What am I doing wrong?

I'm not able to reproduce this. Code: -- $ hashcat -a 3 --stdout -i --increment-min 5 --increment-max 9 -1 custom.hcchr -2 custom1.hcchr ?u?1?1?1?2?2?2?2?2 | head -100000 | cut -b1 | sort -u | ...
royce hashcat 1 1,843 12-23-2017, 04:19 AM
    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