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 [desc] Author Forum Replies Views Posted
    Thread: Build advice
Post: RE: Build advice

Yep, that looks about right.
royce Hardware 27 20,575 12-18-2017, 01:42 AM
    Thread: Burned out 12 V wires from PSU
Post: RE: Burned out 12 V wires from PSU

I'm not as much of a power expert as others in the forum, but here's my take. Max power for 980s is 165W. Even if you were doing password generation on your CPU or something, assuming max 350W for the...
royce Hardware 2 4,146 01-24-2016, 11:58 PM
    Thread: Buying wordlists/rules
Post: RE: Buying wordlists/rules

Have you looked at the rulesets in ./rules/, including its subfolders?
royce General Talk 8 9,327 05-10-2017, 07:26 PM
    Thread: Cache path
Post: RE: Cache path

This message happens at a different stage from the dictionary metadata analysis. This message is related to the overall space needed to execute the attack. It is not clear from your question what kind...
royce hashcat 2 2,036 04-22-2018, 09:42 PM
    Thread: Can anyone help me
Post: RE: Can anyone help me

Usually, the only reason people try alternate OpenCL is because drivers from AMD/NVIDIA are not available. If so, there's not a lot that hashcat can do for you - you should heed the disclaimers at ...
royce hashcat 3 3,113 04-27-2018, 06:16 PM
    Thread: Can I run hashcat on startup and save where computation goes to some file?
Post: RE: Can I run hashcat on startup and save where co...

if you quit, you can restore with --restore. If you're using the default session name (not specifying an alternate one), then "hashcat --restore" (with no other parameters) will pick up where you left...
royce hashcat 1 173 09-23-2020, 07:59 AM
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Well, theoretically, you could download the HIBP SHA-1 hashes from https://haveibeenpwned.com/Passwords, and then crack them with hashcat using your list as a wordlist. But since the HIBP list is so l...
royce hashcat 4 3,071 03-10-2019, 06:30 PM
    Thread: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?

There are tools for doing this for some specific hash types, but official hashcat does not currently support this.
royce hashcat 3 1,287 01-07-2020, 08:26 AM
    Thread: Can i use mask but for hash?
Post: RE: Can i use mask but for hash?

I think there is a fork or two of hashcat out there that does this. Also there are specialized tools like epixoip's md5substr: https://github.com/epixoip/md5substr/blob/master/md5substr.c
royce hashcat 3 1,287 01-07-2020, 08:35 PM
    Thread: Can not crack some example of hashes
Post: RE: Can not crack some example of hashes

Do you get any errors or warnings? What final feedback do you get from hashcat?
royce hashcat 2 2,190 09-12-2018, 08:49 AM
    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: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu

This may not be the whole story, but take a look at https://hashcat.net/faq/wrongdriver - you may at least need: Code: -- apt-get install ocl-icd-libopencl1 opencl-headers clinfo --
royce hashcat 4 3,191 08-31-2018, 04:53 AM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

... and defined here: Code: -- https://github.com/hashcat/hashcat/blob/master/src/mpsp.c#L20 static const char *DEF_MASK = "?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d"; https://github.com/hashcat/hash...
royce hashcat 5 3,493 07-01-2018, 08:37 PM
    Thread: Capturing a Win-rar hash!
Post: RE: Capturing a Win-rar hash!

https://github.com/philsmd/7z2hashcat
royce hashcat 1 2,559 11-19-2017, 02:18 AM
    Thread: change working directory
Post: RE: change working directory

In the future, you can also use https://github.com/philsmd/analyze_hc_restore, written by a core hashcat developer. You can rewrite a restore file, changing various config items.
royce hashcat 3 1,133 12-16-2019, 11:43 PM
    Thread: Characters don't work on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) LINUX Terminal
Post: RE: Characters don't work on The-Distribution-Whic...

I'm not clear what your question is, though I would advise: * Use a Linux distro other than K-a-l-i - its OpenCL integration needs work. * Use the latest version of hashcat (3.30 is very outdated)...
royce hashcat 1 2,361 11-19-2017, 02:27 AM
    Thread: Cisco ASA hash type
Post: RE: Cisco ASA hash type

Un-base64 it, then crack it as an NTLM hash. Code: -- $ echo -n 'iEb36u6PsRetBr3YMLdYbA==' | base64 -d | xxd -p 8846f7eaee8fb117ad06bdd830b7586c --
royce hashcat 6 8,033 12-07-2017, 07:05 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: cl platform not found
Post: RE: cl platform not found

Try refreshing the entire stack with the applicable instructions from this question in the FAQ: https://hashcat.net/faq/wrongdriver
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,339 09-09-2018, 03:33 AM