Please note, this is a STATIC archive of website hashcat.net from October 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: Joining 2 dictionaries together without bruteforcing one side
Post: RE: Joining 2 dictionaries together without brutef...

instead of rules, you can use "-a 6" in hashcat. eg: hashcat -a 6 -m 2500 blah.hccap netgear.dict ?d?d?d
Mangix Old oclHashcat Support 7 15,879 11-25-2014, 04:57 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

The hash is not formated correctly. see: https://hashcat.net/wiki/doku.php?id=example_hashes That command is also wrong. outfile should be replaced with a mask. see: https://hashcat.net/wiki/doku.ph...
Mangix Old hashcat Support 12 31,843 07-31-2013, 09:37 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

feedworks Wrote: (08-01-2013, 12:17 AM) -- From One of the earlier replies - "In this case a mask of ?l?l?l?l should crack it." Where will I put that mask? Will it be part of dict.txt in our example...
Mangix Old hashcat Support 12 31,843 08-01-2013, 03:05 AM
    Thread: cuCtxCreate_v2 Fatal Error
Post: RE: cuCtxCreate_v2 Fatal Error

you downloaded the wrong thing. It looks like you want CPU hashcat: https://hashcat.net/files/hashcat-0.46.7z
Mangix Old hashcat Support 3 11,132 08-28-2013, 03:39 AM
    Thread: Hashcat crashing
Post: RE: Hashcat crashing

you need to give hashcat a dictionary to work on. it's thinking that you're piping it in from another application which you aren't. read about the different attack modes on the wiki.
Mangix Old hashcat Support 5 10,964 09-30-2013, 03:12 AM
    Thread: hashcat not working
Post: RE: hashcat not working

why do you have a space between -- and output?
Mangix Old hashcat Support 2 5,501 10-05-2013, 06:47 PM
    Thread: splitlen shrinks dictionary size?
Post: RE: splitlen shrinks dictionary size?

You need to recompile splitlen and change these two lines accordingly: #define LEN_MIN 1 #define LEN_MAX 15 You could also try using a one-liner in bash to accomplish the same thing: awk '{p...
Mangix hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 29,304 09-11-2013, 02:02 AM
    Thread: splitlen shrinks dictionary size?
Post: RE: splitlen shrinks dictionary size?

I made you a 64-bit binary using MinGW64. Should work. https://dl.dropboxusercontent.com/u/102011983/splitlen.exe
Mangix hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 29,304 09-16-2013, 07:46 PM
    Thread: fgets_sse2 versions of hashcaat-utils
Post: fgets_sse2 versions of hashcaat-utils

TL;DR: Use the regular ones unless you really need speed. Summary: most of the hashcat-utils use fgetl (a wrapper around fgets) so for speed I ported them to use atom's fgets_sse2. Benefits....S...
Mangix hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,478 09-19-2013, 10:13 AM
    Thread: regarding hashcat-utils : combinator
Post: RE: regarding hashcat-utils : combinator

either your input files are empty or there was an error. run "combinator.exe file1 file2" in command prompt and check the output.
Mangix hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,534 11-17-2014, 04:06 AM
    Thread: hashcat beta and ubuntu 16.04 summary
Post: RE: hashcat beta and ubuntu 16.04 summary

AMD's driver is available for Ubuntu 16.04 now. https://phoronix.com/scan.php?page=news_item&px=AMD-GPU-PRO-Hybrid-16.20.3
Mangix hashcat 7 19,536 05-25-2016, 05:26 AM
    Thread: Utils for analyzing *hccap files
Post: RE: Utils for analyzing *hccap files

strings
Mangix hashcat 1 2,956 02-19-2017, 01:51 AM
    Thread: Dual GPU & OPenCL/Mesa Issues
Post: RE: Dual GPU & OPenCL/Mesa Issues

Report the bug to Mesa. There's probably nothing that can be done.
Mangix hashcat 6 7,629 02-19-2017, 07:12 PM
    Thread: 6 radeon 5850
Post: RE: 6 radeon 5850

Best thing I can recommend is to switch OS to Linux. I've had similar issues with Windows XP.
Mangix Hardware 15 22,870 03-11-2013, 12:55 PM
    Thread: New graphics card
Post: RE: New graphics card

Anything from AMD. Basically, the most expensive AMD card that you can afford.
Mangix Hardware 3 8,087 08-10-2013, 03:57 AM
    Thread: Hashcat on Laptop
Post: RE: Hashcat on Laptop

Any laptop should work. Recommended ones are ones with an AMD GPU for oclHashcat. for CPU hashcat, and intel CPU might work better. not sure. In my experience, oclHashcat tends to keep the overall tem...
Mangix Hardware 4 11,800 09-25-2013, 11:58 PM
    Thread: R9 290X together with older cards?
Post: RE: R9 290X together with older cards?

yes\\
Mangix Hardware 2 5,825 03-19-2014, 07:32 AM
    Thread: GNU tools (sort, grep, etc) with OpenCL support?
Post: RE: GNU tools (sort, grep, etc) with OpenCL suppor...

rickm Wrote: (07-08-2014, 06:24 PM) -- I goggled, but just found academic projects, no usable code. Or what approach do you use to speed it as most as possible? -- Write your own. FWIW, fgets-sse2(...
Mangix Hardware 3 9,159 07-10-2014, 08:55 AM
    Thread: gaming laptop for occassionall hash cracking
Post: RE: gaming laptop for occassionall hash cracking

I don't think anyone's tested such a configuration. Thunderbolt is equivalent to a pcie x4 I believe so cracking fast hashes may suffer. Other than that, should work. As a fun aside, I recently ben...
Mangix Hardware 3 6,301 02-19-2017, 07:16 PM
    Thread: Can't Register over HTTPS
Post: Can't Register over HTTPS

If https://hashcat.net is used instead of the HTTP version, the image verification breaks as it's transmitted over HTTP and most browsers block insecure content. This is an issues since there are n...
Mangix General Talk 5 10,397 02-14-2013, 03:42 AM