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: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

just install the dependency: Code: -- sudo apt install lsb-core -- The ubuntu version check can be ignored as far as I know
philsmd hashcat 5 844 08-26-2020, 02:15 AM
    Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found

do you now use the latest hashcat version ? which operating system do you use ?
philsmd hashcat 5 844 08-29-2020, 03:02 PM
    Thread: Intel CPU OpenCL with Radeon?
Post: RE: Intel CPU OpenCL with Radeon?

You should really read about the new options, like "--opencl-device-types 1,2" etc
philsmd hashcat 3 15,338 06-29-2016, 09:52 PM
    Thread: Integer overflow error
Post: RE: Integer overflow error

No, this is correct. The number of password candidates is way too huge. Just do the math ?a has 95 characters. If we have a length of 15, we have 95^15. The result of 95*95*95*95*....*95 (15 times) ...
philsmd hashcat 5 3,907 02-14-2018, 08:37 AM
    Thread: Integer overflow error
Post: RE: Integer overflow error

I think it is the other way around. If we look at the file docs/changes.txt it mentions that the integer overflow check was first introduced with version 3.40 of hashcat. This is why you don't see t...
philsmd hashcat 5 3,907 02-14-2018, 09:20 AM
    Thread: Integer overflow detected
Post: RE: Integer overflow detected

try the beta from https://hashcat.net/beta
philsmd hashcat 10 2,734 01-29-2020, 03:03 PM
    Thread: Insufficient memory
Post: RE: Insufficient memory

use -a 0 instead the wrong one you used is not for dictionary attack (see --help output)
philsmd hashcat 13 4,152 10-16-2019, 10:35 AM
    Thread: Insufficient memory
Post: RE: Insufficient memory

what is your command ? make sure that you do not confuse the hash file with the dictionary file. If you specify the command line parameters in the wrong way, errors like the one you see could ha...
philsmd hashcat 13 4,152 10-15-2019, 07:38 AM
    Thread: Insufficient memory
Post: RE: Insufficient memory

what's your command and what is the content of the files ? how large are the files and what do they contain. Read more about mask attack here: https://hashcat.net/wiki/?id=mask_attack
philsmd hashcat 13 4,152 10-19-2019, 09:08 AM
    Thread: installation problems
Post: RE: installation problems

see https://hashcat.net/forum/thread-4952-post-27768.html#pid27768
philsmd General Help 1 3,637 01-07-2016, 04:16 PM
    Thread: input file format
Post: RE: input file format

According to the forum's rules you are not allowed to post hashes! Read the rules here: https://hashcat.net/forum/announcement-2.html I give you 1 week to read them. After the week you might be mo...
philsmd General Help 1 5,098 01-22-2015, 07:16 PM
    Thread: input file format
Post: RE: input file format

You can find the hash format for all the supported hash types here: https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd Old hashcat Support 1 13,283 11-05-2015, 10:27 AM
    Thread: Injecting candidates /re-reading pot
Post: RE: Injecting candidates /re-reading pot

@truekonrads it seems that the idea is very good... I discussed this a little bit w/ atom now and of course we also see the benefits of such a feature. It is currently not supported and the main pro...
philsmd Very old oclHashcat-plus Support 5 9,772 11-11-2013, 06:05 PM
    Thread: INFO: removed 1 hash found in pot file
Post: RE: INFO: removed 1 hash found in pot file

You either use a new session (name) --session OR use --potfile-disable to disable the .pot file check (and writing) at all
philsmd Old oclHashcat Support 4 18,849 03-26-2015, 11:31 PM
    Thread: INFO: removed 1 hash found in pot file
Post: RE: INFO: removed 1 hash found in pot file

You can't use --remove then, or at least you need to have the original hash list If you have the original hash file, then just run something like this: oclHashcat64.exe -m 21 --show --session all "C:...
philsmd Old oclHashcat Support 4 18,849 03-27-2015, 01:03 AM
    Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password

... or hashcat mask files (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files) ... or salted hash types instead of unsalted ones (if there are alternative -m modes available for that...
philsmd hashcat 2 2,038 05-12-2018, 12:42 PM
    Thread: increment function: how can i start not from 1?
Post: RE: increment function: how can i start not from 1...

all the necessary information is generally in the --help output: Code: -- --increment-min 3 --
philsmd hashcat 3 456 08-02-2020, 12:50 PM
    Thread: increment function: how can i start not from 1?
Post: RE: increment function: how can i start not from 1...

yeah, sure, both are needed. --increment just enables the increment feature, while --incement-min and --increment-max are optional command line parameters that allow to set the increment limits.
philsmd hashcat 3 456 08-02-2020, 02:20 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu...
philsmd Old hashcat Support 9 16,844 06-02-2013, 03:15 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all). I'm not sure if you understood what I meant by saying the stdout is t...
philsmd Old hashcat Support 9 16,844 06-02-2013, 04:22 PM