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 [desc] Posted
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

For DES crypt, it would be extremely useful to be able to apply existing rulesets that generate passwords longer than eight characters, without modifying them. DES crypt is a special case because it ...
royce Old oclHashcat Support 6 10,387 01-14-2015, 09:56 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

Awesome - that's *perfect*! That's exactly what I needed to know.
royce Old oclHashcat Support 6 10,387 01-14-2015, 10:11 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

Hmm, still rejecting 60% of my passwords. I dug around a little more, and found this thread: https://hashcat.net/forum/thread-3132.html It turns out that on GPU, using -r to specify a separate t...
royce Old oclHashcat Support 6 10,387 01-14-2015, 10:31 PM
    Thread: Looking for A Little Push
Post: RE: Looking for A Little Push

It sounds like you've discovered a number of options from your research. What are they? What criteria have you considered for prioritizing them?
royce hashcat 9 10,406 08-23-2016, 08:48 PM
    Thread: 6 x 7990's using ASUS BTC mining motherboard WPA2
Post: RE: 6 x 7990's using ASUS BTC mining motherboard W...

The main hashcat page lists statistics for 7970, so double that for 7990s: https://hashcat.net/oclhashcat/ (search for 'wpa2') So if you can get all 6 working, I would guess 142 kh/s x 12 = 1.7 M...
royce Hardware 5 10,452 04-05-2015, 05:14 AM
    Thread: The Autotune Engine
Post: RE: The Autotune Engine

Also linked to this post from the wiki here: https://hashcat.net/wiki/doku.php?id=autotune
royce hashcat 2 10,698 11-19-2017, 03:52 AM
    Thread: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x99 DDR4
Post: RE: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x9...

For future searchers, note that SLI is not necessary for hashcat - and adds overhead that actually impacts performance. Instead, allow hashcat to handle the multiple GPUs directly. https://hashcat....
royce Hardware 5 10,803 04-01-2017, 05:47 AM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

Almost not at all. I guess it would alter the behavior for any hashes that already keep guessing (is it 7-Zip?)
royce Beta Tester 7 10,828 11-27-2016, 01:45 AM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

I've requested the --no-keep-guessing flag here: https://github.com/hashcat/hashcat/issues/1795
royce Beta Tester 7 10,828 11-24-2018, 09:32 PM
    Thread: Invalid argument
Post: RE: Invalid argument

Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?)
royce hashcat 8 10,910 03-27-2017, 04:24 PM
    Thread: Invalid argument
Post: RE: Invalid argument

@rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it) And I'm sorry to be the bearer of sad news, but your other question is right -...
royce hashcat 8 10,910 03-29-2017, 02:33 PM
    Thread: Invalid argument
Post: RE: Invalid argument

Works for me, using 3.40 release on Ubuntu: Code: -- $ wget 'https://hashcat.net/misc/example_hashes/hashcat.hccapx' --2017-03-26 16:06:58--  https://hashcat.net/misc/example_hashes/hashcat.hc...
royce hashcat 8 10,910 03-27-2017, 02:08 AM
    Thread: Passwords^13 - Bergen - December 2-3
Post: RE: Passwords^13 - Bergen - December 2-3

YouTube playlist of all videos from the conference are here (https://www.youtube.com/watch?v=DwbvFQx0Vfk&list=PLdIqs92nsIzQL6_ZTXTDPvhE7GiZrl-Em).
royce Organisation and Events 2 10,974 11-29-2017, 06:03 AM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t...
royce hashcat 5 11,202 01-13-2018, 06:29 PM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Good luck! And for what it's worth, here are some nuggets for how to use kwprocessor (keyboard walk processor) and hashcat rules + stdout to generate a wordlist of typos. It's not an ideal approach...
royce hashcat 5 11,202 01-13-2018, 08:43 PM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

You need to extract the Axcrypt hash, rather than feeding hashcat the entire file. https://github.com/Fist0urs/AxSuite
royce hashcat 10 11,238 05-30-2017, 08:59 PM
    Thread: Unknown Hashes
Post: RE: Unknown Hashes

https://hashcat.net/forum/archive/index.php?announcement-2.html
royce General Talk 2 11,344 09-22-2019, 07:34 AM
    Thread: What I'm doing wrong?
Post: RE: What I'm doing wrong?

Please post your command syntax for a sanity check.
royce General Help 8 11,374 11-12-2015, 03:51 AM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

This may help: https://hashcat.net/forum/thread-3522.html There is also a hashcat option to show cracks (--show).
royce hashcat 8 11,466 09-12-2016, 05:20 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Looking through the dictionaries won't tell you which rule was used. For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't...
royce hashcat 10 11,484 10-17-2016, 03:37 PM