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 [desc] Forum Replies Views Posted
    Thread: New and learning
Post: RE: New and learning

jb_bak Wrote: (08-27-2013, 03:09 AM) -- undeath Wrote: (08-26-2013, 10:25 PM) -- according to epixoip's post one 7970 will do 130kH/s therefore: >>> (26**9)/130000/60/60/24 483.3959828148148 ...
Mangix Very old oclHashcat-plus Support 11 22,132 08-28-2013, 10:39 PM
    Thread: hashcat stopped working fresh install win 8 an cat 13.4
Post: RE: hashcat stopped working fresh install win 8 an...

What's your command line? I've had crashes happen because of bad parameters.
Mangix Very old oclHashcat-plus Support 8 15,011 09-02-2013, 06:58 PM
    Thread: oclHashcat-plus with truecrypt
Post: RE: oclHashcat-plus with truecrypt

No... you need to specify an attack mode. If you read the text, oclhashcat is saying that it's expecting input from stdin.
Mangix Very old oclHashcat-plus Support 5 12,344 09-04-2013, 08:49 AM
    Thread: trying to crack my onw WPA
Post: RE: trying to crack my onw WPA

I believe it's input first and then output. If you read what aircrack-ng says, it can't find the input file. Also, you may want to run wpaclean prior to this. wpaclean [output] [input]
Mangix General Help 6 21,874 09-04-2013, 08:51 AM
    Thread: Radeon HD 7470m -- oclHashcat-plus64.exe has stopped working
Post: RE: Radeon HD 7470m -- oclHashcat-plus64.exe has s...

Beta 2 is known to be buggy. Use Beta 1 instead.
Mangix Very old oclHashcat-plus Support 19 29,824 09-04-2013, 08:53 AM
    Thread: Hashcat always exhausted - wpa/wpa2
Post: RE: Hashcat always exhausted - wpa/wpa2

Either the password is wrong or the handshake capture was bad. Probably the latter which means you need a new handshake capture. If that still fails, something is wrong with your wordlist. To verif...
Mangix General Help 6 18,416 09-05-2013, 12:57 AM
    Thread: oclHashcat-plus cracks TrueCrypt
Post: RE: oclHashcat-plus cracks TrueCrypt

you need to use VCL for that.
Mangix Very old oclHashcat-plus Support 32 157,749 09-05-2013, 07:21 AM
    Thread: Huge wordlist
Post: RE: Huge wordlist

try splitting your wordlist into smaller chunks and running them separately. advanced tip: you can also try a normal mask attack like -1 ?u?l?d ?1?1?1?1?1?1?1?1 but you can run hcstatgen to generat...
Mangix Very old oclHashcat-lite Support 9 25,443 09-10-2013, 05:41 AM
    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,299 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,299 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: 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,797 09-25-2013, 11:58 PM
    Thread: Cracking with multiple PCs
Post: RE: Cracking with multiple PCs

no\0\0\0
Mangix Very old oclHashcat-plus Support 6 14,635 09-26-2013, 05:52 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,960 09-30-2013, 03:12 AM
    Thread: Who have old HashCat Plus ?
Post: RE: Who have old HashCat Plus ?

You're probably better off using CPU hashcat to be honest. If old versions don't work, don't expect support.
Mangix Very old oclHashcat-plus Support 8 14,994 10-02-2013, 02:22 AM
    Thread: Force, even if a line-length exception?
Post: RE: Force, even if a line-length exception?

hashcat does not support 60 character salts.
Mangix Very old oclHashcat-plus Support 1 5,205 10-05-2013, 06:46 PM
    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: WPA2 Success
Post: RE: WPA2 Success

init_6 Wrote: (12-04-2013, 03:23 PM) -- Good work, Looks like you knew it was going to be 8 uppercase letters. What routers have this as the default? I like to write scripts for known passwords a...
Mangix Very old oclHashcat-plus Support 3 14,107 12-05-2013, 05:05 AM
    Thread: WPA speed with HD 7990
Post: RE: WPA speed with HD 7990

https://hashcat.net/oclhashcat/ According to that page, 134k with a 7970. So double for a 7990.
Mangix Old oclHashcat Support 1 6,188 12-26-2013, 12:14 PM
    Thread: Remote cracking with windows possible?
Post: RE: Remote cracking with windows possible?

why can't you ssh in to windows? Cygwin supports OpenSSH. The screen utility is also available.
Mangix General Help 4 10,138 01-27-2014, 09:19 AM