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: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?

There are tools for doing this for some specific hash types, but official hashcat does not currently support this.
royce hashcat 3 1,287 01-07-2020, 08:26 AM
    Thread: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?

I think there is a fork or two of hashcat out there that does this. Also there are specialized tools like epixoip's md5substr: https://github.com/epixoip/md5substr/blob/master/md5substr.c
royce hashcat 3 1,287 01-07-2020, 08:35 PM
    Thread: Rules effects.
Post: RE: Rules effects.

+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file.
royce hashcat 3 1,045 02-05-2020, 06:10 PM
    Thread: 3DES Known Plaintext - How?
Post: RE: 3DES Known Plaintext - How?

Separate from your syntax issue ... have you done the math of how long it would take to exhaust this mask (if it were even possible to run it with hashcat)? https://www.wolframalpha.com/input/?i=95...
royce hashcat 3 1,293 02-10-2020, 03:30 AM
    Thread: --markov-disable taking more time
Post: RE: --markov-disable taking more time

Are you measuring the time until an actual crack is achieved, or total compute time? If you change the order of the attack, the crack will naturally happen earlier or later.
royce hashcat 3 890 04-18-2020, 10:39 PM
    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: False Positives
Post: RE: False Positives

Depends on what you mean by "false positive". :) For some hash types, hashcat will automatically show all collisions that it discovers. (You can also get this behavior for other hash types with --k...
royce hashcat 3 658 06-16-2020, 04:03 PM
    Thread: Modify the hash file and continue the attack at the same point
Post: RE: Modify the hash file and continue the attack a...

I'm not aware of a way to do this. But wouldn't this mean that all of your previous attack wouldn't ever be applied to the new hash?
royce hashcat 3 662 06-22-2020, 08:31 PM
    Thread: Custom mask
Post: RE: Custom mask

Can you provide an artificial example - one that illustrates your question, but isn't the one you're actually looking for?
royce hashcat 3 636 07-22-2020, 05:48 AM
    Thread: Custom mask
Post: RE: Custom mask

If you're unsure what the leet options are, toggling them all can be quite keyspace-intensive. You can do it with custom masks, trivial example: -1 a@ -2 3e F?1k?2 ... but you can only use four ...
royce hashcat 3 636 07-22-2020, 06:23 PM
    Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file

When using a file, the custom character sets must also be in the file, something like (not tested): okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3 okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3 okKAayYlLnN...
royce hashcat 3 413 08-19-2020, 03:51 PM
    Thread: PACK-0.0.4
Post: RE: PACK-0.0.4

How far into the analysis was it when you posted these stats? It's a pretty intense analysis. I am currently processing a 1.3GB wordlist (154,094,601 words), and it's running at roughly 2500 p/s...
royce General Help 2 5,826 01-30-2015, 09:24 AM
    Thread: Budget Machine for oclHashcat (noob)
Post: RE: Budget Machine for oclHashcat (noob)

1. CPU doesn't matter if you're doing pure *hashcat. If you want to do JtR as well, you might want some CPU. 2. Ignore Radeon. Go NVIDIA. Best bang for buck right now is the GTX 970. For best res...
royce Hardware 2 4,701 10-15-2015, 05:49 AM
    Thread: running two different cards in same machine
Post: RE: running two different cards in same machine

Hashcat will happily use heterogeneous cards.
royce Hardware 2 4,100 11-08-2015, 06:31 AM
    Thread: SHA512 Linux
Post: RE: SHA512 Linux

That looks about right, given your card.  sha512 is a slow hash. Code: -- cudaHashcat v1.38 starting in benchmark-mode... Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU Device #2: GeFor...
royce Old oclHashcat Support 2 4,182 11-08-2015, 07:18 PM
    Thread: Burned out 12 V wires from PSU
Post: RE: Burned out 12 V wires from PSU

I'm not as much of a power expert as others in the forum, but here's my take. Max power for 980s is 165W. Even if you were doing password generation on your CPU or something, assuming max 350W for the...
royce Hardware 2 4,146 01-24-2016, 11:58 PM
    Thread: Am I doing something wrong to cause this poor performance?
Post: RE: Am I doing something wrong to cause this poor ...

Not sure why your performance dropped. What version are you running -- latest release, or beta? You might try the latest beta, and see if you get the same results: https://hashcat.net/beta/ And gene...
royce Old oclHashcat Support 2 4,273 05-05-2016, 05:36 PM
    Thread: Count-words ?
Post: RE: Count-words ?

Closest I could find: https://github.com/dandavison/ngrams/blob/master/src/count-words.pl
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 5,159 08-12-2016, 06:50 AM
    Thread: Dictionary encoding: UTF8 or Win-1252 for German?
Post: RE: Dictionary encoding: UTF8 or Win-1252 for Germ...

Dictionary encoding depends on the encoding used by the software that initially stored the passwords. If the software used UTF-8, hashcat will need to receive UTF-8 strings as source material. If anot...
royce General Talk 2 4,024 08-21-2016, 08:49 AM