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 [desc] Views Posted
    Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask

small dict with very specific rules might help a lot here and crack the hashes much faster. of course it depends on how much you know about the base words and possible rules (like uppercasing the firs...
philsmd hashcat 3 1,781 05-31-2019, 07:30 PM
    Thread: need help setting up pattern/mask
Post: RE: need help setting up pattern/mask

it's probably too long to brute-force, infeasible. maybe dict + rules is a better alternative ? Code: -- hashcat -m 14800 -w 3 -a 3 --increment --increment-min 6 --increment-max 10 --custom-char...
philsmd hashcat 3 1,781 05-31-2019, 03:34 PM
    Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU

--opencl-device-types 1,2 (or short -D 1,2) to enable both CPU and GPU cracking. see --help output
philsmd hashcat 3 3,669 06-09-2019, 09:20 AM
    Thread: hashcat ends without error message
Post: RE: hashcat ends without error message

in general these are problems with drivers. maybe you have some further drivers installed e.g. for your OpenCL CPU etc. I think driver fusion and/or ddu (Display Driver Uninstaller) might help you ...
philsmd hashcat 3 1,515 06-12-2019, 09:56 AM
    Thread: My master Password
Post: RE: My master Password

are you talking about blockchain.com / blockchain.info wallets ? what files do you have ? hashcat supports these: -m 12700 = Blockchain, My Wallet, $blockchain$... -m 15200 = Blockchain, My Walle...
philsmd hashcat 3 2,049 07-04-2019, 11:31 AM
    Thread: hashcat ends without error message
Post: RE: hashcat ends without error message

would be actually quite interesting to debug this to find out who the culprit is here. Did you try to test it with all the GPUs (physically) removed ? does it also crash with only the CPU within yo...
philsmd hashcat 3 1,515 06-12-2019, 12:04 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

which GPU ? Tried to install the driver ? https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do btw: do not use some weird dis...
philsmd hashcat 3 1,657 07-26-2019, 05:00 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.
philsmd hashcat 3 1,657 07-26-2019, 07:35 PM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network. Which versions ...
philsmd General Talk 3 1,678 07-28-2019, 11:22 AM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version
philsmd General Talk 3 1,678 07-28-2019, 08:32 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

brain is most useful for so-called slow hashes ,therefore try with e.g. -m 3200 = bcrypt , sha256crypt, PBKDF2 etc It's always a question on where the bottleneck is, if hashcat is too fast for the ...
philsmd hashcat 3 1,477 07-31-2019, 12:03 PM
    Thread: Hashcat Brain Service
Post: RE: Hashcat Brain Service

maybe you are confusing the brain feature with some distributed cracking software like hashtopolis. They address very different problems, but still some users think that the brain feature is some s...
philsmd hashcat 3 1,477 07-31-2019, 12:32 PM
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

first of all, these concepts of "rainbow tables" and "oclhashcat" (from your other post) etc are superseded since several years. not sure how you even come up with these concepts and think this is som...
philsmd hashcat 3 1,941 08-02-2019, 01:15 PM
    Thread: Most efficient way to crack wpa2 hash if you know first char?
Post: RE: Most efficient way to crack wpa2 hash if you k...

in that case your password is probably written on a sticker on your router itself. Just have a look at your router (hardware).
philsmd hashcat 3 1,941 08-02-2019, 04:02 PM
    Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types

example hashes are here: https://hashcat.net/wiki/example_hashes note: no file names and colons within the hash
philsmd hashcat 3 1,486 08-05-2019, 08:41 PM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

so many problems here: 1. it's NOT allowed to post hashes, see https://hashcat.net/forum/announcement-2.html It's even worse if you claim that you have some problem and NOT even provide the correct...
philsmd hashcat 3 1,603 08-21-2019, 11:45 AM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

yeah, it's easy to blame a moderator for being nasty and I have no problem being called like that. The main question is if it is more nasty to treat rules like they do not exist ... or if it's more na...
philsmd hashcat 3 1,603 08-21-2019, 12:42 PM
    Thread: Veracrypt Non-bootable drive
Post: RE: Veracrypt Non-bootable drive

Did you read this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes ? is this a physical disk ? how many volumdes/partitions etc...
philsmd hashcat 3 1,518 08-24-2019, 12:11 PM
    Thread: Veracrypt Non-bootable drive
Post: RE: Veracrypt Non-bootable drive

there could be many problems here. maybe you do not test the correct password / dictionary file, please try with a wordlist ONLY containing the password. Did you test with that dcfldd windows bi...
philsmd hashcat 3 1,518 08-25-2019, 10:54 AM
    Thread: Another KeePass issue. Salt-value/Salt-length exception
Post: RE: Another KeePass issue. Salt-value/Salt-length ...

run hashcat like this: Code: -- hashcat64.exe -m 13400 -a 0 hash.txt dict.txt -- where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and ...
philsmd hashcat 3 2,347 08-27-2019, 11:45 AM