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 Views [asc] Posted
    Thread: Help performing a mask-attack on 1 MD5
Post: RE: Help performing a mask-attack on 1 MD5

you should have a look here: https://hashcat.net/wiki/doku.php?id=mask_attack especially the .hcmask file section could be interesting too: https://hashcat.net/wiki/doku.php?id=mask_attack#hashca...
philsmd hashcat 1 1,331 12-27-2018, 10:45 AM
    Thread: Weird behaviour when cracking RAR?
Post: RE: Weird behaviour when cracking RAR?

Do you use --optimized-kernel-enable (or short -O) in your command ? The maximum password length with -O is 20: Code: -- Minimum password length supported by kernel: 0 Maximum password length ...
philsmd hashcat 3 1,330 03-07-2020, 08:00 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: 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: 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: 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: complex password alternation
Post: RE: complex password alternation

which type of rar archives we are talking about here? hashcat supports these 2 hash types for rar archives: -m 12500 = RAR3-hp -m 13000 = RAR5 (the non-hp version of rar3, i.e. the one without...
philsmd hashcat 1 1,329 01-30-2019, 02:27 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

https://hashcat.net/wiki/?id=timeout_patch
philsmd hashcat 4 1,324 01-29-2020, 08:30 PM
    Thread: Some interesting test 14100
Post: RE: Some interesting test 14100

Please request this new feature on github https://github.com/hashcat/hashcat/issues It would probably require a new optimized kernel that is dedicated to this special variant and I would suggest th...
philsmd hashcat 5 1,319 04-28-2020, 01:59 PM
    Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency

thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ...
philsmd hashcat 3 1,317 03-07-2020, 04:03 PM
    Thread: Stuck while Dictionary chache building
Post: RE: Stuck while Dictionary chache building

what happens if you just read the file with something like: Code: -- type crackstation.txt > nul --
philsmd hashcat 3 1,310 12-09-2019, 04:51 PM
    Thread: mozilla
Post: RE: mozilla

-1 0x01 ^ this is wrong syntax. where did you read about this 0x notation ? did you just guess this? hashcat has an option called --hex-charset and you can use it like this --hex-charset ?a?a?a...
philsmd hashcat 2 1,306 07-16-2019, 02:24 PM
    Thread: Hash not found
Post: RE: Hash not found

I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file. see https://hashcat.net/wiki/doku.php?id=hccapx the "HCPX" is clearly ...
philsmd hashcat 1 1,299 12-15-2018, 06:12 PM
    Thread: need help to extract true crypt hash
Post: RE: need help to extract true crypt hash

You should use this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes you should test it on a new sample with known password (i.e. test if you are doing all steps co...
philsmd hashcat 1 1,292 02-23-2019, 07:31 PM
    Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x

it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used. BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru...
philsmd hashcat 2 1,283 02-19-2020, 10:37 PM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

does it work with -D 1 added to the command line: Code: -- hashcat -m 1000 -a 3 -O -D 1 easyntlm.txt ?l?l?l?l -- To me this really seems like a (very dangerous) driver bug. since the self-test...
philsmd hashcat 8 1,281 06-25-2020, 12:20 AM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

the -D 1 parameter does whitelist your CPU device (the Intel i7) cpu (see --help for all the command line parameters that hashcat supports and what they mean). that means that with -D 1 you are testi...
philsmd hashcat 8 1,281 06-25-2020, 12:49 AM
    Thread: Blockchain Wallet
Post: RE: Blockchain Wallet

my guess is that you already should have a backup of your JSON file downloaded beforehand, ready to be used for recovery and saved to your disk ? If you didn't make any backups and don't have any fil...
philsmd hashcat 6 1,279 06-17-2020, 01:00 PM
    Thread: Blockchain Wallet
Post: RE: Blockchain Wallet

oh, this is actually interesting that the support team is offering you to kind of spam them with login requests. My guess is that there will still be a limit, it might just be a little bit larger (for...
philsmd hashcat 6 1,279 06-19-2020, 09:12 AM