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: Need Help Parsing 10M list
Post: RE: Need Help Parsing 10M list

You said this was a wordlist, not a hash list. Those flags do not apply to wordlists. I'm not sure what you mean by 'command line injection script'. Do you mean some malicious code embedded in a wo...
epixoip hashcat 5 5,399 12-27-2016, 07:39 AM
    Thread: Multiple output-files for every dictionary
Post: RE: Multiple output-files for every dictionary

for w in dictionaries/*.txt; do hashcat --potfile-path "${w/\.txt/.pot}" hashlist.txt "$w"; done Potfile will probably be in ~/.hashcat on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
epixoip hashcat 2 3,404 12-28-2016, 08:51 PM
    Thread: Sequence of Mask Attack?
Post: RE: Sequence of Mask Attack?

Use an hcmask file
epixoip hashcat 2 3,996 01-03-2017, 01:17 AM
    Thread: Installing OpenCL for OCLhashcat
Post: RE: Installing OpenCL for OCLhashcat

As atom stated, this forum is for Hashcat support. We do not provide support for The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), nor any other OS or software. Installing a working OpenCL ru...
epixoip hashcat 4 6,174 01-04-2017, 12:01 AM
    Thread: Hashcat with free drivers on Linux?
Post: RE: Hashcat with free drivers on Linux?

Everything Richard Stallman ever told you was a lie.
epixoip hashcat 2 3,452 01-04-2017, 07:00 PM
    Thread: GPG PassPhrase recovery
Post: RE: GPG PassPhrase recovery

Hashcat does not currently support GPG.
epixoip hashcat 2 4,733 01-04-2017, 07:00 PM
    Thread: How change between gpu and/or gpu | change hash-type
Post: RE: How change between gpu and/or gpu | change has...

The thread you linked to is nearly 4 years old, and not at all applicable to using hashcat in 2017. There is only one hashcat now, and it supports everything that hashcat-cli, oclHashcat, oclHashcat-p...
epixoip hashcat 1 3,010 01-06-2017, 05:09 PM
    Thread: help me
Post: RE: help me

You would need to write kernels that could handle salts of that length for that algorithm
epixoip hashcat 10 9,079 01-08-2017, 10:06 PM
    Thread: help me
Post: RE: help me

Learn OpenCL?
epixoip hashcat 10 9,079 01-09-2017, 09:14 AM
    Thread: Substring replace?
Post: RE: Substring replace?

Table attack was only supported in hashcat-cli (now hashcat-legacy) and could only match a single byte. It is similar to the 's' rule but could replace one byte with multiple bytes, which the 's' rule...
epixoip hashcat 1 2,586 01-10-2017, 07:00 PM
    Thread: Illegal instruction
Post: RE: Illegal instruction

Need more details. Specifically, the CPU you're using. OS, the architecture you're running, etc. are also extremely helpful.
epixoip hashcat 4 6,755 01-11-2017, 08:27 AM
    Thread: Illegal instruction
Post: RE: Illegal instruction

I'm not aware of hashcat32.bin containing any opcodes that your CPU doesn't support (I think we only need SSE2 support), but I strongly suspect your 10-year old CPU is the problem here nonetheless. Yo...
epixoip hashcat 4 6,755 01-11-2017, 10:17 AM
    Thread: can Bcrypt be hashcat'd
Post: RE: can Bcrypt be hashcat'd

First off, ''-m 3200 capture.hccap'' ?? Second, posting hashes is against the forum rules. Please take some time off to familiarize yourself with them.
epixoip hashcat 1 3,806 01-11-2017, 08:17 PM
    Thread: I dont know what i did
Post: RE: I dont know what i did

The --help synopsis alone should be enough for you to catch the errors in your command line. Take some time to read the documentation.
epixoip hashcat 7 8,670 01-12-2017, 07:28 PM
    Thread: I dont know what i did
Post: RE: I dont know what i did

oclHashcat hasn't existed for well over a year.
epixoip hashcat 7 8,670 01-12-2017, 08:02 PM
    Thread: Problem with status , pause , resume ...
Post: RE: BUG - Problem with Hashcat 3.30

You're using ''-w 4 -D 1,2'' so your CPU is probably too busy cracking hashes to print the status. You can't expect responsiveness with these arguments...
epixoip hashcat 17 24,271 01-12-2017, 09:21 PM
    Thread: I dont know what i did
Post: RE: I dont know what i did

hashcat-cli, oclHashcat, oclHashcat-plus, and oclHashcat-lite were all rolled into one program simply called "hashcat".
epixoip hashcat 7 8,670 01-12-2017, 10:06 PM
    Thread: Problem with status , pause , resume ...
Post: RE: BUG - Problem with Hashcat 3.30

Sounds like an ASIC hang, then. Process is probably stuck in IOWAIT. Are you overclocking?
epixoip hashcat 17 24,271 01-12-2017, 10:07 PM
    Thread: Problem with status , pause , resume ...
Post: RE: BUG - Problem with Hashcat 3.30

No one has been able to reproduce this alleged bug, so I'm going to say it's probably something with your particular configuration or how you're invoking hashcat.
epixoip hashcat 17 24,271 01-13-2017, 07:44 AM
    Thread: Speed impact of larger hash lists
Post: RE: Speed impact of larger hash lists

md5crypt is salted, so each password candidate has to be re-hashed with each unique salt.
epixoip hashcat 2 3,318 01-21-2017, 12:24 AM