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 Author Forum Replies [desc] Views Posted
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

I would suggest you reduce your rule file to the bare minimum needed to reproduce this behaviour and post the few lines here. As far as I understood, it could be a "bug" regarding the rules !?
philsmd General Help 15 33,317 04-14-2013, 11:05 AM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Mystery solved! Try: Code: -- echo -en "elec@\00"|md5sum 9a214e678ed4e501d1576326ce84b41c *- -- So the string terminator \0 is included into the "search string" when the 'x rule has a lengt...
philsmd General Help 15 33,317 04-14-2013, 12:27 PM
    Thread: Is it a md5 colision ?
Post: RE: Is it a md5 colision ?

Trac ticket and further discussion about possible solutions are located here: https://hashcat.net/trac/ticket/154
philsmd General Help 15 33,317 06-01-2013, 03:50 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

guys please... if the error is (simplified) "command line argument 1 is missing, please provide it", we don't need to discuss this issue in 5+ posts, do we? Just provide the argument that is requested...
philsmd General Talk 15 30,804 11-20-2013, 08:38 PM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

First of all, the topic of this thread is really disgusting. The problem at the other hand, is very easy and you should probably easy understand it (indeed here: https://hashcat.net/forum/thread-3518...
philsmd Old oclHashcat Support 15 29,451 07-03-2014, 08:00 AM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

Seems you didn't get it. Therefore I will explain it again with an example: sha1_hex (sha1 ($pass)) == the one you NEED Code: -- $ echo -en "A\x00B\x00C\x00" | sha1sum # first 'iteration' ...
philsmd Old oclHashcat Support 15 29,451 07-03-2014, 10:29 AM
    Thread: oclHashcat v1.30
Post: RE: oclHashcat v1.30

@forumhero, what exactly is terrible about 130 MH/s @ descrypt for a R9 290x ? You might have already noticed that there are no k (kilo), M (mega), G (giga) etc indications in all of the above cha...
philsmd Old oclHashcat Announcements 15 59,504 09-02-2014, 10:43 PM
    Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?

mask work position-wise, you need to specify the built-in or custom charset (or hardcoded char) for each and every position so this should work: cudaHashcat64.exe -a 3 -m 400 hascc.hash hashca?l ...
philsmd Old oclHashcat Support 15 18,779 08-13-2015, 02:35 PM
    Thread: Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
Post: RE: Warnings in hashcat v3 not present in cudaHash...

Afaik, you also need to set the coolbits to 12, as mentioned in several tuning "howtos" on the forum: e.g. https://hashcat.net/forum/thread-3717-post-23470.html#pid23470 (not sure if that specific how...
philsmd hashcat 15 20,489 07-26-2016, 10:01 AM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

you need to use -m 11600 for 7-zip If you see the message "No hashes loaded" it is not the actual message we are interested in here. The error message that is responsible for letting you know what...
philsmd hashcat 15 12,598 11-13-2017, 09:29 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

somehow you managed to again not post the actual error message. The error message should be shown/explained after the hash within the line: Hashfile '../john.hash' on line 1 (hash): ERROR_MESSAGE ...
philsmd hashcat 15 12,598 11-13-2017, 10:34 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

are you sure that you are using the latest version of 7z2hashcat from https://github.com/philsmd/7z2hashcat/ ?
philsmd hashcat 15 12,598 11-13-2017, 11:36 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

I think to understand this problem we might first need to get rid of that long hash within the error message. A patch like this might help for the time being: Code: -- diff --git a/src/hashes.c b...
philsmd hashcat 15 12,598 11-14-2017, 12:19 AM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

damn. salt-value exception could happen in several situations. It seems there is either something wrong with your hash or the hashcat parser for some strange reason (mistakenly?) rejects it. If you...
philsmd hashcat 15 12,598 11-14-2017, 10:40 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ...
philsmd hashcat 15 20,288 11-24-2017, 09:40 AM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Please try with https://hashcat.net/beta/
philsmd hashcat 15 9,382 01-19-2018, 05:13 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Can you please give clear instruction on how to reproduce this? Do you just run "./hashcat64.bin --restore" and it immediately gives you the "Restore value is greater than keyspace." error ? Does i...
philsmd hashcat 15 9,382 01-22-2018, 03:46 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

walterlacka do you also run it without --restore? can you provide the full details (number of masks) and the .restore file? does it always stop at the same mask? If you upload the .restore file we w...
philsmd hashcat 15 9,382 03-16-2018, 07:34 PM
    Thread: Safe power draw
Post: RE: Safe power draw

As epixoip mentioned there is a limit for several OpenCL drivers that each memory allocation can't be more than 1/4 of the available VRAM. if you, in theory, allocate 4 times (multiple times) you have...
philsmd Hardware 15 10,810 10-17-2018, 08:59 AM
    Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime

you probably have a Intel CPU in addition to your GPU. If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too. Does cracking ...
philsmd hashcat 15 47,098 02-01-2019, 12:14 PM