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 Replies [desc] Views Posted
    Thread: Word generation to test cracking speed
Post: RE: Word generation to test cracking speed

So many things to comment on here... 1. Why are you using --force? 2. Why are you using -t 60? 3. Why are you defining a custom charset to a single character class? 4. Why are you defining a cus...
epixoip hashcat 4 2,788 10-30-2018, 01:53 AM
    Thread: how to make an attack
Post: RE: how to make an attack

https://hashcat.net/wiki/doku.php?id=combinator_attack#combinator_attack1
epixoip hashcat 4 2,139 06-24-2019, 12:26 AM
    Thread: Powercolor's HD7990
Post: RE: Powercolor's HD7990

yes. opencl will just see it as four tahiti devices, so oclHashcat would behave the same as if you had four 7970s.
epixoip Very old oclHashcat-plus Support 5 9,542 09-06-2012, 04:36 AM
    Thread: Powercolor's HD7990
Post: RE: Powercolor's HD7990

worth mentioning though that it would be cheaper to buy 4x 7970s than 2x 7990s, and 4x 7970s would require less power.
epixoip Very old oclHashcat-plus Support 5 9,542 09-06-2012, 04:41 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

Code: -- sed -rn 's/(.{16})(.{16})/\1\n\2/p' hashfile --
epixoip User Contributions 5 17,667 09-25-2012, 05:35 AM
    Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes

nice, very clever use of fold.
epixoip User Contributions 5 17,667 09-25-2012, 12:06 PM
    Thread: Why 7970 GHz Edition 6GB work like a 7970 classic ?
Post: RE: Why 7970 GHz Edition 6GB work like a 7970 clas...

can you explain what you mean by this? the amount of memory does not effect the speed, and especially not with lite since it uses no memory. it will work just like a normal 7970, just about 5% faster ...
epixoip Hardware 5 10,717 09-30-2012, 04:01 PM
    Thread: Why 7970 GHz Edition 6GB work like a 7970 classic ?
Post: RE: Why 7970 GHz Edition 6GB work like a 7970 clas...

ok. then yes, an overclocked "classic" 7970 will perform exactly like a Ghz Edition 7970.
epixoip Hardware 5 10,717 09-30-2012, 06:24 PM
    Thread: Hash type
Post: RE: Hash type

lol https://www.fra.se/jobb/utmaning.html
epixoip General Talk 5 14,428 10-01-2012, 06:39 PM
    Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?

incremental mode is no longer the default, so they have been replaced by --increment-min and --increment-max for use with -i
epixoip Very old oclHashcat-plus Support 5 11,226 10-03-2012, 03:53 AM
    Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?

none. just specify a six character mask.
epixoip Very old oclHashcat-plus Support 5 11,226 10-04-2012, 06:01 AM
    Thread: Why 7970 GHz Edition 6GB work like a 7970 classic ?
Post: RE: Why 7970 GHz Edition 6GB work like a 7970 clas...

nope, memory has nothing to do with it. even though 7970 runs at a higher clock rate, 6990 is faster because it has more stream processors. 6990 is a 5.1 TFLOPS card, vs 7970 which is only 4.3 TFLOP...
epixoip Hardware 5 10,717 10-06-2012, 09:16 PM
    Thread: MD5(Unix) bug
Post: RE: MD5(Unix) bug

hm, cayman running at 950Mhz... classic asic hang caused by overclocking :)
epixoip Very old oclHashcat-plus Support 5 10,038 10-16-2012, 01:12 AM
    Thread: Basic Questions - Hashs
Post: RE: Basic Questions - Hashs

jharris473 Wrote: (10-18-2012, 07:13 PM) -- Sorry for such a basic question - How does hashcat actually get "hashes" from a Windows network. The network is "switched-based". Please, any help is app...
epixoip General Help 5 9,892 10-19-2012, 09:00 AM
    Thread: NT Passworder
Post: RE: NT Passworder

this isn't a hacking forum.
epixoip General Talk 5 12,284 11-04-2012, 02:01 PM
    Thread: Does anybody know...
Post: RE: Does anybody know...

I'm probably not very qualified to answer questions on this, but the large rig is a TYAN FT77B7015 barebones, and the other systems in the cluster are Chenbro RM41300-FS81 + Gigabyte GA-990FXA-UD7. Th...
epixoip General Help 5 10,896 12-11-2012, 08:41 PM
    Thread: Does anybody know...
Post: RE: Does anybody know...

You can read about InfiniBand on Wikipedia: https://en.wikipedia.org/wiki/Infiniband From what I hear, there is no master node; the guy runs the broker on a compute node. You can see more in the slide...
epixoip General Help 5 10,896 12-11-2012, 08:59 PM
    Thread: How to configure mask attack
Post: RE: How to configure mask attack

define a custom charset that contains both loweralpha and digits, then build your mask with that custom charset. e.g., Code: -- -1 ?l?d ?1?1?1?1?1?1?1?1 -- you can expect it to be slow as dogshit.
epixoip General Help 5 16,696 12-20-2012, 08:44 PM
    Thread: mcrypt decryption
Post: RE: mcrypt decryption

first, we crack hashes, not encryption. second, an attacker wouldn't have to crack the passwords. they would simply run all of the passwords in your database back through your function with your key,...
epixoip General Help 5 11,907 12-23-2012, 09:41 PM
    Thread: mcrypt decryption
Post: RE: mcrypt decryption

I'm sorry, I just assumed that since you provided absolutely no context, and since you posted it to the Support forum, that this somehow related to password cracking. In short, if you knew what you w...
epixoip General Help 5 11,907 12-23-2012, 10:46 PM