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: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...

@okman0060 could you please test different versions of the nvidia driver. For instance the 352.x driver versions etc. This information would be very very helpful for the oclHashcat devs. Unfortuna...
philsmd Old oclHashcat Support 6 8,358 05-29-2015, 09:30 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

this question has already been answered dozens of times: https://hashcat.net/forum/thread-8456.html https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/docs/limits.txt...
philsmd hashcat 13 988 09-12-2020, 06:24 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

Code: -- --encoding-to utf16le -- and this of course only works in a dictionary attack (-a 0), if you want to use -a 3 you would need to use the correct bytes with --hex-charset if you want ...
philsmd hashcat 13 988 09-12-2020, 07:27 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

if you modify the kernel code such that it's not doing the same thing as it is supposed to do (among others, convert the passwords to utf16le within the kernel), then and only then you need to use thi...
philsmd hashcat 13 988 09-13-2020, 02:32 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

encoding is difficult and without understanding it, you probably shouldn't make these source code changes and do such advanced attacks. We have several confirmations of users that moved the encodin...
philsmd hashcat 13 988 09-13-2020, 04:45 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

why don't you just explain what you did and how you run it. That might reveal the problem you are facing much faster: Code: -- hashcat.exe -a 3 -m 9600 --hex-charset --self-test-disable hash.txt 0...
philsmd hashcat 13 988 09-14-2020, 02:50 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

unfortunately, there is no way to fully get it without trying to learn about character encoding and what utf16le means etc. There is no shortcut. You need to understand the way characters are represe...
philsmd hashcat 13 988 09-14-2020, 05:19 PM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

well, it would make sense starting to test with only 1 GPU and see if it works, don't you think that's some good strategy for testing issues?
philsmd hashcat 12 3,112 11-26-2019, 08:31 AM
    Thread: Problem with nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
Post: RE: Problem with nsldaps, SSHA-1(Base64), Netscape...

Is there any whitespace (spaces etc) at the end of the line? It seems to work perfectly here, can't reproduce
philsmd Old oclHashcat Support 3 6,640 02-25-2015, 09:47 PM
    Thread: Problem with Password
Post: RE: Problem with Password

Make sure you have 2 different .cap files and 2 different .hccap files. The first pair is: (1st cap, 1st hccap) where 1st cap is gathered from aircrack w/ password arlenesplace The second pair is:...
philsmd Very old oclHashcat-plus Support 5 20,002 12-06-2013, 01:56 PM
    Thread: Problem with performance
Post: RE: Problem with performance

Please read here: https://hashcat.net/trac/ticket/368#comment:3
philsmd User Contributions 4 11,407 03-05-2014, 08:59 PM
    Thread: Problem with rar2john hash
Post: RE: Problem with rar2john hash

It should be very easy to see that hashcat does not expect any filename within the "hash". So remove all this substring containing the filename, like "*C:\file.rar*94" in your example (without quotes)...
philsmd hashcat 3 9,722 07-07-2016, 05:28 PM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,271 01-15-2017, 05:51 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

if clinfo (please test it and show results) doesn't report all the devices, it's for sure a setup/driver (installation) problem. (not a hashcat problem) I would also suggest making a test with http...
philsmd hashcat 7 2,759 09-11-2019, 05:56 PM
    Thread: Problem with the github release
Post: RE: Problem with the github release

did you test with clinfo ? you didn't answer that question
philsmd hashcat 7 2,759 09-13-2019, 06:33 PM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: Problema en iniciar Hashcat Handshake
Post: RE: Problema en iniciar Hashcat Handshake

@wirelees Last warning (before you get banned, next time): Forum rules exists for good reasons and (actually the first rule of this small set of rules) https://hashcat.net/forum/announcement-2.html em...
philsmd General Talk 4 4,781 07-12-2017, 12:53 PM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

example hashes are here: https://hashcat.net/wiki/doku.php?id=example_hashes you could also use Code: -- -m 13400 --example-hashes -- I would guess that your hash needs to start with $keepass...
philsmd hashcat 5 823 07-10-2020, 10:39 AM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

maybe the root of the problem depends on which keepass2john tool you use. I would highly recommend to use the "official" repository: https://github.com/magnumripper/johntheripper (this is also much...
philsmd hashcat 5 823 07-10-2020, 11:12 AM
    Thread: Problems cracking KeePass 1 db (AES)
Post: RE: Problems cracking KeePass 1 db (AES)

technically, you are not "cracking AES". AES is a cipher, an encryption/decryption algorithm with fixed key lengths (the keys are just a bunch of random bytes). what you are instead doing is to cra...
philsmd hashcat 5 823 07-10-2020, 12:40 PM