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 [desc] Posted
    Thread: Should I buy a GTX 1070 in place of my GTX 980M
Post: RE: Should I buy a GTX 1070 in place of my GTX 980...

mobile GPUS (like the 980M, or in general GPUs for notebooks) could and do throttle a lot and therefore do not reach the same speed as a non-mobile version. I think 1070, 1070ti, 1080 or 1080ti are...
philsmd hashcat 6 5,091 01-15-2018, 11:34 PM
    Thread: input file format
Post: RE: input file format

According to the forum's rules you are not allowed to post hashes! Read the rules here: https://hashcat.net/forum/announcement-2.html I give you 1 week to read them. After the week you might be mo...
philsmd General Help 1 5,098 01-22-2015, 07:16 PM
    Thread: Custom iterations count
Post: RE: Custom iterations count

What are the details about the algorithm used? "sha512 salted with custom iterations" doesn't really say much. There are many different ways to use "sha512", "iterations" and "salt" all within a has...
philsmd Old oclHashcat Support 2 5,103 12-28-2015, 08:14 PM
    Thread: About the return value of hashcat
Post: RE: About the return value of hashcat

This is very well documented: 1. in the file docs/status_codes.txt (relative path starting from oclHashcat-plus root folder) 2. if you use forum search, there are dozens of similar questions/answers...
philsmd Very old oclHashcat-plus Support 1 5,124 11-20-2013, 09:07 AM
    Thread: 14.1 Beta + 1.02b44
Post: RE: 14.1 Beta + 1.02b44

We know that problem and we will soon update the hashcat.net/oclhashcat page to indicate that all versions from 13.4 up to 13.12 are supported by v1.01 (but no later version). When 1.01 was released ...
philsmd Beta Tester 2 5,127 02-09-2014, 05:44 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

it seems that the algorithm is quite simple and there are a lot of alternative implementations. as a test I tried to find out if I'm able to recover/find the password of the example file from here:...
philsmd General Talk 20 5,128 01-09-2020, 01:52 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

update: we've now implemented this new algorithm: see https://github.com/hashcat/hashcat/issues/2267 and https://github.com/hashcat/hashcat/pull/2285 The hash format is also explained in the github p...
philsmd General Talk 20 5,128 01-17-2020, 11:59 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

just run it and see if it works for you (betas of hashcat are over https://hashcat.net/beta/). The extraction script can be found here: https://raw.githubusercontent.com/hashcat/hashcat/master/tool...
philsmd General Talk 20 5,128 04-08-2020, 04:11 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

There is a file called hashcat.exe in the beta version, as well. You do not need to use ubuntu. Just use the exe files for windows. this should be a quite obvious thing to do and was also already m...
philsmd General Talk 20 5,128 04-08-2020, 05:48 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

This is quite off-topic for the AEScrypt problem. I would suggest to just search for forum posts that explain how to identify the hardware you have and install the driver from the vendors page. It'...
philsmd General Talk 20 5,128 04-08-2020, 06:40 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

just to make it very clear: NO, a ramdisk doesn't help against missing or wrong drivers (people often see some "solutions" here and just think this might work... but a ramdisk is something completely/...
philsmd General Talk 20 5,128 04-09-2020, 08:32 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

Do you have any suggestion what we can do to get rid of the "Access is denied" error ? I'm pretty sure that we have a lot of users testing with the beta and it works for them. Maybe you can just tr...
philsmd General Talk 20 5,128 04-09-2020, 05:06 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

In general, everything that you can test with beta is already merged (https://github.com/hashcat/hashcat/pull/2285). so the answer is, it is already merged and everything can be tested with latest ...
philsmd General Talk 20 5,128 04-09-2020, 07:38 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

maybe the main problem was something completely unrelated. for instance, I noticed a lot of users just copy-paste commands... so for instance they copy-paste this: (ATTENTION: this command is not ...
philsmd General Talk 20 5,128 04-09-2020, 12:49 PM
    Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...

the syntax as mentioned withn the --help output is: Code: -- hashcat -m 3000 -a 3 hash.txt ?a?a?a?a?a?a?a -- i.e. the hash (or hash file) must be specified before the mask
philsmd hashcat 11 5,132 02-02-2019, 06:03 PM
    Thread: ocl1.31 + NVidia 343.22 - error cuModuleLoad() 301
Post: RE: ocl1.31 + NVidia 343.22 - error cuModuleLoad()...

How did you extract the oclHashcat .7z archive ? Please also use the forum's search function to find similar threads, e.g. https://hashcat.net/forum/thread-3760.html https://hashcat.net/forum/thread-...
philsmd Old oclHashcat Support 2 5,136 12-09-2014, 04:08 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: SHA512 without salt
Post: RE: SHA512 without salt

Wow, this is a very nice analysis @epixoip! Well done! That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might...
philsmd hashcat 4 5,167 06-30-2017, 09:11 AM
    Thread: .NET Webapplication
Post: RE: .NET Webapplication

Can't you just replace the "hash" with one you know the password for. I.e. you generate a new "hash" using a simple password and check if you can login etc. What I mean is, in such situations you ...
philsmd General Talk 1 5,173 04-27-2015, 09:49 PM
    Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work

I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha...
philsmd hashcat 4 5,191 03-31-2017, 08:53 AM