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: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

See also: ALU/Nokia GPON Admin and WIFI keygen https://git.lsd.cat/g/nokia-keygen Hak5 forums Table of WiFi Password Standards (2016) https://forums.hak5.org/topic/39403-table-of-wifi-passwor...
royce User Contributions 182 305,376 05-05-2020, 10:59 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?

6.1.1 appears to have both hashcat.exe and hashcat.bin at this writing?
royce hashcat 43 4,386 07-29-2020, 11:50 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?

Heh, whew! :D
royce hashcat 43 4,386 07-30-2020, 06:37 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: new problem

Follow the link? :D
royce hashcat 43 4,386 07-30-2020, 06:38 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: hashcat sees 4 devices but only have 2 gpus

Could you be more specific - show us what you're seeing (2 devices vs 4)? Is this the first time you've moved to a version of hashcat that supports both CUDA and OpenCL?
royce hashcat 43 4,386 07-30-2020, 03:47 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of

- Your hash is not formatted as -m 1400 - Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3 - But your mask is much too long, and your ...
royce hashcat 43 4,386 07-30-2020, 04:28 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

If you're using your CPU for activities indirectly related to the actual cracking phase (like working with wordlists, etc.), then most CPUs are fine (faster and more cores are better, etc). But if ...
royce Hardware 42 58,346 06-05-2017, 12:46 AM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

OK, so to recap: * @NikosD stated that Ryzen 7 1800X "is the best mainstream CPU for everything, even cracking." * @epixoip specifically addressed hashing performance in his reply, by documenting h...
royce Hardware 42 58,346 06-05-2017, 06:01 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

@NikosD, if you don't see Kabylake's Core i7 7700K results ... then generate them yourself, post them, and let the numbers speak for themselves. You continue to make claims that overall processor pe...
royce Hardware 42 58,346 06-06-2017, 06:01 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

The suspense is palpable.
royce Hardware 42 58,346 06-08-2017, 04:39 AM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

Now that CCC is over, maybe @epixoip will have time for an unboxing. ;)
royce Hardware 42 58,346 06-14-2017, 08:56 PM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

+1. This benchmark collection is a little behind, but it will give you a rough idea: https://www.crackingservice.com/?q=node/20
royce General Talk 35 48,959 02-07-2017, 06:30 AM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

I appreciate why this change happened, but from a UX perspective, especially for users who are not developers or very busy and not tracking hashcat release notes, is there any way to at least detect t...
royce hashcat 29 21,220 02-06-2019, 05:44 PM
    Thread: Build advice
Post: RE: Build advice

Yep, that looks about right.
royce Hardware 27 20,575 12-18-2017, 01:42 AM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

Have you looked into hashcat's rules and masks? You may be able to significantly reduced the size of your wordlist, in exchange for faster coverage of your likely password space. For example, if your...
royce hashcat 26 24,601 03-19-2017, 06:54 AM
    Thread: correct command line
Post: RE: correct command line

Are you getting a specific error? Can you post the command line that you're trying?
royce hashcat 24 22,563 10-05-2017, 05:00 PM
    Thread: correct command line
Post: RE: correct command line

One-character parameters (single hyphen) don't work with equals signs, but multi-character (two hyphens) should work with equals signs. Code: -- $ echo blah | hashcat --hash-type=1000 --stdout ...
royce hashcat 24 22,563 12-25-2017, 08:47 PM
    Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing

Not sure what the root cause is, but if you change the the OpenCL directory and run hashcat from there, it should work (in other words ../hashcat64.exe)
royce hashcat 23 39,229 06-30-2016, 07:07 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

That's ... a big wordlist. This isn't a direct answer to your question, but you might consider: - Splitting your dictionary into multiple chunks, using the `split` command on Unix-likes - If the w...
royce hashcat 23 2,532 07-10-2020, 01:59 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli is for deduplication *across files* - see this example: https://hashcat.net/wiki/doku.php?id=hashcat_utils#rli If you use 'split', you don't have to re-sort. Just use 'split' to take your exist...
royce hashcat 23 2,532 07-10-2020, 05:50 PM