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 Views Posted [desc]
    Thread: No expierence, how can I use this on windows to decrypt photos?
Post: RE: No expierence, how can I use this on windows t...

Android doesn't "encrypt photos". If you have individual encrypted files it was done by a third-party app. More than likely, that would be some type of AES, and since hashcat doesn't really handle enc...
unix-ninja Old oclHashcat Support 1 3,689 10-02-2015, 03:30 PM
    Thread: oclHashcat on MacBook Pro
Post: RE: oclHashcat on MacBook Pro

There is no oclHashcat binary for OSX (You just tried to run the Linux binaries)
unix-ninja Old oclHashcat Support 3 6,078 10-02-2015, 08:33 PM
    Thread: expiring Jan 1 2016?
Post: RE: expiring Jan 1 2016?

A new version will come out before then. Don't worry.
unix-ninja Old hashcat Support 2 4,655 11-04-2015, 09:34 PM
    Thread: How many combinations?
Post: RE: How many combinations?

you can use the --help flag to figure out how to calculate keyspace. NOTE: the one thing you will have to note is that there will be some manual work involved. You won't be able to calculate all of t...
unix-ninja General Help 1 3,193 11-24-2015, 05:53 PM
    Thread: Dell P2600 any use?
Post: RE: Dell P2600 any use?

any use? yes.
unix-ninja Hardware 3 4,696 12-01-2015, 04:58 PM
    Thread: new gpu purchase/explanation
Post: RE: new gpu purchase/explanation

mattjackson123 Wrote: (01-27-2016, 05:27 PM) -- looking at getting a new gpu to replace my old p.o.s currently looking around the price mark of the gtx 960/r9 380. card i am thinking of getting atm...
unix-ninja Old oclHashcat Support 7 8,860 01-27-2016, 06:07 PM
    Thread: few question
Post: RE: few question

pass the --help flag to Hashcat to get the updated list. This will answer your second question: https://www.unix-ninja.com/p/Exploiting_masks_in_Hashcat_for_fun_and_profit/
unix-ninja Old oclHashcat Support 1 2,927 01-27-2016, 11:20 PM
    Thread: cracking unicode plain text
Post: RE: cracking unicode plain text

The simplest answer is "yes". Hashcat is capable of handling unicode. If you are looking for straight brute force, you would simply use ?b in your mask to specify all byte-level values. As for takin...
unix-ninja General Talk 1 3,245 05-09-2016, 05:39 PM
    Thread: Can't crack multiple hashes, only single
Post: RE: Can't crack multiple hashes, only single

Try using Unix-style encoding for newlines and see if that works any better.
unix-ninja hashcat 7 13,884 05-11-2016, 06:41 PM
    Thread: 5970's worth buying?
Post: RE: 5970's worth buying?

which algorithms are you comparing there? I am pretty sure the 5970 should *not* have a higher rate (apples to apples) than the GTX 970.
unix-ninja Old oclHashcat Support 6 10,673 05-20-2016, 09:08 PM
    Thread: cracking salted linux shadow hash: Unable to load due to Line-length
Post: RE: cracking salted linux shadow hash: Unable to l...

Shadow file uses crypt hashes (i.e., cryptsha512). That is -m 1800, *not* 1720. That looks like your problem.
unix-ninja hashcat 5 9,568 08-10-2016, 11:21 PM
    Thread: hashcat version
Post: RE: hashcat version

Old as dirt. There are way too many differences between the two. The entire codebase has been largely refactored and simply works differently.
unix-ninja hashcat 5 5,273 12-07-2016, 10:18 PM
    Thread: what type of this hash??
Post: RE: what type of this hash??

vincide Wrote: (03-24-2017, 07:16 PM) -- Hi Chick3nman, it from my friend test. Can you help me?? -- It's not a hash. And yes, it took about 30 seconds to figure out the plain.
unix-ninja General Talk 5 6,437 03-24-2017, 07:19 PM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Hashcat rules don't support dynamic processing at the moment. You would have to run this through something like the mask preprocessor to expand that into a rule file. for example: ``` mp '$?d$?d$?...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,773 11-30-2017, 10:19 PM
    Thread: Build advice
Post: RE: Build advice

My personal recommendation would we to ditch the ATX case and get an open frame instead, but this otherwise looks fine. (I just think the open frames cool down way easier. They are noisier, however)
unix-ninja Hardware 27 20,571 12-08-2017, 04:58 PM
    Thread: Hard to crack this hash?
Post: RE: Hard to crack this hash?

How do you know this should be an easy one?
unix-ninja hashcat 1 2,046 12-13-2017, 08:03 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

I am not sure prince processor is actually what you want. Checkout hashcat-utils, you may have some better luck there. Look at the combinators and combipow first. That's likely to get you closer to wh...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,895 05-23-2018, 04:42 PM
    Thread: Will I be OK with tethering phone with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)?
Post: RE: Will I be OK with tethering phone with The-Dis...

Please pose this question in theĀ Kali forums. [/url]https://forums.Kali.org/ (https://forums.The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali).org/) [url=https://forums.The-Distri...
unix-ninja hashcat 3 1,253 08-15-2019, 06:12 PM
    Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)

apt-get is a package manager, which is only aware of packages cataloged on the system. If you install with make, you are setting this up outside of the package manager's purview, and it will fail (as ...
unix-ninja hashcat 3 1,772 11-19-2019, 09:13 PM