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 Posted [desc]
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

Search the forum for "Xeon phi" - you'll find a few hits, but focus on the ones 2016 and later (that's when support was added, IIRC). Also IIRC the performance is not stellar.
royce hashcat 9 6,679 06-07-2018, 06:29 PM
    Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14

Speculation: likelihood of adopting a separate platform is probably low. Unless someone comes up with a "MetalCL" shim / abstraction layer, this may mean dropping Mac as a supported platform.
royce hashcat 2 3,676 06-07-2018, 06:31 PM
    Thread: Speeding up prince
Post: RE: Speeding up prince

You're welcome - enjoy!
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,801 06-07-2018, 06:32 PM
    Thread: Benchmarks for GTX 1070Ti FE (Founders Edition)
Post: RE: Benchmarks for GTX 1070Ti FE (Founders Edition...

Interesting - good to know!
royce Hardware 3 7,857 06-07-2018, 06:32 PM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

https://gist.github.com/roycewilliams/616db7a80f145f46a40807b7605c164a
royce Hardware 15 10,085 06-07-2018, 06:34 PM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

I don't think there's anything special required. If the OS, GPU drivers, and OpenCL are installed properly and supported, it should Just Work™. :)
royce hashcat 9 6,679 06-08-2018, 04:25 AM
    Thread: error
Post: RE: error

Interesting - could you be more specific? Did you just have to reinstall the NVIDIA driver, or switch to a different version of NVIDIA driver, or .... ?
royce hashcat 7 5,737 06-08-2018, 03:57 PM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

That's not a Phi problem; that's an OS problem. What OS is it?
royce hashcat 9 6,679 06-11-2018, 05:19 PM
    Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect

I just ran mdxfind for any supported hash, using '123456' as the only input - up to 2M rounds, with extended truncation search - against those hashes both with and without the static component. In the...
royce hashcat 10 8,847 06-12-2018, 04:05 PM
    Thread: Been away for a while
Post: RE: Been away for a while

Your absence was keenly felt. We kept the lights on, but you are truly the heart of hashcat. Welcome back, sir.
royce hashcat 4 3,509 06-12-2018, 04:51 PM
    Thread: Error ejecutando hashcat -m2500 -a 3
Post: RE: Error ejecutando hashcat -m2500 -a 3

En Ingles, por favor. Your video card is too old. Also, your hccap is too old - see https://hashcat.net/q/hccapx
royce hashcat 1 2,337 06-13-2018, 08:13 AM
    Thread: hashcat development stalled?
Post: RE: hashcat development stalled?

Indeed!
royce hashcat 2 3,042 06-14-2018, 08:07 AM
    Thread: Titan Z Questions
Post: RE: Titan Z Questions

I'm not familiar with whether or not there has been more than one era of Titan Z. crackingservice.com benchmark says (for WPA2): GeForce GTX titan Z 188000 hash/s ... but that may be for a pr...
royce Hardware 2 2,662 06-14-2018, 08:10 AM
    Thread: How to use hashcat on multiple pc network(master-slave configuration)
Post: RE: How to use hashcat on multiple pc network(mast...

The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord. https://github.com/s3inlc/hashtopolis https://github.com/hashview/hashview https...
royce hashcat 1 4,041 06-15-2018, 08:34 AM
    Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect

See also: https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/Auditing-Kerio-Connect.md
royce hashcat 10 8,847 06-15-2018, 09:21 AM
    Thread: Custom rule for 8Track hashes
Post: RE: Custom rule for 8Track hashes

Put that other rule in a separate file, and then try Code: -- -r best64.rule -r 8track.rule -- The rules are applied in the order specified, so order on the command line matters: Code: -- $ e...
royce hashcat 2 2,766 06-16-2018, 09:53 PM
    Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed

Ooh, that's good to know - thanks!
royce hashcat 6 3,901 06-16-2018, 10:05 PM
    Thread: Newbie - help please
Post: RE: Newbie - help please

You'll need to open a command prompt on your platform, and navigate to the directory that hashcat lives in, and execute it there. Once you get oriented there, I would work on growing your understan...
royce General Talk 1 2,466 06-16-2018, 10:12 PM
    Thread: Save all valid password candidates
Post: RE: Save all valid password candidates

You can use --stdout to see what candidates hashcat will generate. Code: -- $ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head hashcat tachsah HASHCAT Hashcat hashcat0 hash...
royce General Talk 6 4,521 06-17-2018, 05:54 PM
    Thread: keep-guessing + rules?
Post: keep-guessing + rules?

Is there a way to log *all* of the rules that would have cracked a given hash? Would/should --keep-guessing and --debug-mode be combine-able?  It could be quite chatty - being able to ignore ':' ...
royce hashcat 2 2,181 06-18-2018, 10:33 PM