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 [asc] Forum Replies Views Posted
    Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length

example hashes can be found here: https://hashcat.net/wiki/example_hashes or use -m 600 --example-hashes posting hashes is against the forum rules (no matter what "problem" you have), you will g...
philsmd hashcat 4 1,617 10-18-2019, 11:47 AM
    Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length

it's not $blake2$ signature but $BLAKE2$ just try the example and see what happens. put the hash in a hash file, because depending on your operating system and shell $variable like $BLAKE2 will be...
philsmd hashcat 4 1,617 10-18-2019, 12:15 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

which --brain-client-features are you using ? you must be more precise when you make such statements
philsmd hashcat 9 2,508 10-17-2019, 06:19 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

furthermore, if you are looking for distributed cracking, you better consider using hashtopolis or similars (hashtopolis also has support for brain features as far as I know). brain is not meant to...
philsmd hashcat 9 2,508 10-17-2019, 06:25 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

no, this has nothing to do with --restore and -2 and -3 are also very different things (--custom-charset1 ... --custom-charset4). you need to specify --brain-client-features 1 or --brain-client-fea...
philsmd hashcat 9 2,508 10-17-2019, 06:28 PM
    Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

please be more specific: which OpenCL program are you talking about ? (you can't really compare it with a program that doesn't use OpenCL) also, did you try clinfo ?
philsmd hashcat 10 3,347 10-17-2019, 07:35 PM
    Thread: Exfiltration of target material
Post: RE: Exfiltration of target material

office2john.py 7z2hashcat.py blockchain2john.py bitcoin2john.py 1password2john.py itunes_backup2hashcat.pl etc it depends on your hash type they can be found on the internet very easily (jus...
philsmd hashcat 3 1,375 10-17-2019, 08:49 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

the default mask and custom charsets (--custom-charset1 ... --custom-charset4) are documented here: https://hashcat.net/wiki/doku.php?id=hashcat#default_values you would want something like --incr...
philsmd hashcat 9 2,733 10-17-2019, 03:29 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: reject bug when using wordlist + rule attack on WPA/WPA2 hash
Post: RE: reject bug when using wordlist + rule attack o...

rules are applied on GPU for performance reasons (after the fact, after the rejection routine) and we can't really filter each and every combination correctly on GPU (syncing this would be very comple...
philsmd hashcat 2 1,266 10-16-2019, 07:38 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

in the current directory from which you start the brain server: 1. brain.$session.ldmp for the hashed passwords dumps (hash database) 2. brain.$session.admp for the attack positions dumps (attack da...
philsmd hashcat 8 2,475 10-15-2019, 04:31 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

the files are only stored on the brain server (not the clients). there is a default --brain-client-features, namely --brain-client-features 2 . that means that if you do not specify any, it default...
philsmd hashcat 8 2,475 10-15-2019, 05:14 PM
    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: SCRYPT speed trouble
Post: RE: SCRYPT speed trouble

you need to INSTALL the runtime: https://software.intel.com/en-us/articles/opencl-drivers#cpu-section
philsmd hashcat 4 2,128 10-15-2019, 11:30 AM
    Thread: Brain and restore, possible bug/intentional feature ?
Post: RE: Brain and restore, possible bug/intentional fe...

well, the fact that you can't change the command line actually makes sense according to this: https://hashcat.net/faq#can_i_restore_a_hashcat_session Quote: -- the only parameters allowed -- ...
philsmd hashcat 1 810 10-14-2019, 11:34 AM
    Thread: Need assistance
Post: RE: Need assistance

no, this is not correct. it should only have one ".txt" in it hash.txt.txt is not the same as hash.txt in your screenshot it's very obvious that for instance example0.cmd is just listed as "exam...
philsmd hashcat 4 1,772 10-14-2019, 08:31 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

your other posts imply that you already solved this problem: https://hashcat.net/forum/thread-8715-post-46305.html#pid46305 you wouldn't be able to get that specific error message without being ab...
philsmd hashcat 3 1,718 10-13-2019, 09:25 AM
    Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...

did you try to setup the system for instance with only 2 GPUs and without using risers at all ? risers could introduce a lot of headaches for sure
philsmd hashcat 11 3,970 10-03-2019, 10:53 AM
    Thread: Rule debug to found plain
Post: RE: Rule debug to found plain

--debug-mode 4 --debug-file rule_debug.txt (see --help)
philsmd hashcat 4 1,949 10-18-2019, 08:19 PM
    Thread: Rule debug to found plain
Post: RE: Rule debug to found plain

it's appending to the file. you need to check the last lines or create a different file name what is your command ? just use --debug-file rule_debug512.txt or some random new file
philsmd hashcat 4 1,949 10-18-2019, 09:47 PM