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: Using eGPU with hashcat
Post: RE: Using eGPU with hashcat

Maybe this? https://twitter.com/RuraPenthe0/status/1080929037785157632
atom Hardware 13 10,187 02-13-2019, 05:19 PM
    Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...

You're right the information on the wiki is not fully correct. Use bs=512 count=4097 (not a typo)
atom hashcat 3 865 03-29-2020, 02:36 AM
    Thread: Using & amersand in character set
Post: RE: Using & amersand in character set

this is something caused by your shell. if you are on linux, put quote it with '?u?d_??@%-#&'
atom General Help 1 5,079 06-17-2012, 10:32 AM
    Thread: usernames when insert hash list ?
Post: RE: usernames when insert hash list ?

With oclHashcat-plus, just add the --username switch to tell oclHashcat-plus that your hashlist contains usernames.
atom Feature Requests 3 9,701 04-09-2012, 01:15 PM
    Thread: usernames when insert hash list ?
Post: RE: usernames when insert hash list ?

Try with the --show switch when the cracking session is finished.
atom Feature Requests 3 9,701 04-09-2012, 01:34 PM
    Thread: username:hash:salt
Post: RE: username:hash:salt

Is this about hashcat or oclHashcat-plus? If first, there is no support for --username and --show, if second, you can simply use --username to tell oclHashcat-plus to ignore the username.
atom Old hashcat Support 4 9,863 10-26-2012, 10:02 AM
    Thread: User:plain output
Post: RE: User:plain output

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 3 3,581 09-17-2017, 01:27 PM
    Thread: USER:HASH Plain Text
Post: RE: USER:HASH Plain Text

root@et:~/oclHashcat-1.34# cat hash [email protected]:81dc9bdb52d04dc20036dbd8313ed055 root@et:~/oclHashcat-1.34# cat oclHashcat.pot 81dc9bdb52d04dc20036dbd8313ed055:lala root@et:~/oclHashcat-1.34#...
atom Old hashcat Support 5 10,945 03-02-2015, 12:03 PM
    Thread: Use rules only on selected dictionaries
Post: RE: Use rules only on selected dictionaries

What's wrong with that solutions, it's pretty good use of hashcat. You can improve it by using | instead of > to not write the data to disc but to pipe it to the 2nd process.
atom General Talk 4 4,675 05-21-2017, 01:14 PM
    Thread: Use of multiple GPUs
Post: RE: Use of multiple GPUs

task manager data is invalid, try with afterburner
atom General Talk 2 4,185 09-20-2017, 12:52 PM
    Thread: Use of .hcchr files
Post: RE: Use of .hcchr files

There is no way to add additional chars to charset files, you must edit them. Copy the one you want to edit to a new file and edit inside there
atom Very old oclHashcat-plus Support 2 8,041 09-12-2013, 01:24 PM
    Thread: Use of "/" slash in mask
Post: RE: Use of "/" slash in mask

There's also --hex-charset
atom hashcat 3 2,804 08-14-2018, 01:29 PM
    Thread: Use hashcat with a dictionary of big words
Post: RE: Use hashcat with a dictionary of big words

Total wrong approach. If your algorithm creates 128 byte intermediate values you need to handle that inside a dedicated kernel for that algorithm.
atom hashcat 4 5,765 12-18-2016, 05:11 PM
    Thread: Use hashcat with a dictionary of big words
Post: RE: Use hashcat with a dictionary of big words

Yes, block size for sha1 is 64, but if the data part is >= 55, then it requires two calls to sha1 transform because of merkle-demgard construct.
atom hashcat 4 5,765 12-22-2016, 02:49 PM
    Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation

https://twitter.com/hashcat/status/770649376955990016?lang=en Use -m 14000
atom hashcat 8 13,008 03-31-2017, 03:44 PM
    Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation

Please see the wiki for example tutorials, videos, etc
atom hashcat 8 13,008 04-01-2017, 10:20 AM
    Thread: Use CPU and GPU
Post: RE: Use CPU and GPU

bad suggestion, will not do it
atom Feature Requests 6 25,883 03-22-2012, 07:27 PM
    Thread: Use CPU and GPU
Post: RE: Use CPU and GPU

sonny Wrote: (03-23-2012, 03:09 AM) -- I don't really know but if I had to make a guess, cpu doesn't even come close to gpu's horsepower so the added benefits is not close to the added negativity whi...
atom Feature Requests 6 25,883 03-23-2012, 09:52 AM
    Thread: Usage of --increment-min ?
Post: RE: Usage of --increment-min ?

I can reproduce this bug. Thanks for reporting!
atom Very old oclHashcat-plus Support 3 11,255 09-22-2012, 11:15 AM
    Thread: Usage
Post: RE: Usage

you have two errors: a) the signature unmatched error occours because you have specified a wrong -m mode (must be 0). make sure you switched it to MD5 in GUI b) the md5sum of "lol" is 9cdfb439c7876e...
atom Old hashcat Support 2 17,286 09-28-2010, 02:21 PM