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 [desc] Author Forum Replies Views Posted
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Yes, add --status --status-timer 1 to the 2nd
atom hashcat 10 14,669 12-02-2016, 07:50 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Not with stdin input, because hashcat can't know the number of candidates it will recieve via stdin.
atom hashcat 10 14,669 12-02-2016, 07:56 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

Yes, that will work
atom hashcat 10 14,669 12-02-2016, 08:15 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

number-of-words-in-wordlist1 * number-of-words-in-wordlist2 * number-of-rules
atom hashcat 10 14,669 12-02-2016, 08:23 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

in hybrid mode with -a 6 the ?a?a gets expanded into number of words internally, so it 95*95
atom hashcat 10 14,669 12-02-2016, 08:24 PM
    Thread: Hybrid attack workload increase incase of small dic
Post: RE: Hybrid attack workload increase incase of smal...

The best solution for cracking emails is to either use rules or -a 1 based attacks.
atom hashcat 5 3,508 01-10-2019, 03:01 PM
    Thread: Hybrid attack workload increase incase of small dic
Post: RE: Hybrid attack workload increase incase of smal...

What I meant is that if you use -a 1 you can do the same as what hybrid is doing while having the GPU running at full speed.
atom hashcat 5 3,508 01-14-2019, 08:06 PM
    Thread: hybrid dic + mask
Post: RE: hybrid dic + mask

You can not do this with a hybrid attack. But you can do it with stacked rules: ./oclHashcat -a 0 hash.txt -r rules/hybrid/prepend_d.rule -r rules/hybrid/append_d.rule this would by like: ?dD...
atom General Help 2 4,946 03-30-2015, 11:24 AM
    Thread: hybrid dict+mask with multiple wordlists
Post: RE: hybrid dict+mask with multiple wordlist

Just play a bit with oclHashcat and you will find out how efficient the built-in attacks are
atom Old hashcat Support 2 8,789 04-19-2012, 11:02 PM
    Thread: Hybrid Mask + Dict in HC-Plus v0.09b
Post: RE: Hybrid Mask + Dict in HC-Plus v0.09b

maybe you missed to add -a 7 ?
atom Beta Tester 15 14,571 06-16-2012, 11:31 AM
    Thread: Hybrid Mask + Dict in HC-Plus v0.09b
Post: RE: Hybrid Mask + Dict in HC-Plus v0.09b

Bump, will check later. I think its time for a Ticket system. Never believed this day will happen...
atom Beta Tester 15 14,571 06-17-2012, 10:35 AM
    Thread: Hybrid Mask + Dict in HC-Plus v0.09b
Post: RE: Hybrid Mask + Dict in HC-Plus v0.09b

Yeah please read that post linked from malik, its essential. However the original bug this thread is about is something different. I think it has to do that in WPA we reject all words if the are < le...
atom Beta Tester 15 14,571 06-26-2012, 11:47 AM
    Thread: I don't know what software to use
Post: RE: I don't know what software to use

This is generally not related to the hash-type. It works for all of them. You just need to understand how to write masks. If you partially know strings from the password read this article: FAQ: I h...
atom General Help 5 8,283 06-12-2015, 10:49 AM
    Thread: i got this error
Post: RE: i got this error

CUDA is no longer supported by nvidia for your gpu, it's too old
atom General Help 6 7,212 06-02-2015, 02:57 PM
    Thread: I have a question about password include question mark
Post: RE: I have a question about password include quest...

If you're on linux you need to escape $ signs or use ' quotes.
atom hashcat 4 3,413 08-03-2018, 02:31 PM
    Thread: I must be doing something really wrong. I get an output file error. Plz help.
Post: RE: I must be doing something really wrong. I get ...

scandium said he will fix that bug in the next days
atom Old hashcat Support 3 10,544 08-27-2011, 12:38 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

It's correct.. 26^6 + 10^2 = 30891577600 combinations. you do 8376 per second = 3688106 seconds Your GPU sucks :)
atom Old oclHashcat Support 42 69,292 09-13-2014, 08:55 PM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

Note that you can also use -o here instead of using the shell redirect >
atom hashcat 4 2,160 02-05-2019, 10:03 AM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

I think you don't know enough about the details. Passwords are typically not used as the cipher keys directly. Otherwise your information is wrong and the password can not be 9 digits long. For AES th...
atom hashcat 10 5,754 01-31-2019, 09:54 AM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

TRUE CRYPT OR VERA CRYPT is support by hashcat
atom hashcat 10 5,754 02-05-2019, 09:44 AM