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: How to save all generated hashes to file?
Post: RE: How to save all generated hashes to file?

Bash one liner for the win: Code: -- while read -r line; do echo "$line" | sha256sum | cut -d " " -f 1; done < ./plains > hashes --
MrMeeseeks hashcat 4 4,462 08-17-2017, 09:22 AM
    Thread: Help with SIP digest authentication
Post: RE: Help with SIP digest authentication

You have failed to specify an attack and have only provided hashcat with the hash mode and hash. If you do not provide hashcat with an attack to run, it will start in Pipe mode. The process appears to...
MrMeeseeks hashcat 3 4,846 08-09-2017, 06:53 PM
    Thread: hashcat mask file with specific letters at each placeholder
Post: RE: hashcat mask file with specific letters at eac...

You could always create part of it into a dictionary using maskprocessor https://hashcat.net/wiki/doku.php?id=maskprocessor e.g.: mp64.exe -1 1234 -2 ABC -3 "$%&(" -4 NOP ?1?2?3?4 -o left.dict then ...
MrMeeseeks hashcat 1 3,969 07-08-2017, 12:47 AM
    Thread: Luks Encrypted Disk
Post: RE: Luks Encrypted Disk

I think you can can mount your VHD in windows with the disk manager. If you can then refer to the LUKS Support added post by atom here https://hashcat.net/forum/thread-6225.html I believe you should ...
MrMeeseeks General Talk 5 5,882 07-05-2017, 10:28 PM
    Thread: Ethereum wallet length exception
Post: RE: Ethereum wallet length exception

r0tty Wrote: (06-21-2017, 02:18 AM) -- D:\hashcat-3.6.0>hashcat64.exe -m 15700 hash.txt -d 1 -a 3 hash?l?l?l hashcat (v3.6.0) starting... ADL_Overdrive6_TargetTemperatureData_Get(): -8 OpenCL ...
MrMeeseeks hashcat 6 7,376 06-21-2017, 11:26 PM
    Thread: mschapv2 how to load?
Post: RE: mschapv2 how to load?

It is pretty straight forward: mschapv2: user:$NETNTLM$:challenge:response netntlmv2 user::::response:challenge Your original mschapv2: itt-alex:$NETNTLM$7b7aa2856d464d16$c6af51152873417f3d94f4739b4b...
MrMeeseeks hashcat 5 5,366 06-16-2017, 07:49 PM
    Thread: mschapv2 how to load?
Post: RE: mschapv2 how to load?

Please refer to this post: https://hashcat.net/forum/thread-2563.html
MrMeeseeks hashcat 5 5,366 06-13-2017, 08:03 PM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

r7al: I would use AWK to filter through your existing word lists and output into a new dict with this command: awk 'length > 9' rockyou.txt > len10plus.txt Use len.bin from hashcat-utils.
MrMeeseeks hashcat 7 7,052 05-23-2017, 09:51 PM
    Thread: Different GPU's in the same rig
Post: RE: Different GPU's in the same rig

You can mix devices as long as they are compatible with the driver in Hashcat. You can mix devices of any type as long as it is supported by hashcat. You will want to use the Nvidia 381.x driver else ...
MrMeeseeks Hardware 1 3,545 05-20-2017, 12:28 AM
    Thread: Windows 10 Online Account
Post: RE: Windows 10 Online Account

Your offline credentials are stored in the SAM file. It has changed encryption with the new update according to: https://twitter.com/gentilkiwi/status/76...0132384770 You will have to use Mimikatz to...
MrMeeseeks hashcat 7 10,250 05-17-2017, 11:47 PM