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 [desc] Replies Views Posted
    Thread: Thoughts on VCL-HashCat
Post: RE: Thoughts on VCL-HashCat

VCL is a generic OpenCL clustering platform. It's not designed around Hashcat, nor was it even designed for password cracking. There are more efficient ways of distributing load, sure. But this is a g...
epixoip General Talk 1 5,796 02-03-2013, 12:57 AM
    Thread: Ticket Tracing system
Post: RE: Ticket Tracing system

possibly. the database got corrupted. not sure where atom's at with that, or what will happen.
epixoip General Talk 21 37,697 02-07-2013, 12:54 PM
    Thread: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !

yeah, 5xxx series cards still provide the best bang for the buck. the btc community has done a really good job tracking the economics of gpus over the years. check out the Mhash/s/$ column on https:/...
epixoip General Talk 12 33,111 02-11-2013, 02:07 PM
    Thread: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !

well, moore's law is projected to taper off this year, and gpus seem to have tracked moore's law better than cpus.
epixoip General Talk 12 33,111 02-11-2013, 03:19 PM
    Thread: Can't Register over HTTPS
Post: RE: Can't Register over HTTPS

radix, the captcha on the registration page is hard-coded to load over http. Code: -- -- this causes it not to be displayed when loading over https.
epixoip General Talk 5 10,402 02-14-2013, 03:49 AM
    Thread: Collision or Wrong Hash Type?
Post: RE: Collision or Wrong Hash Type?

they are certainly not collisions. you cannot generate an md5 collision with only 6 bytes of input data. you need at least 64 bytes. and if you are cracking hashes, then you certainly have the right a...
epixoip General Talk 2 8,282 02-24-2013, 07:37 PM
    Thread: Hello and really need help with a wordlist
Post: RE: Hello and really need help with a wordlist

combinator.bin from hashcat-utils.
epixoip General Talk 5 12,475 02-26-2013, 08:55 PM
    Thread: Hello and really need help with a wordlist
Post: RE: Hello and really need help with a wordlist

to output to a file just use a redirect.
epixoip General Talk 5 12,475 02-26-2013, 11:43 PM
  Exclamation Thread: Passwords13 Las Vegas CFP
Post: Passwords13 Las Vegas CFP

Passwords13 Las Vegas Call For Papers is now open! Deadline for submissions is 23:59 PST on May 17, 2013. The earlier you submit, the more of a chance your talk will be selected. Conference website...
epixoip General Talk 3 8,278 03-02-2013, 12:24 PM
    Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...

Making assumptions about the input size allows us to do length-specific optimizations. Using MD5 as an example, an MD5 block only holds 64 bytes of input data if you are using a multi-block implement...
epixoip General Talk 6 15,130 03-10-2013, 12:58 PM
    Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...

NeonFlash, here's an illustration of how much this optimization is good for. Using the example code above, optimized for length 8: Code: -- epixoip@ike:$ ./md5substr_len8 babeface Using 4 threads, ...
epixoip General Talk 6 15,130 03-10-2013, 02:20 PM
    Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...

NeonFlash Wrote: (03-10-2013, 04:42 PM) -- Whatever is the size of input data, the 64 bit representation of the length will always be appended to the data. -- 32bit, there are not any 64bit words i...
epixoip General Talk 6 15,130 03-11-2013, 02:30 AM
    Thread: Looking to Learn
Post: RE: Looking to Learn

Quote: -- I've used some hash lists from korelogic's crack me if you can contest, and I've had some minor successes. -- cmiyc hashes probably aren't the best starting point, unless you're using the...
epixoip General Talk 2 9,944 03-20-2013, 03:07 PM
    Thread: mixed GPU - Just for the fun
Post: RE: mixed GPU - Just for the fun

you should not use crossfire with gpgpu.
epixoip General Talk 4 9,345 04-07-2013, 05:48 PM
    Thread: All Chars = Big Chaos
Post: RE: All Chars = Big Chaos

with odd plains like this it's good to use one of the outfile formats that include hex_plain hitting enter on an html form won't actually append a line feed, unless it's a multiline text box. it's mo...
epixoip General Talk 8 14,743 04-30-2013, 07:44 PM
    Thread: All Chars = Big Chaos
Post: RE: All Chars = Big Chaos

you will still get the blank lines, yes. there is no avoiding that...
epixoip General Talk 8 14,743 05-01-2013, 04:55 PM
    Thread: oclHashCat-plus64 MD5(unix) cracking help
Post: RE: oclHashCat-plus64 MD5(unix) cracking help

blind leading the blind. if you don't specify a mask in mask mode, it uses the default built-in mask, which is almost never what you want. if all you want to do is incrementally brute force all char...
epixoip General Talk 19 54,077 05-01-2013, 10:52 PM
    Thread: oclHashCat-plus64 MD5(unix) cracking help
Post: RE: oclHashCat-plus64 MD5(unix) cracking help

last, i knew, it was: -1 ae10i2onrls938t45m67cdyhubkgpjvfwzAxEILORNSMTCDBqHYKUPGJFVWZXQ -2 ae10i2onrls938t45m67cdyhubkgpjvfwzxq -3 ae10i2onrls938t45m67cdyhubkgpjvfwzx._q!-*@ -4 1029384567 ?1?2?2?2?...
epixoip General Talk 19 54,077 05-01-2013, 11:22 PM
    Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file

hashcat does not support this algorithm. and office2john.py is specific to john the ripper, hence the script's name.
epixoip General Talk 9 40,068 05-20-2013, 09:32 AM
    Thread: Obtain a Hash from a Excel 2007 file
Post: RE: Obtain a Hash from a Excel 2007 file

taratota Wrote: (05-20-2013, 09:37 AM) -- Maybe I'm wrong... ;) -- yes, you're wrong. it's not near as simple as you think it is.
epixoip General Talk 9 40,068 05-20-2013, 01:58 PM