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 [asc] Replies Views Posted
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: RE: AES implementation not working on GPUs for sma...

Yeah it's the barrier I mean. It's just important that there's no return statement executed before the kernel reaches this point in code. If it does, it's not guaranteed all data from constant buffer ...
atom hashcat 4 5,359 08-31-2017, 05:51 PM
    Thread: RAR3 trouble…!
Post: RE: RAR3 trouble…!

Why does it seem too low. There's plenty of algorithm that slow. The only way to attack them is with targeted wordlists.
atom hashcat 7 5,481 09-01-2017, 10:22 AM
    Thread: Want to implement SHA3-256 with Iterations
Post: RE: Want to implement SHA3-256 with Iterations

Where is this used in
atom hashcat 3 4,037 09-08-2017, 01:57 PM
    Thread: [Bounty] variant of PBKDF2-HMAC-SHA256 needed
Post: RE: [Bounty] variant of PBKDF2-HMAC-SHA256 needed

all the stuff you need is already in the kernel, you just need to find someone to put them together. especially with latest version opencl kernel development is much easier
atom hashcat 8 8,169 09-17-2017, 01:07 PM
    Thread: GPU drivers are not installed!
Post: RE: GPU drivers are not installed!

Holy shit what is this post. oclhashcat-lite, then oclhashcat-plus in the commandline, space between wordlist and hash posted. Please come back when you're sync with todays development. Banned for a w...
atom hashcat 1 2,509 09-17-2017, 01:12 PM
    Thread: Word List or Mask is too smaill error HELP
Post: RE: Word List or Mask is too smaill error HELP

In this case hashcat would load word2.txt as a maskfile, when then would try to iterate through all words as single (static) masks. That's absolutely not what you want.
atom hashcat 4 4,344 09-17-2017, 01:26 PM
    Thread: User:plain output
Post: RE: User:plain output

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 3 3,581 09-17-2017, 01:27 PM
    Thread: Remove Cracked Hash
Post: RE: Remove Cracked Hash

please do not use hashcat legacy
atom hashcat 3 4,934 09-20-2017, 12:51 PM
    Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.

horny2b Wrote: (09-20-2017, 06:43 PM) -- edit: Dosnt work. Before it detects my hashes in "user:hash.salt" but he says line length execption now just (): -- Then you have an empty line in your hash...
atom hashcat 11 32,895 10-01-2017, 11:14 AM
    Thread: Old version for CoreDuo ?
Post: RE: Old version for CoreDuo ?

MindFire Wrote: (09-20-2017, 07:28 PM) -- So, which one? Thanks! -- Everything that supports OpenCL
atom hashcat 2 3,126 10-01-2017, 11:17 AM
    Thread: Command structure?
Post: RE: Command structure?

AtomTan Wrote: (09-20-2017, 11:14 PM) -- I just want to be able to modify the command so the wordlist is a folder instead of a single txt file. Also if my hash.txt file is a email:hash format how can...
atom hashcat 2 3,422 10-01-2017, 11:18 AM
    Thread: Sort and de-dupe without merging together?
Post: RE: Sort and de-dupe without merging together?

Yes, rli2 is the way to go. Make sure to LC_ALL=C sort -u before
atom hashcat 2 2,637 10-01-2017, 11:22 AM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

This is a balance act! The more amplifiers (rules) the longer it takes to reach a checkpoint. The more salts you have the longer it takes to reach a checkpoint. If you use too less amplifiers, yo...
atom hashcat 6 6,012 10-01-2017, 11:25 AM
    Thread: hashcat - strange behavior
Post: RE: hashcat - strange behavior

Retry with latest version from github
atom hashcat 2 3,121 10-01-2017, 11:26 AM
    Thread: Hybrid attack splitting
Post: RE: Hybrid attack splitting

hashcat64.exe -a 7 test.hash ?l?l?l?l?l smallDict.txt --stdout -o new.txt then use -a0 new.txt instead you will have a larger --keyspace range to operate and distribute
atom hashcat 4 4,187 10-01-2017, 11:29 AM
    Thread: Mask PWD
Post: RE: Mask PWD

You can use hashcat for your CPU as well, there's no need for hashcat-cli64
atom hashcat 2 2,679 10-01-2017, 11:30 AM
    Thread: hash-password check order in straight attack
Post: RE: hash-password check order in straight attack

The ordering of a wordlist based attack is not changed, but the processes is a parallel one. That means hashcat creates a chunk based on the several factors and process them in parallel. When it's fin...
atom hashcat 2 3,305 10-01-2017, 11:32 AM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

You also often see vbull salts somehow url encoded. Make sure to decode first.
atom hashcat 9 7,533 10-01-2017, 11:37 AM
    Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...

You can also try to change the separator itself in your hashlist and then use -p option in hashcat to inform hashcat about the new separator. Make sure it's a ASCII character.
atom hashcat 2 2,899 10-01-2017, 11:44 AM
    Thread: Rules possible?
Post: RE: Rules possible?

ROTOR Wrote: (09-29-2017, 10:59 AM) -- now how avoid more that three different consonants go consecutive? -- Only maskprocessor can do that using -r and -q, you need to pipe it to hashcat
atom hashcat 1 2,415 10-01-2017, 11:49 AM