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 [asc] Replies Views Posted
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

undeath, cool - yours? Was that under -w 4? Here's one for 6x 1080s, -w 4: Code: -- Hash.Type........: descrypt, DES (Unix), Traditional DES Time.Started.....: Wed Nov 29 14:20:19 2017 (1 mi...
royce General Talk 10 8,113 11-30-2017, 01:23 AM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

Faster base clock (1708 MHz vs1050 MHz) ? https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1060/ https://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications
royce General Talk 10 8,113 11-30-2017, 05:21 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

For a single 1060, it will still take four months, I would think.
royce General Talk 10 8,113 11-30-2017, 07:22 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u...
royce General Talk 4 3,365 12-31-2017, 07:45 AM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

You can use whatever rules make sense for your target. You may have to experiment with --stdout to determine whether the combination of --case-permute and your rules are doing what you're expecting.
royce General Talk 4 3,365 01-01-2018, 10:02 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m...
royce General Talk 8 6,771 02-17-2018, 07:31 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question. At that point, you're basically looking at using python, perl, etc...
royce General Talk 8 6,771 02-22-2018, 09:29 AM
    Thread: Distributed Hashcat Cracking
Post: RE: Distributed Hashcat Cracking

The most viable fork right now (IMO) has been rebranded as "hashtopolis".
royce General Talk 4 3,538 03-22-2018, 06:29 PM
    Thread: trouble with samdump2
Post: RE: trouble with samdump2

Posting real hashes is against the forum rules. The hashes above are special LM and NTLM hashes that indicate an empty/non-set password. If you're using something called a "Free password hash cr...
royce General Talk 2 2,742 05-09-2018, 04:14 PM
    Thread: insert a character after each character
Post: RE: insert a character after each character

Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting.
royce General Talk 2 2,529 05-10-2018, 07:13 AM
    Thread: 1Password Competition
Post: RE: 1Password Competition

It's after the official period of the challenge, but since people could theoretically keep working on it ... If you post the syntax you were using, we might be able to help. The hashcat hash mode i...
royce General Talk 9 7,198 05-12-2018, 07:22 PM
    Thread: 1Password Competition
Post: RE: 1Password Competition

Yep. The only way to make real progress on it would be if multiple teams with lots of cards all cooperated. Which would itself be pretty cool, IMO.
royce General Talk 9 7,198 05-14-2018, 04:45 PM
    Thread: Introduction
Post: RE: Introduction

Welcome! Interesting thread idea - we'll see if it takes root!
royce General Talk 2 2,625 05-17-2018, 05:41 AM
    Thread: 1Password Competition
Post: RE: 1Password Competition

Proof of concept: Code: -- # Convert salt and hash from hex to raw and then to base64: $ echo -n '00bb202b205f064e30f6fae101162a2e' | xxd -p -r | base64 ALsgKyBfBk4w9vrhARYqLg== $ echo -n '919...
royce General Talk 9 7,198 05-13-2018, 09:42 PM
    Thread: 500M hashes
Post: RE: 500M hashes

Yes. If your current platform isn't big enough to hold them all, there's no choice other than to chunk them. Just splitting it in half or thirds might be enough. When splitting it, be sure to use spli...
royce General Talk 3 4,305 05-28-2018, 09:34 PM
    Thread: 500M hashes
Post: RE: 500M hashes

GPU memory is probably the first bottleneck that you'll hit when processing a very large hashlist.
royce General Talk 3 4,305 06-03-2018, 05:17 PM
    Thread: Question about hccapx file
Post: RE: Question about hccapx file

I *think* you can do something along those lines with hcxtools? https://github.com/ZerBea/hcxtools
royce General Talk 6 4,366 06-04-2018, 03:40 AM
    Thread: Newbie - help please
Post: RE: Newbie - help please

You'll need to open a command prompt on your platform, and navigate to the directory that hashcat lives in, and execute it there. Once you get oriented there, I would work on growing your understan...
royce General Talk 1 2,466 06-16-2018, 10:12 PM
    Thread: Save all valid password candidates
Post: RE: Save all valid password candidates

You can use --stdout to see what candidates hashcat will generate. Code: -- $ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head hashcat tachsah HASHCAT Hashcat hashcat0 hash...
royce General Talk 6 4,520 06-17-2018, 05:54 PM
    Thread: Save all valid password candidates
Post: RE: Save all valid password candidates

Verify your syntax using an existing format. If it works for that, it should work for yours.
royce General Talk 6 4,520 06-19-2018, 12:44 AM