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 [desc] Replies Views Posted
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l...
royce hashcat 10 14,879 08-21-2016, 09:12 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath...
royce hashcat 10 14,879 08-22-2016, 12:20 AM
    Thread: Looking for A Little Push
Post: RE: Looking for A Little Push

It sounds like you've discovered a number of options from your research. What are they? What criteria have you considered for prioritizing them?
royce hashcat 9 10,406 08-23-2016, 08:48 PM
    Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?

DES and 3DES have been implemented: https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8 Beta binaries are here: https://hashcat.net/beta/
royce hashcat 4 7,220 08-30-2016, 08:18 PM
    Thread: blowfish brute
Post: RE: blowfish brute

Just as descrypt (-m 1500) is based on DES (but is much more, because it adds rounds/stretching/etc.), and md5crypt (-m 500) is similarly derived from MD5, it is the bcrypt hash (-m 3200) that is buil...
royce hashcat 17 24,506 08-31-2016, 11:22 PM
    Thread: blowfish brute
Post: RE: blowfish brute

An artificial hash is fine. The $2a$ format is indeed blowfish-based bcrypt. Can you post the full command line you're using?
royce hashcat 17 24,506 09-01-2016, 01:23 AM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

I don't know of a way to do this with hashcat today. But the "jumbo" edition of John the Ripper has a "hidden" option (--keep-guessing) that will do this. For CRC32, the source file has to be asse...
royce hashcat 9 12,023 09-11-2016, 06:43 AM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

When using masks, hashcat uses the same sequence of passwords every time. I haven't read your script thoroughly, but how does the script teach hashcat that it shouldn't just stop at the first one it ...
royce hashcat 9 12,023 09-11-2016, 03:55 PM
    Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash

Ah, you're using the offset - nice!
royce hashcat 9 12,023 09-11-2016, 04:39 PM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

This may help: https://hashcat.net/forum/thread-3522.html There is also a hashcat option to show cracks (--show).
royce hashcat 8 11,466 09-12-2016, 05:20 PM
    Thread: Which Graphic Card is better
Post: RE: Which Graphic Card is better

The 670 is based on the Kepler architecture. The 750 Ti is based on Maxwell. The Maxwell architecture is much better for hashcat. Even just one 750 Ti would be better than a 670. And 2 750s would be e...
royce hashcat 6 8,476 10-04-2016, 05:33 AM
    Thread: Hashcat very slow between benchmarks
Post: RE: Hashcat very slow between benchmarks

Theoretically, could you generate those kernels on an otherwise identical setup, and then copy them to the kernel cache area? Also, if it's the kernel generation, I would expect the delay before any ...
royce hashcat 5 5,334 10-05-2016, 12:04 AM
    Thread: Hashcat very slow between benchmarks
Post: RE: Hashcat very slow between benchmarks

Any view into where resources are going during the delay? Can you strace it to see what hashcat is doing in that moment?
royce hashcat 5 5,334 10-05-2016, 02:21 AM
    Thread: Brute Force- Mask,ntml hash?
Post: RE: Brute Force- Mask,ntml hash?

There is no way to determine the length of a plaintext from the hash. This is true for all hashes, and is by design. You cannot know the length until you have cracked it. You can use other informat...
royce hashcat 1 2,734 10-05-2016, 05:40 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: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Looking through the dictionaries won't tell you which rule was used. For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't...
royce hashcat 10 11,484 10-17-2016, 03:37 PM
    Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...

Hybrid (-a 6 - word list on left-hand side, mask on right) should work for your use case. Please try again, and post your command line for a cross-check.
royce hashcat 12 16,742 10-20-2016, 09:15 PM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: ignoring 00-suffixed plains when using --keep-gues...

When using --keep-guessing, what's the best way to ignore 00-suffixed plains? a61915a2d80ae6a1:Lü          
royce hashcat 4 4,507 11-13-2016, 07:46 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing".
royce hashcat 4 4,507 11-13-2016, 07:57 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s).
royce hashcat 4 4,507 11-15-2016, 09:28 AM