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 [asc] Posted
    Thread: Best bang for buck card(s)?
Post: RE: Best bang for buck card(s)?

The numbers that I posted, plus the Google doc, should let you compare R9 290X with 970 SC. I prefer NVIDIA over AMD, even with a slightly lower speed, but YMMV. :)
royce Hardware 3 4,927 10-09-2016, 05:52 PM
    Thread: Ransomware attack [email protected]
Post: RE: Ransomware attack [email protected]

Jase, you might consider consulting with your local law enforcement. They often have access to tools to help you narrow down the variant and might be able to tell you more about how this particular va...
royce hashcat 4 4,899 01-13-2019, 08:35 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

You can chain a couple of rules together: s- E s - That's - replace all dashes with spaces - title case - replace all spaces with dashes again It would be cool if E could take an argument of what ...
royce hashcat 5 4,812 04-18-2017, 08:07 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

Ah, I see. Interesting approach - could be handy. If your target character already exists in the string, you'll get some inexact results, but that might be acceptable. Actual discovered plains can be...
royce hashcat 5 4,812 04-18-2017, 10:51 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

Yeah, requesting an "e" rule seems useful. I've requested it (#1231 (https://github.com/hashcat/hashcat/issues/1231)) After the current run finishes, --loopback takes the actual plains that you fou...
royce hashcat 5 4,812 04-19-2017, 03:41 PM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Sorry no one replied when you posted this originally. What did you end up buying?
royce Hardware 3 4,735 11-19-2017, 03:24 AM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Interesting - I'd totally missed the 1070 Ti as even being an upcoming thing! Eyeballing the specs and the list price, a used 1080 FE would probably still be a better deal?
royce Hardware 3 4,735 11-19-2017, 07:27 PM
    Thread: Anyone please help me
Post: RE: Anyone please help me

Wow, no idea. Sorta looks like URL encoding, but different. Not really a hashcat-specific question; you might try the hashkiller forums or similar.
royce General Talk 1 4,733 11-19-2017, 03:10 AM
    Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation

It sounds like you're doing a lot of work to create word lists with a lot of permutations up front, and storing them. But hashcat has features that make this less necessary. In brute force attacks,...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,716 04-29-2017, 11:33 PM
    Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation

WPA2 is salted using the SSID. So rainbow tables of passwords of non-trivial length are likely to be infeasible for a given AP, other than maaaaaaaaaybe for the ones that are named "linksys" and other...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 4,716 04-30-2017, 06:33 AM
    Thread: Hashcat two separators - Other Questions
Post: RE: Hashcat two separators - Other Questions

Looks like there's more than one question here. A) You'll have to trim out the email, or replace the first colon with a different character (so that hashcat will treat the entire string as the "use...
royce General Talk 3 4,704 11-19-2017, 03:02 AM
    Thread: Budget Machine for oclHashcat (noob)
Post: RE: Budget Machine for oclHashcat (noob)

1. CPU doesn't matter if you're doing pure *hashcat. If you want to do JtR as well, you might want some CPU. 2. Ignore Radeon. Go NVIDIA. Best bang for buck right now is the GTX 970. For best res...
royce Hardware 2 4,701 10-15-2015, 05:49 AM
    Thread: Dell P2600 any use?
Post: RE: Dell P2600 any use?

Yes - but relatively speaking, no. GPUs are far faster per unit of power consumption. Unless you are looking for 100% free and someone else is paying your electricity bills, you'd be better off build...
royce Hardware 3 4,701 12-01-2015, 05:01 PM
    Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...

The question of how to create a specific Markov of digits in inverse order is a tricky one that is not easy to do with hashcat itself. Naively, I tried this, but it obviously didn't work: Code: --...
royce hashcat 7 4,636 11-22-2018, 06:45 PM
    Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...

Hmm ... Code: -- $ hashcat --stdout --markov-disable -a 3 -1 987654321 ?d 0 1 2 3 4 5 6 7 8 9 --
royce hashcat 7 4,636 11-23-2018, 10:56 AM
    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: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks

Watch @Chick3nman512 on Twitter - he'll likely be posting some in the next day or two.
royce Hardware 19 4,598 09-16-2020, 08:04 PM
    Thread: Unable to use own hash database
Post: RE: Unable to use own hash database

Can't diagnose this without understanding more about how you are creating hashes.txt. What happens if hashes.txt contains only the MD5 example hash from the hashcat wiki (8743b52063cd84097a65d1633f...
royce hashcat 5 4,583 12-30-2017, 04:15 PM