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 [desc] Replies Views Posted
    Thread: Brute forcing 5-12 character WPA in practice ?
Post: RE: (kindof) Newbie questions (hardware, amazon ec...

son of a bitch
epixoip General Help 17 43,217 01-09-2014, 03:31 AM
    Thread: Brute forcing 5-12 character WPA in practice ?
Post: RE: Brute forcing 5-12 character WPA in practice ?

impossible to have a 5 character WPA password, minimum length for that algorithm is 8 characters. 8x R9 290X will take an average of 2.66 years to brute force an 8-character alphanumeric password (...
epixoip General Help 17 43,217 01-09-2014, 11:33 AM
    Thread: Brute forcing 5-12 character WPA in practice ?
Post: RE: Brute forcing 5-12 character WPA in practice ?

the notion of an ISP handing out a wifi router is rather foreign to me. is this mostly practiced in Europe? the only ISP i know that does this in the US is AT&T, with their DSL gateways which have bui...
epixoip General Help 17 43,217 01-09-2014, 03:07 PM
    Thread: Brute forcing 5-12 character WPA in practice ?
Post: RE: (kindof) Newbie questions (hardware, amazon ec...

futant Wrote: (01-09-2014, 03:20 AM) -- 1. Is hashcat (or oclhashcat) the best tool for the job? (cracking WPA/WPA2 handshakes). -- Without question. futant Wrote: (01-09-2014, 03:20 AM) -- 2. ...
epixoip General Help 17 43,217 01-09-2014, 03:28 AM
    Thread: Brute forcing 5-12 character WPA in practice ?
Post: RE: Brute forcing 5-12 character WPA in practice ?

futant Wrote: (01-10-2014, 10:20 AM) -- I'm curious, is this speed very slow ? -- it is horrendously slow.
epixoip General Help 17 43,217 01-10-2014, 03:24 PM
    Thread: following linux_server_howto guide. problem with 6th GPU
Post: RE: following linux_server_howto guide. problem wi...

yes, it should work with up to 8. have you tested to see if the sixth GPU is even good?
epixoip General Help 5 9,542 01-13-2014, 08:46 PM
    Thread: following linux_server_howto guide. problem with 6th GPU
Post: RE: following linux_server_howto guide. problem wi...

risers should be your #1 suspect.
epixoip General Help 5 9,542 01-14-2014, 12:00 AM
    Thread: Need Help ATI drivers ubuntu 13.10 - Quad 7990 setup
Post: RE: Need Help ATI drivers ubuntu 13.10 - Quad 7990...

Since you installed the server version, did you go back and manually install Xorg? That would certainly be one reason why the X server version cannot be detected. Also, per the release notes for AM...
epixoip General Help 16 34,913 01-18-2014, 08:26 AM
    Thread: Is it possible to get a hash and salt from a PowerPoint file?
Post: RE: Is it possible to get a hash and salt from a P...

yes, but it is currently not supported by hashcat. you can use john the ripper, and extract the hash with office2john.
epixoip General Help 4 8,579 01-18-2014, 08:33 PM
    Thread: Need Help ATI drivers ubuntu 13.10 - Quad 7990 setup
Post: RE: Need Help ATI drivers ubuntu 13.10 - Quad 7990...

... or, you could just follow the wiki.
epixoip General Help 16 34,913 01-18-2014, 08:48 PM
    Thread: Is it possible to get a hash and salt from a PowerPoint file?
Post: RE: Is it possible to get a hash and salt from a P...

it is part of john the ripper.
epixoip General Help 4 8,579 01-18-2014, 08:53 PM
    Thread: Remote cracking with windows possible?
Post: RE: Remote cracking with windows possible?

mastercracker had posted a solution previously as well using psexec
epixoip General Help 4 10,142 01-27-2014, 10:37 PM
    Thread: Need help for ERROR: clGetPlatformlds<> -1001
Post: RE: Need help for ERROR: clGetPlatformlds<> -1001

AMD does not support OpenCL on Windows XP. You cannot just use a random OpenCL.dll you downloaded off the internet.
epixoip General Help 8 15,883 01-29-2014, 08:38 PM
    Thread: Need Help ATI drivers ubuntu 13.10 - Quad 7990 setup
Post: RE: Need Help ATI drivers ubuntu 13.10 - Quad 7990...

no worries dude. the symptoms you have described means there is a gpu that is unresponsive, and the driver is stuck in iowait trying to communicate with that gpu. there are a couple reasons for thi...
epixoip General Help 16 34,913 01-20-2014, 09:33 AM
    Thread: Please correct my command regarding on bruteforcing/mask attack
Post: RE: Please correct my command regarding on brutefo...

there is no -i in cpu hashcat. in cpu hashcat, -a 3 increments by default.
epixoip General Help 10 25,543 02-05-2014, 02:22 AM
    Thread: Mac OSX 10.8 and 10.9 Questions
Post: RE: Mac OSX 10.8 and 10.9 Questions

mode 1722 is OSX 10.7, which is salted, but non-iterated, sha512. mode 7100 is OSX 10.8+, which uses pbkdf2-hmac-sha512 with a variable number of iterations. therefore it is only logical that mode 710...
epixoip General Help 5 12,285 02-13-2014, 08:55 PM
    Thread: Password generation from HDD
Post: RE: Password generation from HDD

this seems like a really poor approach to crack sha512crypt. i would be hesitant to even use this approach with fast hashes. you will end up with all sorts of garbage and bullshit in your "wordlist" ...
epixoip General Help 3 8,287 02-14-2014, 12:22 PM
    Thread: NTLM hash, how practical is it?
Post: RE: NTLM hash, how practical is it?

thread hijacking is against the rules, but since you asked so politely... your "ha.hash" file needs to just have the "[32-Char Hash]" portion of the line in it, nothing else. so just get rid of eve...
epixoip General Help 12 21,942 02-22-2014, 05:21 AM
    Thread: NTLM hash, how practical is it?
Post: RE: NTLM hash, how practical is it?

why are you using -m 5600? 5600 is NetNTLMv2, not NTLM.
epixoip General Help 12 21,942 02-22-2014, 01:19 PM
    Thread: NTLM hash, how practical is it?
Post: RE: NTLM hash, how practical is it?

NetNTLM is different from NTLM. Yes, -m 1000 is the correct mode. If you want to use ?a?a?a?a?a?a?a?a as your mask, then simply specify that mask on the command line.
epixoip General Help 12 21,942 02-22-2014, 11:58 PM