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 Posted [desc]
    Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver

are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ? That's probably not correct. Can you give a link to these benchmarks ? Of course if you have 8 x Nvidia GTX 1080 ti th...
philsmd hashcat 7 4,416 12-16-2018, 04:05 PM
    Thread: good wordlist
Post: RE: good wordlist

hmm, interesting. but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below).... and back to the topic,...
philsmd User Contributions 2 4,253 12-19-2018, 11:02 AM
    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: 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: 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: 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: 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: 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: Help me about --show
Post: RE: Help me about --show

The correct syntax is different. You need to specify the hash type, --show and the original hash list. Code: -- hashcat -m 100 --show unmodified_hashes.txt -- without the original hash list,...
philsmd hashcat 1 1,237 01-18-2019, 09:55 AM
    Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...

as the above mentioned wiki post explains, you need to use --show --username and the original hash lists: Code: -- hashcat -m x --show --username hashes.txt -- where x must be replaced with th...
philsmd hashcat 4 2,495 01-18-2019, 09:58 AM
    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: nOOb help
Post: RE: nOOb help

all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded on linux (and most likely also on macOS) you can do something like ...
philsmd hashcat 12 8,107 01-20-2019, 10:03 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: "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