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: custom charset help
Post: RE: custom charset help

Some of the characters are interpreted by your command shell - you might have to backslash one or more of the characters that have special meaning in the shell, such as !, $, ', ", etc. But in your c...
royce hashcat 4 270 09-23-2020, 07:30 AM
    Thread: custom charset help
Post: RE: custom charset help

Huh - when I run it, the memory requirement looks pretty small: Code: -- Host memory required for this attack: 228 MB -- Also FYI, hashcat will throw an integer overflow for this attack at ?a ...
royce hashcat 4 270 09-23-2020, 07:53 AM
    Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...

You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 8,360 10-07-2016, 05:47 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: Custom mask - brute force 12 length passwords with 1 capital letter, 1 number
Post: RE: Custom mask - brute force 12 length passwords ...

There's no single mask. You have to generate a *list of masks*. You can do this with policygen from the PACK toolkit. https://security.stackexchange.com/questions/158956/bruteforce-with-hashcat-...
royce hashcat 2 1,220 08-18-2019, 06:24 PM
    Thread: Custom mask generator
Post: RE: Custom mask generator

Most of what you're looking to do can be accomplished with the PACK toolkit: https://github.com/iphelix/pack The 'policygen' tool can help generate masks with arbitrary policies (and they won't ...
royce hashcat 11 5,302 12-26-2019, 03:45 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: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

Welcome! Unless it is an extremely slow hash, or the wordlists are much larger than the example that you're giving, I would just use princeprocessor (https://github.com/hashcat/princeprocessor) to...
royce General Talk 6 5,673 10-30-2017, 03:23 AM
    Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

princeprocessor can generate all possible combinations so quickly, and hashcat can (usually) use them so quickly, there's no real value in trying to narrow down the range of possibilities. Code: -- ...
royce General Talk 6 5,673 10-30-2017, 03:50 AM
    Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

You're welcome! OK, I added a little more content to that wiki page, which should hopefully help the next person, anyway. :) Thanks for the nudge!
royce General Talk 6 5,673 10-30-2017, 04:04 AM
    Thread: custom workload
Post: RE: custom workload

What is the use case? If you're trying to make a set of attacks more efficient for a given period of time, you'd be better off running the first attack for 20% of your timeframe, the second for 30%, a...
royce hashcat 6 5,311 05-10-2017, 09:56 PM
    Thread: custom workload
Post: RE: custom workload

Interesting. I'm not familiar with a way to divide up hashcat's resources in this way. The only workaround that I know of would be to use --session and --restore for each of the three instances, and...
royce hashcat 6 5,311 05-10-2017, 11:23 PM
    Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...

RealEnder, wlc was new to me - thanks for the tip, looks very useful.
royce hashcat 7 6,887 12-01-2017, 05:45 PM
    Thread: dahua hash
Post: RE: dahua hash

You are correct - dahua is not currently (as of 4.0.1, 2017-11-18) supported. dahua hashes are supported with John the Ripper.
royce hashcat 1 4,008 11-19-2017, 02:13 AM
    Thread: dapp / digital currency for password cracking
Post: RE: dapp / digital currency for password cracking

https://security.stackexchange.com/questions/62800/is-it-possible-to-use-bitcoin-miners-to-decrypt-files-communication
royce General Talk 4 1,730 01-10-2020, 07:49 AM
    Thread: Decrypting usenet headers, part 2
Post: RE: Decrypting usenet headers, part 2

I'm not familiar with that specific header, but - just speculating - it looks like a proprietary encoding/encryption scheme. When specific ecosystems (like Google) insert such public headers for their...
royce hashcat 1 2,140 11-19-2017, 02:36 AM
    Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server

The amount of RAM you'll need is highly variable, depending on the attacks you'll be carrying out, with factors like: * Whether all systems will be on the same LAN, vs operating over a WAN connecti...
royce Hardware 3 4,462 11-11-2018, 07:39 AM
    Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server

Fair question. No GPU required for the brain, unless you want to also use it as a client at the same time.
royce Hardware 3 4,462 11-13-2018, 06:36 PM
    Thread: Default Graphics card
Post: RE: Default Graphics card

There is often a setting in the BIOS to select which GPU to use as the primary. It shouldn't have an effect on hashcat - it should happily use them both as long as they're both supported and the dr...
royce Hardware 1 2,757 05-11-2017, 03:06 PM