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 [desc] Replies Views Posted
    Thread: how make charset?
Post: RE: how make charset?

that's the beauty and nice part of the flexibility of mask files (*.hcmask), you can just add however many mask you want, one after the other, line per line: if we would only consider a theoretical...
philsmd hashcat 3 696 07-14-2020, 07:31 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

Why do you use --force in your command line ? That's probably the biggest problem here. I didn't really understand what error you get. It's normal that a benchmark runs very quickly, it just tests ...
philsmd hashcat 10 1,330 07-31-2020, 04:42 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

either use: Code: -- hashcat -m 11600 -a 3 -w 3 --increment --increment-min 8 hash.txt myword?d?d?d?d?d?d -- or Code: -- hashcat -m 11600 -a 6 -w 3 --increment --increment-min 2 hash.txt...
philsmd hashcat 10 1,330 07-31-2020, 09:50 PM
    Thread: Sha512(pass.salt), 128char salt.
Post: RE: Sha512(pass.salt), 128char salt.

did you try -m 1710 = sha512($pass.$salt) ? see https://hashcat.net/wiki/doku.php?id=example_hashes there are some differences with length limits between optimized (using -O) and pure kernels (...
philsmd hashcat 2 505 07-31-2020, 10:22 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

Code: -- -O -a 3 -w 3 --increment --increment-min 10 --custom-charset2 456789 hash.txt myword?2?d?d?d?d?d --
philsmd hashcat 10 1,330 07-31-2020, 11:56 PM
    Thread: Exit status code
Post: RE: Exit status code

here we just need to distinguish between the process exit code ($? variable) and the status that hashcat internally uses: 1. if you check the process exit code, you need to follow this list: https://...
philsmd hashcat 3 651 07-16-2020, 11:27 AM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

you could use mask files https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files or just set -1 "012345 6789" for the first byte of your mask (i.e. any set of chars, charset, that ha...
philsmd hashcat 8 1,060 07-16-2020, 08:03 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

yeah, your command doesn't make sense to me at all. Why would you define all those custom charsets (-1 , -2 , -3 , -4) and only use ?4 in your mask ? That seems to be a misunderstanding/problem of ...
philsmd hashcat 8 1,060 07-16-2020, 08:29 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

it's just showing you a whole set (a range) of password candidates. The displayed password candidates in the "Candidates.#" line within the status output are neither meant to be complete, nor can they...
philsmd hashcat 4 737 07-20-2020, 01:46 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

you of course need to specify the hash type too (I was only focusing on custom charset and increments): Code: -- hashcat -m 11600 -a 3 -O -w 3 --increment --increment-min 10 --custom-charset2 4567...
philsmd hashcat 10 1,330 08-01-2020, 07:52 AM
    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: AxCrypt .axx files
Post: RE: AxCrypt .axx files

also depends a lot on how random the password is. if it is "just" a combination of 2-3 words from a small list of words, there might be a possibility of recoverying the password. If instead the pas...
philsmd hashcat 4 648 08-02-2020, 08:43 PM
    Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...

what attack type (-a x) ? What input ? How large is the mask/dict(s) ? Maybe try using this: Code: -- -S -- but the speed will/could suffer a lot with -S. I guess you could just optimize...
philsmd hashcat 5 712 08-02-2020, 11:34 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

in general, it only happens that both the left and right part of the "->" sign are equal if you are testing with only one password candidate... but it could also happen that by chance several (mangled...
philsmd hashcat 4 737 07-20-2020, 02:12 PM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Code: -- hashcat -m 1400 -a 3 -w 3 --hex-charset --custom-charset2 30 --custom-charset3 00 7627ffae5981fc58df32ea707d11d1acf72adc76d7b1a31b8a47c9fbd065a4a6 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?3?3?3?3?...
philsmd hashcat 4 706 07-24-2020, 07:23 PM
    Thread: How to configure Hashcat to append some data?
Post: RE: How to configure Hashcat to append some data?

Quote: -- But there is a problem running it. -- Why do you not just mention the error message ? I guess it's this: Quote: -- Integer overflow detected in keyspace of mask: ?2?2?2?2?2?2?2...
philsmd hashcat 4 706 07-25-2020, 08:20 AM
    Thread: ethereum scrypt
Post: RE: ethereum scrypt

unfortunately, there is no complete list. The problem in most cases isn't the hash format, but the algorithm that needs the "encrypted data" to make it possible to verify if the password is correct...
philsmd hashcat 4 708 07-27-2020, 12:18 PM
    Thread: Precomputing salt / debugging module files
Post: RE: Precomputing salt / debugging module files

Thank you very much for the hint about -m 21200 (which wasn't optimized to compute sha1($salt) within the host code once and only once per hash). I've suggested the change here and it was merged: http...
philsmd hashcat 2 713 07-29-2020, 09:27 PM
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says). The script doesn't work without specifying the sqlite file within t...
philsmd hashcat 5 817 08-03-2020, 12:01 PM