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 [asc] Views Posted
    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: 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?

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: Wordlist optimisation based on ruleset
Post: RE: Wordlist optimisation based on ruleset

There has been some work in this space, but it's a challenging problem. And it's highly idiosyncratic in that the usefulness of any given wordlist and ruleset depends heavily on the nature of the pass...
royce User Contributions 7 4,317 10-29-2019, 06:24 AM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

Please see the forum rules. Posting hashes is not allowed. I have redacted your hash. https://hashcat.net/forum/archive/index.php?announcement-2.html There are a number of tutorials showing basi...
royce hashcat 7 1,454 03-29-2020, 04:33 AM
    Thread: Use whole RAM Colab
Post: RE: Use whole RAM Colab

Have you analyzed what resource is the bottleneck? Just a guess, but it's probably not RAM.
royce hashcat 7 1,257 05-03-2020, 11:26 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

There is nothing unusual about the 2012-era LinkedIn SHA1 hashes - they're generic raw SHA1. There is only one version of hashcat now - does OpenCL or CUDA (but at least one is required, for either...
royce hashcat 7 873 08-10-2020, 05:45 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

Lol -and apparently I used to know this (2017) ... and totally forgot! Thanks, philsmd!
royce hashcat 7 873 08-10-2020, 08:45 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Only one way to find out. :D
royce hashcat 7 729 08-21-2020, 07:09 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I think they're trying to replace digits in place, without having to know the text before and after in advance.
royce hashcat 7 729 08-21-2020, 11:31 PM
    Thread: truncating passwords instead of rejecting them
Post: truncating passwords instead of rejecting them

In this 2011 thread: https://hashcat.net/forum/thread-698.html ... someone asked about "wordlist clipping" - being able to truncate passwords instead of rejecting them. The suggestion at the t...
royce Old oclHashcat Support 6 10,387 01-14-2015, 09:20 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

For DES crypt, it would be extremely useful to be able to apply existing rulesets that generate passwords longer than eight characters, without modifying them. DES crypt is a special case because it ...
royce Old oclHashcat Support 6 10,387 01-14-2015, 09:56 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

Awesome - that's *perfect*! That's exactly what I needed to know.
royce Old oclHashcat Support 6 10,387 01-14-2015, 10:11 PM
    Thread: truncating passwords instead of rejecting them
Post: RE: truncating passwords instead of rejecting them

Hmm, still rejecting 60% of my passwords. I dug around a little more, and found this thread: https://hashcat.net/forum/thread-3132.html It turns out that on GPU, using -r to specify a separate t...
royce Old oclHashcat Support 6 10,387 01-14-2015, 10:31 PM
    Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)

Does hashed_file.txt contain only hashes -- no usernames, etc.? Does it work OK with other masks?
royce Old oclHashcat Support 6 9,656 11-09-2015, 03:17 AM
    Thread: Weird exception when cracking DES(unix)
Post: RE: Weird exception when cracking DES(unix)

Whoops - I totally missed the command order in your original post. Simply follow the broad usage guidance from --help: Code: -- Usage: cudaHashcat [options]... hash|hashfile|hccapfile [dictiona...
royce Old oclHashcat Support 6 9,656 11-09-2015, 04:33 AM
    Thread: 8 Character Unix DES Question
Post: RE: 8 Character Unix DES Question

Using --loopback might be helpful.  Have you been through some common masks (Korelogic pathwell, and the ones that come with hashcat) and rulesets (d3ad0n3, etc.) ?   Have you looked at PRINCE...
royce Old oclHashcat Support 6 8,866 11-10-2015, 07:07 AM
    Thread: Which Graphic Card is better
Post: RE: Which Graphic Card is better

The 670 is based on the Kepler architecture. The 750 Ti is based on Maxwell. The Maxwell architecture is much better for hashcat. Even just one 750 Ti would be better than a 670. And 2 750s would be e...
royce hashcat 6 8,476 10-04-2016, 05:33 AM
    Thread: how to extract hash from veracrypt container
Post: RE: how to extract hash from veracrypt container

Same procedure as for TrueCrypt: https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes
royce hashcat 6 16,511 01-16-2017, 09:18 PM
    Thread: mask help
Post: RE: mask help

You'll need to be realistic about your odds.  You can improve them a bit, but it will take some work. Office 2013 hashes are extremely slow. On my GTX 970, I only get about 4000 hashes per second ...
royce hashcat 6 6,636 02-17-2017, 06:45 PM