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

That's exactly what hashcat does when using attack mode 3 (brute force, -a 3), and a mask is not specified. It defaults to this mask: -1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
royce hashcat 11 2,910 09-21-2019, 06:42 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

Yes, by default if you specify no other parameters other than -a 3, it will automatically increment until exhaustion. IF you want it to terminate earlier, you'd have to specify an --increment-max.
royce hashcat 11 2,910 09-21-2019, 06:50 PM
    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: Problem with Device #1? shuts down process
Post: RE: Problem with Device #1? shuts down process

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 3 2,932 02-27-2018, 05:17 PM
    Thread: Legacy Hashcat
Post: RE: Legacy Hashcat

[hr] https://hashcat.net/files_legacy/oclHashcat-2.01.7z https://hashcat.net/files_legacy/cudaHashcat-2.01.7z Be aware that if your GPUs are no longer supported by the manufacturer, they are not s...
royce hashcat 1 2,975 08-13-2016, 07:39 PM
    Thread: Where's potfile?
Post: RE: Where's potfile?

~/.hashcat/
royce hashcat 7 2,992 04-10-2019, 04:51 PM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

hashcat currently expects the target hash to be a single file (or a single hash on the command line).
royce General Talk 5 3,007 10-29-2019, 06:25 AM