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: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

Interesting use cases, thanks. Two things, though: 1. Since the subject of this post starts with "Potfile format", I assumed that the end goal is to convert a potfile, but retain the potfile for...
royce hashcat 10 9,895 03-16-2017, 04:14 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

And here's a rough pass at the reverse: Code: -- #!/usr/bin/env perl # Credit: undeath, https://hashcat.net/forum/thread-3522.html # ... and devilsadvocate ;) use utf8; while () {    ...
royce hashcat 10 9,895 03-16-2017, 04:45 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

I know this is going to sound silly, but just to triple-confirm ... you're saying that you convert your plaintext dictionaries to hex strings, producing output like this (from the first ten lines of r...
royce hashcat 10 9,895 03-16-2017, 06:11 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

With the recent appearance of --encoding-from and --encoding to, I wouldn't expect there to be any additional value in storing wordlists as hex. If you're getting additional hits because of them, they...
royce hashcat 10 9,895 11-23-2017, 08:11 PM
    Thread: Prince
Post: RE: Prince

https://lmgtfy.com/?q=prince+attack ;)
royce Old hashcat Support 1 4,401 05-06-2016, 03:21 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

There is indeed a max length for princeprocessor. https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32 You'll need to modify the source, increase PW_MAX to at least 20 (in your ca...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 04:27 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

If we assume that the four words are Diceware-style, and truly chosen at random from a list, then for a four-word passphrase, princeprocessor would properly try "barnbarnbarnbarn', etc, but IIRC combi...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:16 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

YW. Make sure that PW_MAX is 4x the length of your longest word. Enjoy!
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:20 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

Assuming a dictionary whose longest word length is (for example) 12, and a four-word passphrase, then the maximum length of the entire passphrase is 12 x 4 = 48.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-24-2018, 06:25 AM
    Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source

I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 20,294 11-19-2017, 01:39 AM
    Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume

This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,522 01-07-2018, 12:01 AM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

Try testing with the example hashcat hash: https://hashcat.net/wiki/doku.php?id=example_hashes This is "hashcat": $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6 If this works, it's mo...
royce hashcat 12 12,533 02-28-2017, 04:49 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

Yes. Try it to see if it works. You are empowered to to definitively answer your own question. :)
royce hashcat 12 12,533 03-02-2017, 05:00 PM
    Thread: Problem with Device #1? shuts down process
Post: RE: Problem with Device #1? shuts down process

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 3 2,932 02-27-2018, 05:17 PM
    Thread: Problem with scrypt
Post: RE: Problem with scrypt

You might want try your attack against the example scrypt hash listed here: https://hashcat.net/wiki/doku.php?id=example_hashes ... to validate your attack method.
royce hashcat 1 2,271 11-19-2017, 02:36 AM
    Thread: Problems with CRC32
Post: RE: Problems with CRC32

hashcat's crc32 implementation expects a second field.  From the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes): 5. You can consider the second part as a “salt”. If it is ...
royce hashcat 2 3,970 04-15-2017, 08:03 PM
    Thread: PSU requirements?
Post: RE: PSU requirements?

This should be based on actual power-draw numbers, which vary by hardware (and GPU). Recommendation: get a Kill-A-Watt, measure actual draw from the wall without the GPU being at load, and then loo...
royce Hardware 1 2,705 11-19-2017, 03:23 AM
    Thread: Quad 1080 ti Build | Need Hardware Advice
Post: RE: Quad 1080 ti Build | Need Hardware Advice

x16 throughput is not important for most hashcat attacks. x4 is the minimum from my testing, for both hashcat and john. Having some RAM and CPU to feed the GPUs for some attacks is a good call. Dit...
royce Hardware 3 4,053 11-29-2017, 12:42 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

As the number of remaining hashes drops, performance per hash should increase. In other words, once only one hash remains, performance should be the same as if the target was only a single hash in ...
royce hashcat 4 3,458 12-30-2017, 04:06 PM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

Huh - fair point! My understanding of how --restore works is that it's mostly a record of what command-line options were used, for the purpose of reinvoking hashcat. So I think that its application...
royce hashcat 4 3,458 12-31-2017, 01:07 PM