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: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR problem
Post: RE: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR ...

please follow this guide https://hashcat.net/faq/wrongdriver
philsmd hashcat 4 9,115 12-19-2018, 04:19 PM
    Thread: helpme ^^)
Post: RE: helpme ^^)

hashes were removed. users were banned. follow the forum rules. damnit see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 4 2,380 01-05-2019, 05:10 PM
    Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...

First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system. -D 1 (or --opencl-device-types 1) instead needs to be...
philsmd hashcat 2 1,716 12-12-2018, 12:20 PM
    Thread: Ransomware
Post: RE: Ransomware

I had a glance at this page: https://diskcryptor.net/wiki/Volume and the source here https://github.com/smartinm/diskcryptor it seems that the algo for key derivation from the password is PBKDF2-H...
philsmd hashcat 13 7,573 12-13-2018, 09:12 PM
    Thread: Ransomware
Post: RE: Ransomware

Well, if it wasn't really clear yet, this specific algorithm is not supported yet by hashcat since you can't really extract a hash, but need to generate the AES-XTS keys on-the-fly and verify the decr...
philsmd hashcat 13 7,573 12-14-2018, 11:06 AM
    Thread: What make the hashrate so huge different?
Post: RE: What make the hashrate so huge different?

well, hccapx files as you can see here https://hashcat.net/wiki/doku.php?id=hccapx can consist of several networks/handshakes etc. if you crack several networks at the same time with -m 2500 = WPA/WPA...
philsmd hashcat 4 2,716 01-15-2019, 07:05 PM
    Thread: Custom charset with mask files
Post: RE: Custom charset with mask files

@swing did you try putting my1.hcchr and my2.hcchr into the root directory of hashcat and use a mask like this: my1.hcchr,my2.hcchr,?l,?1?2?1?2?3?3?3 I think it's just a matter of if the file i...
philsmd hashcat 3 3,832 01-18-2019, 07:48 PM
    Thread: SQL2012 - Token Length Exception
Post: RE: SQL2012 - Token Length Exception

First of all, hashes (yeah all hashes, including the SQL hashes) are not decryptable, you must crack them. The error message clearly says that it tried to use the hash "C:\hashcat\Hashes.txt" which...
philsmd hashcat 2 3,252 12-19-2018, 07:37 PM
    Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone

(I will only answer the hashcat related part of the question, because this is the hashcat forum.... how you obtain networks traffic captures is another question not related to hashcat at all,,. hint: ...
philsmd hashcat 2 2,328 12-20-2018, 09:37 AM
    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: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...

[update]: undeath was once again faster to answer the questions. he of course gives very good advice so read his suggestions too. I will leave my reply here anyways, maybe it adds just a little bit mo...
philsmd hashcat 4 2,770 12-31-2018, 11:57 AM
    Thread: Trying to get formatting right
Post: RE: Trying to get formatting right

see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation).
philsmd hashcat 6 3,629 01-20-2019, 09:52 PM
    Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow

you probably also need to install the ICD separately, e.g. sudo apt install nvidia-opencl-icd-390 or ocl-icd-dev, ocl-icd-opencl-dev (i'm not totally sure which you need, but the nvidia one seems...
philsmd hashcat 18 8,556 01-23-2019, 01:10 PM
    Thread: Need help combinding 2 different dictionaries
Post: RE: Need help combinding 2 different dictionaries

you can use something like this: Code: -- hashcat --stdout -o temp_dict.txt -a 6 text1.txt ?d?d?d?d -- to generate a dict containing the words within the first file (text1.txt) combined with the...
philsmd hashcat 1 1,402 01-04-2019, 11:03 AM
    Thread: nOOb help
Post: RE: nOOb help

First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html It's even worse that you didn't mask them and not even mentioned wha...
philsmd hashcat 12 8,107 01-04-2019, 11:09 AM
    Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?

that's not 100% correct, Mem5 Exhausted could happen if only some of the handshakes are cracked and not all of them. but if all "hashes" are cracked, the status will be "Cracked". The problem w...
philsmd hashcat 8 4,181 01-05-2019, 02:30 PM
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

can you give some examples of what the left and right part look like in the hybrid attack. I think your calculation is completely wrong. you still have 24 masks on the left side and this number wo...
philsmd hashcat 7 3,763 01-05-2019, 05:28 PM
    Thread: "simultaneous attacks"
Post: RE: "simultaneous attacks"

you can just append one hccapx file to the other and create a larger hccapx file, as explained here: - https://hashcat.net/wiki/doku.php?id=hccapx - https://hashcat.net/wiki/doku.php?id=frequently_a...
philsmd hashcat 2 1,850 01-23-2019, 08:05 PM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

Well, there are a lot of tutorials on how to use "dd.exe" or something like this. of course with dd you need to use the command line (cmd). I would say that the hashcat FAQ that I linked above i...
philsmd hashcat 6 3,235 01-25-2019, 12:04 PM
    Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...

you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
philsmd hashcat 6 3,568 01-25-2019, 09:10 PM