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 [asc] Views Posted
    Thread: CrunchCat (Crunch + HashCat)
Post: RE: CrunchCat (Crunch + HashCat)

Crunch is unnecessary for most attacks: * Limiting duplicate characters is not worth the sacrifice in speed * Resumption of candidate generation is built in natively to hashcat Generating candi...
royce General Talk 4 1,523 05-20-2020, 05:19 AM
    Thread: Brute-Force mask
Post: RE: Brute-Force mask

Yep. That's what will take 49 years. :)
royce hashcat 4 1,108 05-20-2020, 10:35 AM
    Thread: CrunchCat (Crunch + HashCat)
Post: RE: CrunchCat (Crunch + HashCat)

If your target password is likely less than the max supported by an optimized kernel, adding "-O" to your command line will be significantly faster. This max value varies from hashtype to hashtype - c...
royce General Talk 4 1,523 05-20-2020, 04:55 PM
    Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card

FWIW, under Ubuntu 18.04 I'm also able to run hashcat well using the native packages. I have these installed: Code: -- $ dpkg -l | grep nvidia | egrep -v '^ii' | cut -b1-80 rcĀ  libnvidia-compu...
royce hashcat 4 892 06-15-2020, 05:21 PM
    Thread: Hashcat brain "too many clients"
Post: RE: Hashcat brain "too many clients"

Interesting - haven't seen this myself yet. How fast is the hash?
royce hashcat 4 574 08-20-2020, 12:53 AM
    Thread: email: pass after dehashed
Post: RE: email: pass after dehashed

https://hashcat.net/forum/archive/index.php?announcement-2.html
royce hashcat 4 510 09-11-2020, 06:25 AM
    Thread: custom charset help
Post: RE: custom charset help

Huh - when I run it, the memory requirement looks pretty small: Code: -- Host memory required for this attack: 228 MB -- Also FYI, hashcat will throw an integer overflow for this attack at ?a ...
royce hashcat 4 270 09-23-2020, 07:53 AM
    Thread: custom charset help
Post: RE: custom charset help

Some of the characters are interpreted by your command shell - you might have to backslash one or more of the characters that have special meaning in the shell, such as !, $, ', ", etc. But in your c...
royce hashcat 4 270 09-23-2020, 07:30 AM
    Thread: Tridition DES supported ???
Post: RE: Tridition DES supported ???

Hi, oscam. Last I'd heard (2012), key-based DES is not supported. The hash type 1500 - "descrypt, DES(Unix), Traditional DES" - is not keyed DES encryption. It's a format used to hash passwords o...
royce General Help 3 5,659 03-07-2015, 06:43 PM
    Thread: Cracking descrypt
Post: RE: Cracking descrypt

Here's one for ZTEX -- source code, but no bitstream. https://github.com/Gifts/descrypt-ztex-bruteforcer
royce General Help 3 7,718 11-08-2015, 08:54 AM
    Thread: Opinions on this rig?
Post: RE: Opinions on this rig?

Those cards are two slots wide, but it looks like the card slots are spaced such that you can get all three in there? epixoip says that the one-fan cards are superior, so that's good. If you're prim...
royce Hardware 3 5,391 11-08-2015, 07:37 PM
    Thread: Opinions on this rig?
Post: RE: Opinions on this rig?

It's certainly a solid all-around platform, but it may be more than you need depending on your goals. Are you just looking to do GPU hashcat (oclhashcat), or other things as well? oclhashcat jobs...
royce Hardware 3 5,391 11-08-2015, 08:27 PM
    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: Output all hashes: cracked and non-cracked
Post: RE: Output all hashes: cracked and non-cracked

Out of curiosity - why is the order important?
royce Old oclHashcat Support 3 14,872 06-18-2016, 06:02 PM
    Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)+gtx1080+hashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

It looks like OpenCL is not installed? https://wiki.tiker.net/OpenCLHowTo
royce hashcat 3 7,782 10-05-2016, 08:42 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: Interesting situation, zipfile password protected, and extracted.
Post: RE: Interesting situation, zipfile password protec...

If it's WinZip-compatible ZIP, then it would be covered by mode 13600. You'll have to extract the hash using zip2john (from John the Ripper). This thread may be useful: https://hashcat.net/forum/th...
royce hashcat 3 4,977 12-31-2016, 09:29 PM
    Thread: NTLM: hashcat vs RainbowCrack
Post: RE: NTLM: hashcat vs RainbowCrack

It depends. This boils down to the time/memory tradeoff. I'll lay out some of the concepts. Most real-world passwords are of sufficiently low quality that if they are stored poorly (unsalted/fast h...
royce hashcat 3 12,488 01-20-2017, 04:35 AM
    Thread: NTLM: hashcat vs RainbowCrack
Post: RE: NTLM: hashcat vs RainbowCrack

OK, that makes sense. So as soon as you have more than two or three hashes, hashcat will be faster even for limited bruteforce criteria that I listed.
royce hashcat 3 12,488 01-20-2017, 05:17 AM