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 [desc] Views Posted
    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: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask

Assuming that it's this type of hash: Code: -- $ openssl passwd -1 -salt 0000 -table password password $1$0000$aWwcZQIpZ/gD70N/fOUeh0 -- ... then you need to specify the hash type (-m 500 = Cisco-...
royce General Help 8 29,656 04-14-2015, 05:32 PM
    Thread: Cisco IOS MD5 BruteForce Mask
Post: RE: Cisco IOS MD5 BruteForce Mask

This looks normal. Brute force automatically starts with short masks and then moves on to longer ones. While it's moving through the short masks, they're too short to really make the GPUs work hard, ...
royce General Help 8 29,656 04-14-2015, 08:44 PM
    Thread: Special characters in mask
Post: RE: Special characters in mask

Based on your OS/shell, you'll need to escape the spaces.
royce Old oclHashcat Support 8 13,344 04-14-2015, 08:47 PM
    Thread: office excel 2010 hash
Post: RE: office excel 2010 hash

What command lines have you tried, and what errors were geenrtaed?
royce General Help 8 12,521 04-14-2015, 08:54 PM
    Thread: Special characters in mask
Post: RE: Special characters in mask

https://lmgtfy.com/?q=windows+8.1+cmd+escape+spaces
royce Old oclHashcat Support 8 13,344 04-14-2015, 10:04 PM
    Thread: Special characters in mask
Post: RE: Special characters in mask

illcare, I meant it in good humor. That being said, there's a little truth in all humor. If you try random things without research, do not be surprised when they do not work. Wishful thinking does ...
royce Old oclHashcat Support 8 13,344 04-15-2015, 05:24 AM
    Thread: What I'm doing wrong?
Post: RE: What I'm doing wrong?

Please post your command syntax for a sanity check.
royce General Help 8 11,374 11-12-2015, 03:51 AM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

This may help: https://hashcat.net/forum/thread-3522.html There is also a hashcat option to show cracks (--show).
royce hashcat 8 11,466 09-12-2016, 05:20 PM
    Thread: Invalid argument
Post: RE: Invalid argument

Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?)
royce hashcat 8 10,910 03-27-2017, 04:24 PM
    Thread: Invalid argument
Post: RE: Invalid argument

@rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it) And I'm sorry to be the bearer of sad news, but your other question is right -...
royce hashcat 8 10,910 03-29-2017, 02:33 PM
    Thread: Invalid argument
Post: RE: Invalid argument

Works for me, using 3.40 release on Ubuntu: Code: -- $ wget 'https://hashcat.net/misc/example_hashes/hashcat.hccapx' --2017-03-26 16:06:58--  https://hashcat.net/misc/example_hashes/hashcat.hc...
royce hashcat 8 10,910 03-27-2017, 02:08 AM