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 [desc] Author Forum Replies Views Posted
    Thread: Make a word list with hashcat
Post: RE: Make a word list with hashcat

To clarify, do you mean that each word is 62 characters long, and only consisting of the letters '1', '3', 'e', and 'f' ? If so, this wordlist would be infeasible to exhaust. https://www.wolfram...
royce hashcat 3 910 05-26-2020, 04:29 PM
    Thread: Make a word list with hashcat
Post: RE: Make a word list with hashcat

It is not possible with 100,000 graphics cards. I encourage you to do the mathematical calculation yourself: - Test how many hashes per second are possible on your system - Calculate how many poss...
royce hashcat 3 910 05-26-2020, 08:45 PM
    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: mask attack issue
Post: RE: mask attack issue

Have you tried --status and --status-timer ?
royce hashcat 1 1,773 02-05-2018, 07:06 AM
    Thread: Mask attack with brain
Post: RE: Mask attack with brain

Fast hashes can be too fast for brain to track exhausted attacks on a candidate-by-candidate basis (brain featureset 1 or 3), even if there is a very fast network between the brain server and the brai...
royce hashcat 5 3,636 12-08-2018, 03:46 AM
    Thread: mask help
Post: RE: mask help

You'll need to be realistic about your odds.  You can improve them a bit, but it will take some work. Office 2013 hashes are extremely slow. On my GTX 970, I only get about 4000 hashes per second ...
royce hashcat 6 6,636 02-17-2017, 06:45 PM
    Thread: mask help
Post: RE: mask help

When incrementing, your mask needs to be as long as your increment maximum, so your syntax needs to be adjusted accordingly: ?d?l?l?l?l?l?l?l And yes, anything you can do to narrow it down will ...
royce hashcat 6 6,636 02-19-2017, 04:42 PM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

Hi, Robert - could you please copy and paste the simplest, but complete, cmdline example and resulting output that demonstrates the issue, including an artificial/synthetic hash with a known password ...
royce hashcat 20 5,249 11-15-2019, 08:56 PM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

Also, could you please confirm whether the 'rdgeno' user on these forums is also you? https://hashcat.net/forum/user-12496.html If so, why are you creating multiple accounts?
royce hashcat 20 5,249 11-15-2019, 08:59 PM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

Are you having to use --force? Can you please post the actual full commands you're using?
royce hashcat 20 5,249 11-17-2019, 12:43 AM
    Thread: Masked Attack Parameter for Binary
Post: RE: Masked Attack Parameter for Binary

You wouldn't be able to feed the string in as a direct input. And it would be tricky to try to shape the mask to match only the binary that is valid alphanumerics, other than the fact that the first b...
royce hashcat 2 2,815 12-21-2017, 05:08 AM
    Thread: maskprocessor to output in HEX?
Post: RE: maskprocessor to output in HEX?

Not sure if this matches your use case, but FWIW, hops suggested this workaround: Code: -- $ ./mp64.bin -1 ?dabcdef '$HEX[?1?1]' $HEX[00] $HEX[01] $HEX[02] $HEX[03] $HEX[04] $HEX[05] $HEX...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,357 11-25-2017, 10:34 PM
    Thread: match column
Post: RE: match column

There are a number of methods. A searc for: merge two csv primary key ... should yield some results.
royce hashcat 2 3,138 02-16-2017, 07:17 PM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

Unless you're attacking a slow hash, it may not be worth skipping the longer files. If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h...
royce hashcat 7 5,993 11-29-2017, 10:40 PM
    Thread: MD5 Help
Post: RE: MD5 Help

Do you mean that the plaintext is 32 characters? If so, then unless you have a strong idea of its composition, bruteforce cannot reach even half of that keyspace.
royce hashcat 4 1,655 10-21-2019, 06:20 AM
    Thread: MD5 question
Post: RE: MD5 question

To be clear, I'm not the author of MDXfind and my site isn't the official site for MDXfind. The official site is https://hashes.org/mdxfind.php. I try to keep my mirror up to date, but there may be a ...
royce hashcat 6 2,051 10-31-2019, 03:29 PM
    Thread: MD5 substring
Post: RE: MD5 substring

It's C. Try compiling it on a Linux system.
royce General Talk 9 10,041 01-08-2017, 11:48 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Note also the compilation instructions that are in the source code itself: cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread
royce General Talk 9 10,041 01-09-2017, 12:14 AM
    Thread: MD5 substring
Post: RE: MD5 substring

Probably possible, but I have no experience in that area. Someone else may be able to chime in.
royce General Talk 9 10,041 01-09-2017, 01:12 AM