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 [asc] Posted
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

No utility necessary - honest. :D Study the default, understand how it works, and then adapt it to your needs. :D
royce hashcat 11 2,910 09-21-2019, 07:15 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

Yes - the one I first posted. ;) Study how custom character set works, and replace sequences like this: ?l?l?l?l?l?l?l?l ?u?l?l?l?l?l?l?l ?d?l?l?l?l?l?l?l ... with: -1 ?l?u?d ?1?l?l?l?l?...
royce hashcat 11 2,910 09-22-2019, 06:40 PM
    Thread: combining sustems
Post: RE: combining sustems

You can manually divide up work using -s/--skip and -l/--limit. There are also some frameworks that help to automate this. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_d...
royce General Talk 1 2,901 03-10-2017, 04:02 AM
    Thread: --keyspace Not Working?
Post: RE: --keyspace Not Working?

Leave out the filename. Code: -- $ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace 7737809375 --
royce hashcat 2 2,899 12-07-2017, 11:54 PM
    Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique

The assumption is that the user will deduplicate, if desired.
royce hashcat 3 2,897 11-29-2017, 12:27 AM
    Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique

CPU, I would think. Here's an alias that I stole from epixoip that works well on Linux: Code: --    bigsort() { LC_ALL=C sort --parallel=4 -S 4000M -T /path/to/fast/storage/ $*; } -- A...
royce hashcat 3 2,897 11-29-2017, 10:37 PM
    Thread: hashing MS Office 2010 so slow
Post: RE: hashing MS Office 2010 so slow

Yes, newer Office hashes are pretty slow. You can add -w 4 and -O; that might help.
royce hashcat 3 2,894 02-12-2018, 10:01 AM
    Thread: zlib on GPU
Post: RE: zlib on GPU

This appears to not be a hashcat / hashing -related question.
royce General Talk 1 2,892 11-19-2017, 02:54 AM
    Thread: Jetson Nano Benchmarks
Post: RE: Jetson Nano Benchmarks

Hey, awesome - a nice start to a new (retro?) era for hashcat!
royce Hardware 2 2,880 05-14-2019, 10:47 PM
    Thread: hash-encoding exception
Post: RE: hash-encoding exception

Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b...
royce hashcat 2 2,869 02-04-2018, 12:25 AM
    Thread: Help please ! can't figure out the mode to be used
Post: RE: Help please ! can't figure out the mode to be ...

Please do not post hashes. It is against the forum rules (https://hashcat.net/forum/archive/index.php?announcement-2.html). There's currently no support in hashcat for Argon2. hashcat's own help co...
royce hashcat 3 2,865 10-05-2018, 02:30 PM
    Thread: Show how the password was cracked
Post: RE: Show how the password was cracked

See the --debug-mode option. Mode 4 may be what you're looking for.  # | Format ===+========  1 | Finding-Rule  2 | Original-Word  3 | Original-Word:Finding-Rule  4 | Original-Word:Finding-Rule:...
royce hashcat 2 2,863 03-20-2017, 05:20 PM
    Thread: Hashcat 3.00 No CPU support
Post: RE: Hashcat 3.00 No CPU support

Starting with the latest hashcat and a baseline config as described here may help: https://hashcat.net/faq/wrongdriver
royce hashcat 1 2,849 11-19-2017, 02:47 AM
    Thread: My private dictionary from hundreds of sources
Post: RE: My private dictionary from hundreds of sources

First, thanks for thinking to contribute! I don't want to rain on your parade ... but wordlists without attribution can sometimes be problematic. Everyone goes through this phase. ;) Code: -- $ wc...
royce User Contributions 2 2,829 08-19-2019, 04:40 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: Brain behavior
Post: RE: Brain behavior

The target hashlist does have to be file-checksum-level identical, IIRC. But I'm not positive. But it also shouldn't be very hard to create a very simple test case to verify it directly.
royce hashcat 4 2,815 12-08-2018, 03:41 AM
    Thread: Where is sha1(LinkedIn) ?
Post: RE: Where is sha1(LinkedIn) ?

There are currently no plans to restore -m 190 in current mainline unified hashcat. If you need this hash type, you'll need to use the older releases of hashcat. Also, those truncated hashes are f...
royce hashcat 1 2,810 11-19-2017, 02:32 AM
    Thread: Studying demographics in effective wordlist/rule generation
Post: RE: Studying demographics in effective wordlist/ru...

Great reply, lakiw.
royce General Talk 2 2,810 09-09-2018, 03:31 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: 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