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 Posted [asc]
    Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...

Hello! Please post in English. Use Google Translate if you need to. Here is a Google Translate translation of the above: I am learning hashcat, but its instructions make me a headache. I searched a ...
royce hashcat 4 1,879 09-01-2019, 07:06 PM
    Thread: Rule Question
Post: RE: Rule Question

Fair question. If the rule file contains the "do nothing" rule directive ( : - just a colon by itself), then the original unmodified input words will be used.
royce hashcat 3 1,245 08-26-2019, 03:50 PM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

Huh, I didn't know this. Not sure what is the best way to express this in the --help output, but it feels important enough to try.
royce hashcat 8 3,442 08-26-2019, 03:38 PM
    Thread: Help me install hxctools
Post: RE: Help me install hxctools

Well, you could ask in this thread: https://hashcat.net/forum/thread-6661.html
royce hashcat 3 1,606 08-26-2019, 03:37 PM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Looking at the Makefile, it looks pretty vanilla - I see OpenSSL (which most Linux systems will have). If you encounter an error, post and we'll tackle it together. :)
royce hashcat 7 2,463 08-25-2019, 03:06 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Yep, the GitHub repo says that it's as simple as that.
royce hashcat 7 2,463 08-25-2019, 02:43 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

There's no install - you just download it by whatever means you can, and then transfer it to where you need to run it, and then compile+run.
royce hashcat 7 2,463 08-25-2019, 02:28 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: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Ha! I think I've just always wanted that syntax; didn't even give me pause. :D
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-18-2019, 07:29 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: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat. Also, from your cmdline...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-18-2019, 05:19 PM
    Thread: scrypt hash format
Post: RE: scrypt hash format

Example method - script by atom. Code: -- #!/usr/bin/perl use strict; use warnings; use MIME::Base64; while (my $line = ) { chomp $line; my @data = split '\$', $line; if ($data[5] ne 64) ...
royce hashcat 2 1,187 08-14-2019, 04:15 PM
    Thread: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...

The canonical way to do this is simply pipe the output of combinator to hashcat itself, so you don't have to store the result anywhere. combinator list1 list2 | hashcat ...
royce hashcat 2 1,062 08-14-2019, 02:35 AM
    Thread: Password cracking guidance
Post: RE: Password cracking guidance

The magic word you're missing is "LUKS". This should yield a few reasonable howtos: https://www.google.com/search?q=LUKS+hashcat
royce hashcat 1 1,238 08-06-2019, 05:05 AM
    Thread: Kerberoasting-Attack / NTLM Hash cracking
Post: RE: Kerberoasting-Attack / NTLM Hash cracking

If you know for a fact that it's *truly* 12 random characters... then it's not crackable in a reasonable amount of time. If you do the math: https://www.wolframalpha.com/input/?i=(26%2B26%2B34)...
royce hashcat 5 3,974 08-04-2019, 08:12 PM
    Thread: Host memory required for this attack: 64 MB
Post: RE: Host memory required for this attack: 64 MB

Did the attack work? I think it's informative - not an error?
royce hashcat 1 1,189 07-16-2019, 04:01 PM
    Thread: Alternatives to HashcatGUI?
Post: RE: Alternatives to HashcatGUI?

Big fan of Hashtopolis.
royce hashcat 4 1,994 07-06-2019, 08:31 PM
    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: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

There's no way to suppress these errors with a hashcat flag. --force certainly doesn't do that.
royce hashcat 5 2,703 05-01-2019, 06:04 PM
    Thread: Where's potfile?
Post: RE: Where's potfile?

~/.hashcat/
royce hashcat 7 2,990 04-10-2019, 04:51 PM