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: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

good news, I was able to reproduce this problem with a very dedicated mask file (masks with small keyspace after masks with large keyspace, repeated thousands of times). The problem seems to be loc...
philsmd hashcat 6 2,894 06-02-2019, 03:16 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

no, that's the wrong value. the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller...
philsmd hashcat 6 2,894 06-02-2019, 03:51 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
    Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

never heard about this "AuthenticationAuthority" format, hashcat officially only supports this: https://hashcat.net/forum/thread-8368-post-44680.html#pid44680 and the itunes backups plist files. We...
philsmd hashcat 9 4,502 06-03-2019, 09:45 AM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

oh thanks for the confirmation. so my educated guess was spot on. I actually saw a similar problem in the past... but it's soo weird why this is happening. It's most likely a driver problem, but t...
philsmd hashcat 9 3,469 06-04-2019, 09:19 PM
    Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption

dictionary-based attacks (-a 0) with rules (-r) are in general more clever compared to "brute-force" except if you know for sure that the password is 100% randomly generated
philsmd hashcat 2 1,274 06-05-2019, 01:11 PM
    Thread: Itunes Backup Password Never Set
Post: RE: Itunes Backup Password Never Set

well, this sounds more like a question for the apple/itunes community (apple.stackexchange.com or apple forums etc). also see these (but I'm not sure if these links help in your case, I'm not too f...
philsmd hashcat 6 2,960 06-06-2019, 09:45 AM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

most of the time the best thing to do is to fix the main problem instead of trying really hard (and failing horrendously in doing so) to bypass/avoid it. Fan/cooling/throttling issues are serious p...
philsmd hashcat 13 4,679 06-06-2019, 12:05 PM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

-w 1 or -u 1 -n 1 --force but you should use --force only if you know what you are doing and do not report any problems when using --force (you can change the -u and -n values slightly if you...
philsmd hashcat 13 4,679 06-06-2019, 01:08 PM
    Thread: How to filter a wordlist
Post: RE: How to filter a wordlist

you can probably use power shell on windows: select-string furthermore, grep.exe for instance can be used on windows too. also mingw/cygwin for windows could be an option
philsmd hashcat 6 2,743 06-07-2019, 10:07 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

entirely unrelated. has nothing to do with pipe and stdin. also your problems are PEBCAK as far as I can tell example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ...
philsmd hashcat 9 3,469 06-08-2019, 12:52 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be. sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a...
philsmd hashcat 9 3,469 06-08-2019, 04:56 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: Token length exception
Post: RE: Token length exception

the hash file must exist /root/HASH/MySQL5.txt no such file . file does not exist
philsmd hashcat 6 2,710 06-09-2019, 10:01 PM
    Thread: Brain - couple of questions
Post: RE: Brain - couple of questions

features should be used as they were meant to be used. brain is not a replacement for the -s / -l option or a distributed cracking setup. you could/should use something like hashtopolis (which btw ...
philsmd hashcat 2 1,271 06-10-2019, 01:03 PM
    Thread: Token length exception
Post: RE: Token length exception

please make sure that the file exist. hashcat searched for the file and didn't find it. The file does NOT exist maybe it's stored somewhere else or you renamed it or it has .txt.txt extension...
philsmd hashcat 6 2,710 06-10-2019, 06:59 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: 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: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

just sort and unique it Code: -- echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n' --
philsmd hashcat 8 2,730 06-13-2019, 10:49 PM