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 [asc] Author Forum Replies Views Posted
    Thread: How to extract zip?
Post: RE: How to extract zip?

PKZIP format is a mess. We looked at implementing it on GPU and it was a bucket of NOPE. I mean we'll eventually need to get around to it, but the LOE is massive.
epixoip hashcat 9 36,024 07-28-2016, 08:35 PM
    Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: RE: How to extract a hash (VNC, SSH2 or SMB) from ...

it's not descrypt, no. the challenge is bit-flipped and encrypted with a single round of des. https://raw.github.com/magnumripper/JohnTheRipper/unstable-jumbo/src/vnc_fmt_plug.c https://www.vidarhole...
epixoip General Help 13 69,959 03-30-2013, 11:49 AM
    Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?

use combinator3 from hashcat-utils and pipe it into cudaHashcat
epixoip Old oclHashcat Support 6 8,446 01-16-2015, 02:21 PM
    Thread: How to emulate 3 dictionaries?
Post: RE: How to emulate 3 dictionaries?

You should have been more specific in your original question, and then you would have received a specific answer. Instead your question was vague and generic, so I gave you a generic reply. YMMV.
epixoip Old oclHashcat Support 6 8,446 01-16-2015, 04:01 PM
    Thread: How to do a real-brute-force ?
Post: RE: How to do a real-brute-force ?

No. You're not specifying a mask, so it's using the builtin mask as documented on the wiki: https://hashcat.net/wiki/doku.php?id=oclhashcat#default_values To do a "full lower-case alphabet brute-...
epixoip Old oclHashcat Support 1 3,702 08-14-2015, 11:04 PM
    Thread: how to cracking with mobility vga card (laptop)
Post: RE: how to cracking with mobility vga card (laptop...

what OS? what driver?
epixoip General Help 5 9,782 03-21-2013, 04:45 PM
    Thread: how to crack MD5 middle with MASK attacking mode?
Post: RE: how to crack MD5 middle with MASK attacking mo...

what you are looking to do is not supported by hashcat
epixoip Old hashcat Support 5 11,642 12-10-2014, 06:08 AM
    Thread: how to crack MD5 middle with MASK attacking mode?
Post: RE: how to crack MD5 middle with MASK attacking mo...

hm didn't know atom implemented that, or how exactly he did implement it. maybe he can chime in on exactly how it works.
epixoip Old hashcat Support 5 11,642 12-10-2014, 09:19 AM
    Thread: How to crack iTunes backup password with hashcat?
Post: RE: How to crack iTunes backup password with hashc...

It's in a plist file. Use google and stop hijacking threads.
epixoip General Help 7 29,801 06-16-2016, 11:16 PM
    Thread: How to crack hasches in a List, second collum
Post: RE: How to crack hasches in a List, second collum

You can use the --username switch.
epixoip Old oclHashcat Support 4 6,284 11-17-2015, 12:13 PM
    Thread: How to crack discuz x2 password ?
Post: RE: How to crack discuz x2 password ?

a little bit of googling suggests it uses md5(md5(pass).salt) which is the same as vbulletin, so try using one of the two vbulletin modes (i'm not sure which is which.)
epixoip Very old oclHashcat-lite Support 3 15,698 07-08-2012, 02:31 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: How to compile hashcat using vs2010?
Post: RE: How to compile hashcat using vs2010?

Windows builds are currently cross compiled from Linux using mingw32. I presume (possibly extensive) modifications would be needed to get it to build under Visual Studio.
epixoip General Help 4 8,962 12-22-2015, 09:50 AM
    Thread: How to compile hashcat using vs2010?
Post: RE: How to compile hashcat using vs2010?

No, we have no ideas about this. If you're experienced with Visual Studio, you should be able to figure it out. But we have no experience with Visual Studio. The way we build hashcat can be found in d...
epixoip General Help 4 8,962 12-22-2015, 10:30 AM
    Thread: How to check this is true password
Post: RE: How to check this is true password

RAR archives do not contain a password hash. Rather, the password supplied by the creator is passed through a password-based key derivation function, which is used to generate an encryption key. The R...
epixoip General Help 4 10,559 10-09-2014, 03:30 PM
    Thread: how to calculate possible Bitcoin-Mining revenue
Post: RE: how to calculate possible Bitcoin-Mining reven...

gpu mining is long dead. you missed the boat by a couple years. also incredibly off topic.
epixoip Hardware 1 4,959 10-16-2014, 07:18 PM
    Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?

your mask is correct (great job on that by the way, most people who are new to hashcat do not pick up on masks so quickly), you just need to add --pw-min 8 Code: -- hashcat-cli32 -a 3 -o found.t...
epixoip Old hashcat Support 4 11,433 06-05-2013, 12:26 AM
    Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?

Szulik Wrote: (06-05-2013, 07:29 PM) -- epix i thing that You dont understand question ;] ?l2013 isnt pw-min 8 Guy need to find word with string "2013" it can be "e2013" witch dont have 8 chars leng...
epixoip Old hashcat Support 4 11,433 06-06-2013, 12:29 AM
    Thread: how to brute a few handshakes ?
Post: RE: how to brute a few handshakes ?

why are you hijacking this guy's thread?
epixoip Old oclHashcat Support 6 9,511 12-04-2014, 11:21 PM
    Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?

M@LIK Wrote: (10-21-2012, 10:35 PM) -- If you want to make "Sup3rThinkers" out of "sup3r" in dict1 and "thinkers" in dict2, you would run: Code: -- -plus ... -a1 -j u -k u ... dict1 dict2 -- -- rul...
epixoip General Help 12 22,997 10-22-2012, 04:41 AM