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 [desc] Views Posted
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

Try your attack against the appropriate example hash (https://hashcat.net/wiki/doku.php?id=example_hashes) to validate your approach. Also, be aware that -m 14800 (iTunes backup >= 10.0) is a very ...
royce hashcat 6 4,624 12-14-2017, 05:41 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

To be fair, the error could be more clear for people who are not proficient on the command line. Though I'm not sure how to make it better, other than to make it reeeeeeally explicit, as in: Code:...
royce hashcat 6 4,624 12-18-2017, 01:47 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

I see what you're getting at -- hmm, maybe "and/or" (since it can be either?) Both of our suggestions are workarounds for the fact that the same syntax can be used both to specify a hash directly, ...
royce hashcat 6 4,624 12-18-2017, 02:07 AM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

Assuming the syntax is correct, that would indeed work - it would be slower than a direct on-GPU implementation, but a good compromise solution.
royce hashcat 6 5,306 12-20-2017, 08:34 AM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

No - stdout leaves the hashcat process entirely, and there is no in-hashcat method for this today (other than, perhaps, generating a *very* large list of masks using maskprocessor: Simplified PoC: ...
royce hashcat 6 5,306 12-20-2017, 05:00 PM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

I think that you've got all of the possible pieces already, and you just need to arrange them with the trade-off that works best for you. It looks like appending or prepending ?a?a with rules as the f...
royce hashcat 6 5,306 12-25-2017, 09:06 PM
    Thread: combinator + rule
Post: RE: combinator + rule

-j and -k only work for a single rule, not for a file that's a list of rules. The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-util...
royce hashcat 6 6,142 02-05-2018, 12:25 AM
    Thread: combinator + rule
Post: RE: combinator + rule

Sounds like you're working with a fast hash? If so, and if your list of rules is just as you show - only four rules long - then that may be part of the reason why. Native hashcat combinator attack ...
royce hashcat 6 6,142 02-05-2018, 01:59 AM
    Thread: combinator + rule
Post: RE: combinator + rule

Try double quotes instead of single quotes, I think.
royce hashcat 6 6,142 02-05-2018, 06:09 AM
    Thread: Need help with NTLM password case
Post: RE: Need help with NTLM password case

You can create rules that toggle case. https://blog.didierstevens.com/2016/07/18/practice-ntds-dit-file-part-5-password-cracking-with-hashcat-lm-ntlm/
royce hashcat 6 5,098 03-25-2018, 06:27 PM
    Thread: Two sessions writing to the same potfile
Post: RE: Two sessions writing to the same potfile

Use the source, Luke. :) If you look at locking.c and potfile.c in the source code, it appears that (as long as you're not on Windows), some basic locking of the potfile is happening. That being...
royce hashcat 6 4,965 04-07-2018, 05:26 AM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

I encourage you to calculate how much of a difference in total keyspace this would make - and how long your attack will take even if these duplicates were removed. Here is a value that might be hel...
royce hashcat 6 4,323 04-22-2018, 07:51 PM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

Yep, that looks right to me. I need to upgrade napkins. :)
royce hashcat 6 4,323 04-22-2018, 08:55 PM
    Thread: Rule for omitting duplicates in bruteforce attack?
Post: RE: Rule for omitting duplicates in bruteforce att...

Generally speaking, there's no efficient way to eliminate duplicates within hashcat itself. You'd have to write an external candidate-password generator, and pipe that into hashcat.
royce hashcat 6 4,323 04-23-2018, 04:35 PM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 07:00 AM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

Ah, I didn't properly read the original question. Larrax, this looks like it should be opened as a GitHub issue against hashcat-utils; could you do the honors? https://github.com/hashcat/hashcat...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 05:17 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

There is no relationship between WPA2 hash speed and wireless bandwidth speeds.
royce hashcat 6 3,866 05-17-2018, 09:58 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;)
royce hashcat 6 3,866 05-18-2018, 04:44 AM
    Thread: show.log
Post: RE: show.log

Unless your command line is customizing the name of the session with --session=show, I don't think hashcat is directly generating this file.
royce hashcat 6 3,651 05-24-2018, 08:43 AM
    Thread: show.log
Post: RE: show.log

Without giving away any sensitive information, can you describe or post what the contents of that file are?
royce hashcat 6 3,651 05-24-2018, 03:12 PM