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 [desc] Author Forum Replies Views Posted
    Thread: $HEX[...]
Post: RE: $HEX[...]

it's an encoding error on your part. your terminal is probably UTF8, and that string isn't. Code: -- epixoip@token:~$ printf "\x45\x46\x45\xc7\x49\x4e\x41\x52" | md5sum f54198dc47cf5cd61202b867...
epixoip Old oclHashcat Support 3 7,777 06-14-2014, 11:16 AM
    Thread: $P$B8... first time, GPU nVdia, Dual Core:DHCP
Post: RE: $P$B8... first time, GPU nVdia, Dual Core: How

kasmi.achmed Wrote: (11-05-2012, 08:54 PM) -- I got a fast nVidia Cuda GPU -- If there is such a thing as a fast Nvidia GPU, the GTX 460 sure ain't it.
epixoip Very old oclHashcat-lite Support 8 15,777 11-05-2012, 11:24 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,209 01-09-2014, 03:28 AM
    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,209 01-09-2014, 03:31 AM
    Thread: --debug option
Post: RE: --debug option

there would be no point in implementing it in oclHashcat. nor is it really feasible since the rule engine is on the GPU, not CPU. it would be much slower than just using --debug with cpu hashcat.
epixoip Beta Tester 8 10,389 02-05-2014, 11:33 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,222 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,222 10-04-2012, 06:01 AM
    Thread: --remove ?
Post: RE: --remove ?

You can't use --show after using --remove, as --show will have nothing to show since you used --remove to remove the cracked hashes from the list. There will be no matching entries in the hash list, t...
epixoip Old oclHashcat Support 5 7,869 05-28-2015, 04:41 AM
    Thread: --show doesnt work
Post: RE: --show doesnt work

--show works fine, your command is likely incorrect. Maybe post your command so we can see what you're doing wrong. Also see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_...
epixoip Old oclHashcat Support 6 7,720 03-23-2016, 08:04 AM
    Thread: --show doesnt work
Post: RE: --show doesnt work

literally lol'd at .dank
epixoip Old oclHashcat Support 6 7,720 03-23-2016, 08:30 AM
    Thread: -1% utilization issue with cudahashcat
Post: RE: -1% utilization issue with cudahashcat

not sure about why it's reporting -1%, but all the other issues (autotuned to 1, low utilization) indicate you are not giving it enough work to do.
epixoip Very old oclHashcat-plus Support 6 11,931 08-12-2013, 03:28 AM
    Thread: -a 6 crashing ?!
Post: RE: -a 6 crashing ?!

ouch, that command line is a mess. so, first things first: why are you using --force? if you are using --force because you are using an unsupported driver, then that is likely your problem. please ...
epixoip Beta Tester 6 6,116 07-07-2013, 03:12 AM
    Thread: -m 100 and AVX or XOP build hashcat 0.46 issue
Post: RE: -m 100 and AVX or XOP build hashcat 0.46 issue

can you please open a ticket on trac for this issue?
epixoip Old hashcat Support 2 7,900 06-27-2013, 01:46 PM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Very cool, good job
epixoip hashcat 9 3,934 05-02-2019, 06:25 AM
    Thread: -m 20 = -m 21 ??
Post: RE: -m 20 = -m 21 ??

https://www.quickmeme.com/img/e2/e2d278c546432c8b0a30ce8982752deb56d0249aff996c923378fdf2524a5981.jpg
epixoip General Help 1 4,111 05-27-2015, 04:55 AM
    Thread: -m 20 salt length
Post: RE: -m 20 salt length

single md5 block is only 55 bytes so you'd need a generic multiblock md5 implementation
epixoip Old hashcat Support 2 4,194 12-11-2015, 12:15 AM
    Thread: -t option statsprocessor
Post: RE: -t option statsprocessor

https://hashcat.net/forum/thread-1274-post-7000.html#pid7000
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 14,422 09-01-2013, 12:15 PM
    Thread: -t option statsprocessor
Post: RE: -t option statsprocessor

ah sorry, that's in the beta tester forum. basically the threshold parameter defines the maximum number of characters to be added to the Markov table. it's used for keyspace reduction, e.g. for an ...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 14,422 09-01-2013, 12:33 PM
    Thread: -t option statsprocessor
Post: RE: -t option statsprocessor

well, it wouldn't be random letter combinations. they would be probabilistically-ordered. but yes, it would only try the 26^8-th most probable combinations, without trying the more unlikely ones.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 14,422 09-01-2013, 12:59 PM
    Thread: -t option statsprocessor
Post: RE: -t option statsprocessor

i didn't actually read his example, but yes, it would be the same thing. and both would be probabilistically ordered regardless. and in both cases you do not need --pw-max regarding how you're calc...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 14,422 09-02-2013, 08:39 AM