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: 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: 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: 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: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti

which nvidia driver version do you use ? did you try following this guide: https://hashcat.net/faq/wrongdriver if still not working, please try with an older Nvidia driver version e.g. the ones re...
philsmd hashcat 1 1,504 02-10-2019, 09:22 AM
    Thread: Keys
Post: RE: Keys

how do you want to hit the keys ? with something else than your fingers ? (e.g. a wrapper script) I would suggest to use --status --status-timer or alternative a different structure/format: ...
philsmd hashcat 3 1,503 02-24-2020, 08:19 PM
    Thread: Keys
Post: RE: Keys

You would need to explain exactly what your end goal is such that somebody in here can explain if this would make sense and if it would work. Why would you need to fake pressing some keys in the first...
philsmd hashcat 3 1,503 02-25-2020, 09:45 AM
    Thread: Android encrypted partition dump
Post: RE: Android encrypted partition dump

hey as far as I know hashcat is able to crack the backups generated by "adb backup" see https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/ and https://gith...
philsmd hashcat 1 1,501 07-21-2019, 09:52 AM
    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: Encoding problem?
Post: RE: Encoding problem?

known limitation of utf16le conversion in kernel, use this: Code: -- hashcat -m 900 --encoding-to utf16le /tmp/my.hashes /tmp//test.wordlist --
philsmd hashcat 1 1,485 06-11-2019, 07:31 AM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

Code: -- hashcat --version --
philsmd hashcat 4 1,481 02-10-2020, 11:59 PM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

did you try to use beta for both systems (https://hashcat.net/beta) ? what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds...
philsmd hashcat 4 1,481 02-12-2020, 01:03 AM
    Thread: separator unmatched
Post: RE: separator unmatched

Could you please explain what you are trying to crack (which type of hashes) and how you are testing ? The best thing probably would be to just test example hashes from https://hashcat.net/wiki/exa...
philsmd hashcat 7 1,480 05-09-2020, 07:35 AM
    Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping

your command line is wrong. --stdout is -m 2000 you can't use --stdout and another hash type setting -m x either one or the other Code: -- ./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-...
philsmd hashcat 1 1,477 03-25-2019, 12:01 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: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's

add -w 4 you could also try the beta version: https://hashcat.net/beta/
philsmd General Talk 5 1,477 03-21-2020, 12:45 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

what did you try ? it would make sense to at least mention how you tried it etc ? see https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance to append the "a" character, you would u...
philsmd hashcat 7 1,475 05-13-2020, 02:12 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier. ...
philsmd hashcat 7 1,475 05-13-2020, 06:39 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I'm pretty sure that is some problem with your specific rule file (malformed, corrupted). just try it yourself... open a text editor, insert the dollar symbol and the closing bracket, store it an...
philsmd hashcat 7 1,475 05-14-2020, 02:14 PM
    Thread: hashcat inquiry.
Post: RE: hashcat inquiry.

in theory you could just use the same command without the hash file and using --stdout to see all the password candidates. e.g. if you had this command: Code: -- hashcat -m 14800 -r my.rules ha...
philsmd hashcat 2 1,466 06-03-2019, 09:38 AM