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 [asc] Replies Views Posted
    Thread: hashcat exhausted status
Post: RE: hashcat exhausted status

The path definitely is not correct. For one, you used a different path in the example command than the one you provided in your screenshot. And two, you can clearly see from the screenshot that it is ...
epixoip hashcat 6 10,080 01-22-2017, 03:53 AM
    Thread: on Aruba GPU (AMD APU)
Post: RE: on Aruba GPU (AMD APU)

Radeon HD 4000 series GPUs do not really have OpenCL support. It has been many years now so I do not remember what the precise issue was, and too lazy to Google it, but I believe the hardware only sup...
epixoip hashcat 2 4,738 01-23-2017, 06:01 AM
    Thread: Extract PDF hash (edit passwd)
Post: RE: Extract PDF hash (edit passwd)

Hashcat only supports cracking encrypted PDFs. Usually when only an edit password is applied, the document is not encrypted. You can use one of many freely-available tools to simply strip out the edit...
epixoip hashcat 13 59,850 01-25-2017, 09:41 PM
    Thread: Extract PDF hash (edit passwd)
Post: RE: Extract PDF hash (edit passwd)

As I said above, Hashcat only supports encrypted PDFs. It does not support cracking edit passwords.
epixoip hashcat 13 59,850 01-26-2017, 03:16 AM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

For mask attack, see Rurapenthe's blog above ^ For everything else, iconv is your friend.
epixoip hashcat 9 8,853 02-01-2017, 11:06 PM
    Thread: Setup Queues?
Post: RE: Setup Queues?

You would need some sort of wrapper or middleware to accomplish this.
epixoip hashcat 1 2,300 02-03-2017, 06:25 AM
    Thread: Setting Up Hashcat on IDE
Post: RE: Setting Up Hashcat on IDE

We just use vim? ¯\_(ツ)_/¯
epixoip hashcat 2 3,617 02-05-2017, 01:39 AM
    Thread: new to this, how can I simply crack a winzip file?
Post: RE: new to this, how can I simply crack a winzip f...

A zip file that old is likely PKZIP which hashcat does not yet support.
epixoip hashcat 4 13,230 02-05-2017, 10:20 PM
    Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter

Yes, it is normal to see ~50% speed reduction for multi-hash vs single hash.
epixoip hashcat 2 2,933 02-07-2017, 02:46 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It's not a buffer overflow, and it's not the number of instructions. The issue is hashcat stores keyspace as a uint64 which means the maximum value it can store is 2^64 -1. It cannot work with numbers...
epixoip hashcat 14 12,596 02-09-2017, 01:34 AM
    Thread: How do I configure hashcat to crack a lost password?
Post: RE: How do I configure hashcat to crack a lost pas...

Hashcat is indeed the correct tool for the job. However, you aren't going to win any favors around here by skipping out on reading the documentation. You've done your homework up until this point, why...
epixoip hashcat 3 4,363 02-07-2017, 08:35 AM
    Thread: Why is SHA-1 one faster than NetNTLMv1? and two other questions
Post: RE: Why is SHA-1 one faster than NetNTLMv1? and tw...

Your 600k SHA1 are unsalted, whereas NetNTLMv1 is salted. You will incur a 1000x slowdown with 1000 salts.
epixoip hashcat 2 3,862 02-11-2017, 09:26 PM
    Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?

In this context (assuming the donors or beneficiaries or whomever are intended to be kept confidential) it is dumb to use MD5, yes. They should be trivial to crack. You wouldn't use a mask. You'd ...
epixoip hashcat 5 7,852 02-11-2017, 09:36 PM
    Thread: long mask issue
Post: RE: long mask issue

This approach is only advantageous if you know e.g. the exact algorithm used to produce the random numbers and know the algorithm has some flaw you can exploit to attempt to predict the numbers. Other...
epixoip hashcat 11 12,851 02-12-2017, 08:08 AM
    Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?

Email addresses (and usernames themselves for that matter) are really no different from very weak passwords: short, predictable, low-entropy, human generated strings. And of course the domain names ar...
epixoip hashcat 5 7,852 02-12-2017, 08:14 AM
    Thread: long mask issue
Post: RE: long mask issue

This thread just went from completely braindead to full flat-line. I'm closing it.
epixoip hashcat 11 12,851 02-13-2017, 01:32 AM
    Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?

No, SHA2 is not better than MD5 for these purposes. I already gave you the answer in my previous post.
epixoip hashcat 5 7,852 02-14-2017, 10:30 PM
    Thread: How to use hashcat to crack unsalted MD5
Post: RE: How to use hashcat to crack unsalted MD5

Go read.
epixoip hashcat 1 2,560 02-16-2017, 04:35 AM
    Thread: Dual GPU & OPenCL/Mesa Issues
Post: RE: Dual GPU & OPenCL/Mesa Issues

Get rid of Mesa.
epixoip hashcat 6 7,637 02-17-2017, 03:56 AM
    Thread: Dual GPU & OPenCL/Mesa Issues
Post: RE: Dual GPU & OPenCL/Mesa Issues

Get rid of The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Or stop installing hashcat via The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)'s repository. Or run Hashcat with --openc...
epixoip hashcat 6 7,637 02-18-2017, 01:03 AM