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: 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: 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
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: 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: 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 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: 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: 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: 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: make number list (hashcat-utils Tools)
Post: RE: make number list (hashcat-utils Tools)

This mask should do it: -1 3456789 09?1?d?d?d?d?d?d?d?d?d
atom General Help 2 5,803 11-03-2012, 10:59 AM
    Thread: Main concept for 2x7990 system
Post: RE: Main concept for 2x7990 system

I would do it completly different, but, you know that :)
atom Hardware 4 9,721 03-07-2012, 11:12 AM
    Thread: Main concept for 2x7990 system
Post: RE: Main concept for 2x7990 system

I just think cases to not fit really for GPGPU systems. And yeah, cheap motherboard and CPU.
atom Hardware 4 9,721 03-09-2012, 08:27 AM
    Thread: macOS - mask attack doesn't work
Post: RE: macOS - mask attack doesn't work

It's an opencl runtime problem. If possible try to update the driver. Anyway, not hashcats fault here.
atom hashcat 6 7,495 10-10-2016, 05:14 PM
    Thread: Macbook Pro starts at a decent speed but after a bit it is stuck at a low speed
Post: RE: Macbook Pro starts at a decent speed but after...

Please post the command line you are using
atom hashcat 1 1,323 03-10-2019, 06:24 PM
    Thread: Mac OSX Maverick pass hash
Post: RE: Mac OSX Maverick pass hash

https://web.archive.org/web/20140703020831/https://www.michaelfairley.co/blog/2014/05/18/how-to-extract-os-x-mavericks-password-hash-for-cracking-with-hashcat/
atom hashcat 1 2,306 06-25-2017, 02:30 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

Yeah a function or something
atom User Contributions 7 8,589 02-10-2017, 02:43 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

The thing is if you would have any experience in programming you wouldn't have said so. A function will not make it faster, it will make no difference at all. The compiler will recognize a fixed numbe...
atom User Contributions 7 8,589 02-10-2017, 03:00 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

It's not hard to understand if you know OpenCL in detail, Crypto schemes like PBKDF2 and how to optimize it as an attacker, HMAC and how to optimize it as an attacker, SHA1 and how to optimize it as a...
atom User Contributions 7 8,589 02-13-2017, 11:31 AM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

or something!
atom User Contributions 7 8,589 02-13-2017, 12:42 PM