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

Just throwing some ideas out there: If cost of electricity is not a concern, agreed about 970s. They're going on eBay for around $200-$220, so 3 of those would be a good fit. (And I wouldn't go old...
royce Hardware 3 4,927 10-08-2016, 03:06 PM
    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: GCC Wallet.dat decryption
Post: RE: GCC Wallet.dat decryption

hashcat doesn't currently directly support this hash, but based on some information I got from elsewhere, it's possible that bitcoin2john might work to extract the hash. According my source, GCC uses ...
royce hashcat 1 4,948 11-19-2017, 02:20 AM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

Code: -- $ hashcat --help | egrep -i user --username | | Enable ignoring of usernames in hashfile | -- ... and: https://hashcat.net/wiki/doku.php?id=frequent...
royce hashcat 8 4,954 09-07-2018, 06:17 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

I guess you could simulate it by replacing the first colon with some other separator, as in user$email:hash
royce hashcat 8 4,954 09-08-2018, 04:15 PM
    Thread: New ISP
Post: RE: New ISP

Wow, I totally missed this. How has it been going, a few months later? Happy with the move, customer service, etc. ?
royce Organisation and Events 2 4,965 11-19-2017, 03:36 AM
    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