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 Forum Replies Views Posted [asc]
    Thread: OclHashcat-plus-0.12 - 0.14 running ALOT slower than version 0.08
Post: RE: OclHashcat-plus-0.12 - 0.14 running ALOT slow...

That speed decrease is slower but not ALOT slower. Try setting -n to 128 or higher.
Mangix Very old oclHashcat-plus Support 5 10,036 08-17-2013, 10:38 PM
    Thread: wpa mASK ATTACK
Post: RE: wpa mASK ATTACK

LOL loving this thread so far. As far as the question goes, masking it would be something like ?u?u?u?u?u?u?u?u?d?d if the first eight characters are uppercase and the last 2 are digits. if you don...
Mangix General Help 6 12,959 08-17-2013, 08:11 PM
    Thread: GTX Titan Support
Post: RE: GTX Titan Support

wait for a new version.
Mangix Very old oclHashcat-plus Support 5 9,493 08-10-2013, 08:00 PM
    Thread: New graphics card
Post: RE: New graphics card

Anything from AMD. Basically, the most expensive AMD card that you can afford.
Mangix Hardware 3 8,081 08-10-2013, 03:57 AM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

https://en.wikipedia.org/wiki/IEEE_802.11i-2004#The_Four-Way_Handshake Basically, PBKDF2(HMAC−SHA1, passphrase, ssid, 4096, 256) with another 3 or 4 iterations for the last step.
Mangix General Talk 6 22,165 08-09-2013, 08:51 PM
    Thread: How to crack many WPA2 passwords at the same time?
Post: RE: How to crack many WPA2 passwords at the same t...

There is one way to speed up the cracking process. Buy more hardware :D. Adding to what undeath said, even if atom added support for loading multiple hccap files in (ocl)hashcat, the speed would qu...
Mangix General Talk 6 17,449 08-08-2013, 04:17 AM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

I'm probably wrong on this point as I have never seen a performance difference, but cracking WPA1 should be faster. As far as switching is concerned, you definitely should as WPA2-AES is required to ...
Mangix General Talk 6 22,165 08-06-2013, 09:39 PM
    Thread: How to crack many WPA2 passwords at the same time?
Post: RE: How to crack many WPA2 passwords at the same t...

Currently, oclHashcat-plus does not support multiple WPA2 hashes in a single instance. One way to work around this is to have three separate instances. So basically: 1: Have three separate director...
Mangix General Talk 6 17,449 08-06-2013, 06:50 AM
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

Sorry for reviving this thread. Out of my own curiosity, I translated the len utility to use fgets_sse2 instead of fgets and am seeing some odd behavior. Output: Code: -- mangix@Mangix ~/testing $ ...
Mangix General Talk 6 17,362 08-06-2013, 12:22 AM
    Thread: OclHashcat plus has stopped working.
Post: RE: OclHashcat plus has stopped working.

mcai8rw2 Wrote: (08-05-2013, 05:42 PM) -- perhaps i should just install Ubuntu/Backtrack on the PC instead of windows. However my understanding was that the AMD drivers under linux were weak and woul...
Mangix Very old oclHashcat-plus Support 9 18,307 08-05-2013, 11:12 PM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

feedworks Wrote: (08-01-2013, 12:17 AM) -- From One of the earlier replies - "In this case a mask of ?l?l?l?l should crack it." Where will I put that mask? Will it be part of dict.txt in our example...
Mangix Old hashcat Support 12 31,825 08-01-2013, 03:05 AM
    Thread: Breaking SHA1-HMAC
Post: RE: Breaking SHA1-HMAC

The hash is not formated correctly. see: https://hashcat.net/wiki/doku.php?id=example_hashes That command is also wrong. outfile should be replaced with a mask. see: https://hashcat.net/wiki/doku.ph...
Mangix Old hashcat Support 12 31,825 07-31-2013, 09:37 AM
    Thread: hd 6870 and DES performance
Post: RE: hd 6870 and DES performance

Next version of oclHashcat-plus should improve descrypt speeds by 22%. See: https://hashcat.net/forum/thread-2268-post-13596.html#pid13596
Mangix Very old oclHashcat-plus Support 4 8,100 07-16-2013, 07:15 PM
    Thread: AMD cards
Post: RE: AMD cards

depends on the hash that you are cracking. for wpa2, -u 128 and -n 16 should work. see: https://hashcat.net/wiki/doku.php?id=oclhashcat_plus
Mangix Very old oclHashcat-plus Support 1 4,909 06-09-2013, 06:15 PM
    Thread: ERROR: cuMemAlloc() 1 with GTX TITAN
Post: RE: ERROR: cuMemAlloc() 1 with GTX TITAN

wait for the next version.
Mangix Very old oclHashcat-plus Support 8 13,987 06-09-2013, 06:11 PM
    Thread: oclHashcat-lite output | to program
Post: RE: oclHashcat-lite output | to program

cowpatty is slow. why would you want to use it?
Mangix Very old oclHashcat-lite Support 4 12,219 05-24-2013, 11:47 PM
    Thread: oclHashcat-plus cracks TrueCrypt
Post: RE: oclHashcat-plus cracks TrueCrypt

Is it me or is a titan faster than a 7970 at Whirlpool based on those results? If so, why?
Mangix Very old oclHashcat-plus Support 32 157,728 05-22-2013, 02:44 PM
    Thread: install oclhashcat-plus on windows
Post: RE: install oclhashcat-plus on windows

You messed up when extracting.
Mangix Very old oclHashcat-plus Support 3 24,634 05-22-2013, 02:42 PM
    Thread: Probabilistic number generation
Post: RE: Probabilistic number generation

After some thought, I have come to the realization that maskprocessor with the -q option is the most effective for my purposes. Funny as I wrote a tool 2 weeks ago that does the same thing. What's st...
Mangix General Help 5 9,304 05-22-2013, 12:03 PM
    Thread: Probabilistic number generation
Post: RE: Probabilistic number generation

The markov generator is inadequate as it looks for similarities in the input. I do not want this. Furthermore, it works by selecting the first number and then going through the entire keyspace minu...
Mangix General Help 5 9,304 05-19-2013, 06:48 PM