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 [desc] Forum Replies Views Posted
    Thread: How do you run hashcat against a plaintext file?
Post: RE: How do you run hashcat against a plaintext fil...

If you look at the algorithms Hashcat supports, you'll see that one of those algorithms is indeed Plaintext.
epixoip hashcat 4 5,046 12-25-2016, 02:43 AM
    Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...

You can also use WSL and run Ubuntu under Windows 10
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 9 9,543 12-25-2016, 02:44 AM
    Thread: Need Help Parsing 10M list
Post: RE: Need Help Parsing 10M list

Those flags do not do what you think they do. The cool kids would actually process the list and transform the data into the required format. This is where knowing your OS really comes in handy (and in...
epixoip hashcat 5 5,399 12-27-2016, 05:46 AM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

RX470 is essentially just a 7970 at heart, and does indeed have 32 MCU. I'm not sure why clinfo is telling you that you have 14 MCU, which would make it an HD7790/RX460. Probably a driver issue.
epixoip Hardware 10 12,485 12-27-2016, 07:07 AM
    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: GTX650M faster than GTX960 in some hashes
Post: RE: GTX650M faster than GTX960 in some hashes

There's definitely a major, catastrophic problem with the "Macbook w/ 650M" system; atom must have missed the "1182.5 GH/s" on MD4 which is definitely inaccurate to say the least. It looks like there'...
epixoip Hardware 4 6,097 12-28-2016, 06:26 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: Budget System Advice
Post: RE: Budget System Advice

GTX 1060 is the clear winner IMO.
epixoip Hardware 6 6,931 12-29-2016, 11:41 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: We have the cards, now what?
Post: RE: We have the cards, now what?

You said you bought 4x 1070 FE, but the GPUs you listed at the bottom of your post are not FE. Moreover I don't see any justification for putting 128 GB of RAM into a quad-GPU system. And I also see n...
epixoip Hardware 5 7,414 01-03-2017, 10:39 PM
    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,172 01-04-2017, 12:01 AM
    Thread: We have the cards, now what?
Post: RE: We have the cards, now what?

If you're going to get quotes for a professionally-built system, it might behoove you to get a quote from a company that actually sells password cracking rigs, instead of from companies that just buil...
epixoip Hardware 5 7,414 01-04-2017, 06:53 AM
    Thread: Core i5 750 & gtx 1060
Post: RE: Core i5 750 & gtx 1060

CPU will not affect GPU performance, but CPU does have an impact on total performance when using CPU + GPU cooperatively.
epixoip Hardware 3 5,455 01-04-2017, 06:59 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,077 01-08-2017, 10:06 PM
    Thread: MD5 substring
Post: RE: MD5 substring

You can use https://strcpy.io/md5substr.c (and adapt for your needs) but 13 is a lot.
epixoip General Talk 9 10,041 01-08-2017, 10:26 PM
    Thread: MD5 substring
Post: RE: MD5 substring

I have no experience compiling in Visual Studio, but you could always install Cygwin. Or maybe edit the headers as appropriate and compile with mingw.
epixoip General Talk 9 10,041 01-09-2017, 02:21 AM
    Thread: help me
Post: RE: help me

Learn OpenCL?
epixoip hashcat 10 9,077 01-09-2017, 09:14 AM