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: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

Ooh, that's brilliant!
royce hashcat 4 2,417 02-05-2019, 05:56 PM
    Thread: combining sustems
Post: RE: combining sustems

You can manually divide up work using -s/--skip and -l/--limit. There are also some frameworks that help to automate this. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_d...
royce General Talk 1 2,901 03-10-2017, 04:02 AM
    Thread: compiling makefile github
Post: RE: compiling makefile github

https://github.com/hashcat/hashcat/blob/master/BUILD.md
royce Beta Tester 8 13,135 05-08-2017, 10:25 PM
    Thread: compiling makefile github
Post: RE: compiling makefile github

Briefly: * Don't use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Use a direct OS install. * Don't use aircrack-ng. Get the caps with https://github.com/ZerBea/hcxtools (or better ...
royce Beta Tester 8 13,135 05-08-2017, 11:55 PM
    Thread: complex md5 salted hash
Post: RE: complex md5 salted hash

Yes, if I understand you correctly - if you're only attacking a single salt, then appending a hyphen to the end of the salt would have the same effect.
royce hashcat 1 2,518 11-30-2017, 04:57 AM
    Thread: Contact & dump list manager
Post: RE: Contact & dump list manager

For future searchers, this thread is relevant: https://hashcat.net/forum/thread-6796.html
royce General Talk 1 5,146 11-19-2017, 03:46 AM
    Thread: Cooling
Post: RE: Cooling

It sounds like you need to improve airflow in the case, or move the system to a cooler room (or both). Running cards hot is a gamble, and I'd concentrate on getting the cooling resolved rather than gu...
royce hashcat 10 7,556 05-09-2018, 04:36 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

That's ... a big wordlist. This isn't a direct answer to your question, but you might consider: - Splitting your dictionary into multiple chunks, using the `split` command on Unix-likes - If the w...
royce hashcat 23 2,533 07-10-2020, 01:59 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

My having explicitly said "This isn't a direct answer to your question" isn't exactly "completely ignoring" your question, yes? The canonical solution to this problem is to not do what you're doing...
royce hashcat 23 2,533 07-10-2020, 03:18 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli is for deduplication *across files* - see this example: https://hashcat.net/wiki/doku.php?id=hashcat_utils#rli If you use 'split', you don't have to re-sort. Just use 'split' to take your exist...
royce hashcat 23 2,533 07-10-2020, 05:50 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli2 is definitely faster - once you've paid the initial cost of the sorting of the input files first. but it only takes one file to be removed as input. there's also a new project 'rling' in progre...
royce hashcat 23 2,533 08-01-2020, 08:44 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

The markov flag is unrealted to the dictionary. I've used split -n l/3 in the past and it split properly. It's OK if the resulting files are not the same size, though they are usually close in my e...
royce hashcat 23 2,533 08-01-2020, 09:53 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

I don't know what you mean by the first sentence. As for hashcat loading dictionary files one by one, what should it be doing instead?
royce hashcat 23 2,533 08-06-2020, 05:49 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Splitting the wordlist into smaller chunks doesn't change the *total* load or attack time. It just distributes the dictionary load time into smaller chunks as well. If this isn't helpful, please re...
royce hashcat 23 2,533 08-11-2020, 05:59 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Exactly this.
royce hashcat 23 2,533 08-16-2020, 01:26 AM
    Thread: correct command line
Post: RE: correct command line

Are you getting a specific error? Can you post the command line that you're trying?
royce hashcat 24 22,564 10-05-2017, 05:00 PM
    Thread: correct command line
Post: RE: correct command line

One-character parameters (single hyphen) don't work with equals signs, but multi-character (two hyphens) should work with equals signs. Code: -- $ echo blah | hashcat --hash-type=1000 --stdout ...
royce hashcat 24 22,564 12-25-2017, 08:47 PM
    Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file

When using a file, the custom character sets must also be in the file, something like (not tested): okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3 okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3 okKAayYlLnN...
royce hashcat 3 413 08-19-2020, 03:51 PM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM
    Thread: Count-words ?
Post: RE: Count-words ?

Closest I could find: https://github.com/dandavison/ngrams/blob/master/src/count-words.pl
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 5,159 08-12-2016, 06:50 AM