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 [asc] Replies Views Posted
    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
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

don't post hashes here, see https://hashcat.net/forum/announcement-2.html I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of...
philsmd hashcat 5 817 08-04-2020, 01:09 AM
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

well, it's difficult to say. we would need to have the exact algorithm with input and output (masked hashes if really needed, but first let's discuss it in more detail... also see forum rules which do...
philsmd hashcat 4 680 08-04-2020, 09:44 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The file does not exist. Just use a forum search for simple problems like this. "Hash" means that it's a literal hash, while "Hash File" means that it's trying to load a file. If the file is ...
philsmd hashcat 43 4,390 07-30-2020, 07:28 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The good thing about mathematics is that it's very easy to see if something is proven to be impossible / infeasible, the values and results of calculations are hard facts, very easy to spot how huge t...
philsmd hashcat 43 4,390 07-31-2020, 08:37 AM
    Thread: Brute Forcing LM/NTLM with non ASCII Characters
Post: RE: Brute Forcing LM/NTLM with non ASCII Character...

if you want to change kernel files that are using sha512_update_global_utf16le_swap into kernel files that use sha512_update_global_swap (without utf16le), you would need to change it for every attack...
philsmd hashcat 2 538 07-31-2020, 04:35 PM
    Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...

did you try -S ? maybe a solution is to pre-compute something to generate a larger dict from the small dict. pipe could also be an option, but let's be honest both -S and pipes normally are only be...
philsmd hashcat 5 712 08-04-2020, 09:47 PM
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

we are very sceptical about identifying hashes with those tools just by doing some regular expressions. They either provide just a too long list of possibilities or totally wrong / stupid results. ...
philsmd hashcat 4 680 08-05-2020, 12:17 AM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

there are two problems here, but the main problem is the driver setup problem. We saw this problem a couple of times in the past where it seems that hashcat crashes on the "Initializing" line, but ...
philsmd hashcat 10 1,330 07-31-2020, 06:28 PM
    Thread: hashcat found MD5 plaintext but it is not correct not sure why
Post: RE: hashcat found MD5 plaintext but it is not corr...

first of all, it's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html You will get banned for this action from this forum. There is kind of a zero tolerance policy,...
philsmd hashcat 2 474 08-01-2020, 09:22 AM