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 [desc] Author Forum Replies Views Posted
    Thread: Combine User:hash:salt with Hash:salt:passwords
Post: RE: Combine User:hash:salt with Hash:salt:password...

How to do this was explained dozens of times on the forum and it was even added in the frequently asked question (FAQ) wiki page because of users asking the same question again and again: https://h...
philsmd General Help 1 4,070 07-13-2015, 02:36 PM
    Thread: Command error
Post: RE: Command error

I think this is a problem of quotation marks "" vs '' I think windows only accepts "" as quotation for parameters The normal hashcat command is like this: Code: -- hashcat64.exe -m 14800 -...
philsmd hashcat 4 2,207 03-21-2019, 01:49 PM
    Thread: Compile by make win failed on Linux Mint
Post: RE: Compile by make win failed on Linux Mint

wow that's quite a special case that you want to cross-compile it. All other cases are quite good documented but normally only the devs needs to build the windows binaries from linux. It's document...
philsmd hashcat 1 1,090 08-28-2019, 01:53 PM
    Thread: compiling a reduced wordlist .ccp
Post: RE: compiling a reduced wordlist .ccp

some answers already given here: https://hashcat.net/forum/thread-6170-post-49424.html#pid49424 Maybe it's better to just explain what you ultimate goal is ? Does it even have to do with WPA2 ha...
philsmd General Talk 2 659 07-03-2020, 10:28 AM
    Thread: Complete Noob
Post: RE: Complete Noob

In general you should prefer masks/hcmask files over *generating* wordlist (that fit those requirements)... but it really depends on what the requirements exactly are... Do you know the positions of t...
philsmd Very old oclHashcat-plus Support 1 5,210 10-28-2013, 12:02 AM
    Thread: Complex iTunes password
Post: RE: Complex iTunes password

Please keep in mind: 1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just in...
philsmd hashcat 7 6,395 09-07-2017, 08:25 AM
    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: Continue cracking on success?
Post: RE: Continue cracking on success?

this makes no sense with your example, because -m 5100 checks for 16 hex characters (or 8 bytes). ... but the general answer would be to just use Code: -- --keep-guessing --
philsmd hashcat 2 290 09-20-2020, 05:06 PM
    Thread: correct command line
Post: RE: correct command line

You do not need to repeately hit the r key. it makes absolutely no sense. You only need to hit r (for resume) when you hit p (for pause) beforehand. This means that resuming (r) only makes sense if ...
philsmd hashcat 24 22,564 11-16-2017, 09:28 PM
    Thread: correct command line
Post: RE: correct command line

your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator) I'...
philsmd hashcat 24 22,564 12-04-2017, 08:51 PM
    Thread: correct command line
Post: RE: correct command line

Do not use "-p". use --veracrypt-pim. Code: -- hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt -- I do not understand what you mean by "running against ...
philsmd hashcat 24 22,564 12-23-2017, 02:32 PM
    Thread: correct command line
Post: RE: correct command line

That's not a contradiction. Both statements are true: 1. 3 dashes are 1 too much 2. 1 dash is 1 dash missing The only correct number of minus symbols (dashes) before the name of the (long) arg...
philsmd hashcat 24 22,564 12-23-2017, 03:15 PM
    Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...

I think there are a lot of misunderstandings here. I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html of course -m 16800 = WPA-PMKID-PBKDF2 i...
philsmd General Talk 1 5,147 01-30-2019, 02:01 PM
    Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?

btw, somebody - a while ago - even added a further explanation section to the FAQ (frequently asked questions) page to explain (again, in theory it is redundant, but it seems not?) the .hcmask syntax ...
philsmd General Help 11 13,518 07-23-2015, 10:25 PM
    Thread: Couldn't make SIP Digest work on hashcat
Post: RE: Couldn't make SIP Digest work on hashcat

well, who says that the example and passwords are correct on that page? It could be just a tutorial without a working hash/password. Indeed, I tried with sipcrack and it doesn't crack with that pas...
philsmd hashcat 4 3,311 07-23-2018, 05:36 PM
    Thread: Couple of questions
Post: RE: Couple of questions

no, PMKID is not specific to WPA3. As far as I know you just capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture file to hashes with https://github.com/Ze...
philsmd hashcat 8 2,671 02-21-2020, 08:20 AM
    Thread: CPU advantage
Post: RE: CPU advantage

I would say in mostly all of the cases even slow hashes are faster on GPU.\ so the statement about slow hashes being faster on CPU is (in general) completey incorrect. There are only few excepti...
philsmd hashcat 3 818 03-29-2020, 08:54 AM
    Thread: CPU device not available
Post: RE: CPU device not available

you need to install the drivers as mentioned in https://hashcat.net/hashcat/ https://software.intel.com/en-us/articles/opencl-drivers#cpu-section current win driver at time of this writing: http:/...
philsmd hashcat 4 1,197 04-28-2020, 11:51 AM
    Thread: CPU device not available
Post: RE: CPU device not available

Please install the nvidia driver directly from https://www.nvidia.com/Download/index.aspx also see https://hashcat.net/faq/wrongdriver if installing the GPU driver doesn't work immediately
philsmd hashcat 4 1,197 04-28-2020, 02:00 PM
    Thread: CPU v GPU configuration
Post: RE: CPU v GPU configuration

hashcat currently supports these attack modes: -a 0 dict.txt -a 1 dict1.txt dict2.txt -a 3 ?a?a?a?a?a -a 6 dict.txt ?a?a?a?a?a -a 7 ?a?a?a?a?a dict.txt you did use NONE (including the mask and...
philsmd hashcat 5 4,468 08-16-2018, 08:26 AM