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: Making it work on Ubuntu 15.04 + GeForce 8600 GT
Post: RE: Making it work on Ubuntu 15.04 + GeForce 8600 ...

Check out the previous version section here on the bottom of the page: https://hashcat.net/oclhashcat/ You may need to set back your system date to workaround the timebomb. PS: Update your hardw...
atom Old oclHashcat Support 5 10,000 05-09-2015, 12:01 PM
    Thread: Making Toggles
Post: RE: Making Toggles

hard to say, but i guess it will start to swap sooner or later.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 12,259 01-10-2012, 11:46 AM
    Thread: Making Toggles
Post: RE: Making Toggles

this script was made for the use up to 5 toggles, not more, and it works on there. ofc this can be written much more efficient.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 12,259 01-08-2012, 12:25 PM
    Thread: Mantle drivers
Post: RE: Mantle drivers

giveen Wrote: (02-02-2014, 04:31 PM) -- Quote: -- That 9x draw call gain means that the card can run more different shaders, and switch between more textures in every frame it draws. As the computin...
atom General Talk 5 13,655 02-02-2014, 04:59 PM
    Thread: Markov and Statsprocessor on the wiki
Post: RE: Markov and Statsprocessor on the wiki

Just one info (preview), the next version of statsprocessor will not make use of -t any longer since it will use a radical new concept which I think is much better.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 12,659 02-06-2013, 07:26 PM
    Thread: Markov Chains and hashcat.hcstat File
Post: RE: Markov Chains and hashcat.hcstat File

chicago-guy Wrote: (11-04-2012, 08:48 AM) -- 2) When hcstatgen creates the statistics for a corpus, is it a 0-gram or 1-gram analysis, i.e., does it just rank-order characters by position irrespectiv...
atom General Help 6 26,042 11-05-2012, 11:29 AM
    Thread: Markov stats questions
Post: RE: Markov stats questions

Please read this to get a first Idea of how to use it: https://hashcat.net/forum/thread-1291.html 1) No 2) There are different models. oclHashcat works with a different one, see thread above. 3) You ...
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 7,495 04-11-2013, 07:28 AM
    Thread: markprocessor question
Post: RE: markprocessor question

You can't do that with maskprocessor. I've written a small perl script for you. Code: -- for (my $i = 0; $i < 256; $i++) {   my $ones = 0;   for (my $j = 0; $j < 8; $j++)   {     nex...
atom hashcat 1 2,149 07-04-2017, 10:51 AM
    Thread: markprocessor question error
Post: RE: markprocessor question error

The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.
atom hashcat 1 2,687 07-04-2017, 10:53 AM
    Thread: markprocessor question password custom charset
Post: RE: markprocessor question password custom charset

You need to combine several tools to make this possible. Use maskprocessor to generate the dsa and ",$,^ and save them to separate files. Then use combinator.bin to join them and to create the final w...
atom General Talk 2 3,139 07-04-2017, 10:44 AM
    Thread: Mask attack
Post: RE: Mask attack

you are right, it is not possible. the only exceptions is if you are on linux. in this case you could use a file-fifo and use maskprocessor as sender.
atom Old hashcat Support 1 5,902 10-27-2011, 09:31 AM
    Thread: Mask Attack -> Approaching Final Keyspace
Post: RE: Mask Attack -> Approaching Final Keyspace

This is pebkac! Such a keyspace is done in no time: 10 * (4 ^ 12) = 167,772,160
atom hashcat 9 14,441 07-21-2016, 10:27 AM
    Thread: Mask Attack -> Approaching Final Keyspace
Post: RE: Mask Attack -> Approaching Final Keyspace

Yes, I already said it's pebkac.
atom hashcat 9 14,441 07-24-2016, 03:37 PM
    Thread: Mask attack for unique characters?
Post: RE: Mask attack for unique characters?

You're lucky I've recently added that feature to maskprocessor v0.69. You can control the number of concurrent chars with the -q parameter. You can get it here: https://hashcat.net/wiki/doku.php?id=mas...
atom Very old oclHashcat-plus Support 3 7,951 03-22-2013, 08:18 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

Should have cracked 8 length passwords. I tried locally and it worked fine
atom hashcat 3 3,836 02-16-2017, 07:29 PM
    Thread: Mask attack issues
Post: RE: Mask attack issues

If we both can't reproduce the issue, the chances that there's no issue is higher than it is user error
atom hashcat 3 3,836 02-16-2017, 09:28 PM
    Thread: Mask error?
Post: RE: Mask error?

hey ho.. i cant reproduce this locally, see my tests: Quote: -- root@sf:~/oclHashcat-plus-0.08# mkpasswd -m md5 panthers77 > hash root@sf:~/oclHashcat-plus-0.08# echo -n panthers77 | ./oclHashcat-...
atom Very old oclHashcat-plus Support 5 9,985 01-25-2012, 11:27 PM
    Thread: Mask error?
Post: RE: Mask error?

excellent find. i can confirm its a bug. i was able to reproduce this locally and i have already fixed it. it occours in -a 6 when the base word side is < length 8, because oclhashcat-plus reject...
atom Very old oclHashcat-plus Support 5 9,985 01-26-2012, 07:10 AM
    Thread: mask file for WPA
Post: RE: mask file for WPA

I've tested this but can't reproduce. How did you check the timers?
atom Old oclHashcat Support 6 9,624 11-19-2015, 12:10 PM
    Thread: mask for MAC Address
Post: RE: mask for MAC Address

i think you want this: Code: -- -1 ?dABCDEF ?1?1:?1?1:?1?1:?1?1:?1?1:?1?1 -- or your optimized version (which will not work if mobile devices are involved): Code: -- -1 ?dABCDEF 00:?1?1:?1?1:?...
atom Very old oclHashcat-lite Support 4 14,587 11-12-2011, 10:03 AM