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 [asc] Replies Views Posted
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

I'm not sure what the 200000000 number means. I think you mean, that this is the double of the binary data size (BECAUSE of hexadecimal encoding), i.e. 200000000 / 2 = 100000000 should be accepted... ...
philsmd General Talk 5 2,402 12-18-2019, 09:53 AM
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

Well, that patch you mentioned is pretty old, there weren't even hashcat modules used in the hashcat source code back then (well, a hashcat version with modules was not even release yet though, so it'...
philsmd General Talk 5 2,402 12-20-2019, 08:47 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...

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: how long it takes
Post: RE: how long it takes

no, that's not feasible random data is very difficult to brute-force starting with some (quite "small") lengths and I think you didn't really do the math here: 64 hex would be 16 ^ 64 = 1157920892...
philsmd General Talk 1 842 01-19-2020, 12:44 PM
    Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery

The recommended way is to capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture to hashes with hcxpcapngtool of https://github.com/ZerBea/hcxtools . The new...
philsmd General Talk 4 1,529 02-21-2020, 08:28 AM
    Thread: Would anyone be able to match this hash with the password?
Post: RE: Would anyone be able to match this hash with t...

it's not allowed in this forum: https://hashcat.net/forum/announcement-2.html you got a 1 week ban to revise the forum rules
philsmd General Talk 1 666 03-07-2020, 09:13 AM
    Thread: Hash extract error
Post: RE: Hash extract error

It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed...
philsmd General Talk 2 920 03-07-2020, 10:34 AM
    Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm

One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth...
philsmd General Talk 2 1,111 03-17-2020, 09:47 AM
    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: 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...

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: 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: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

you need to explain more clearly what you are trying to do. What does combining mean in your situation ? how many words combined, any separator between the words, can one word occur multiple times ...
philsmd General Talk 29 5,284 04-18-2020, 09:34 PM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

does the release version from https://hashcat.net/hashcat work for you ? does it work with -D 1 (i.e. with your CPU) ?
philsmd General Talk 29 5,284 04-22-2020, 11:29 AM
    Thread: Dictiionary Attack - how-to-question
Post: RE: Dictiionary Attack - how-to-question

I think under macOS you can't really install the driver by downloading and installing "the new" or a "different" one from the Intel (vendor) page or similar. I think under macOS the only thing you cou...
philsmd General Talk 29 5,284 04-22-2020, 03:23 PM