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 [desc] Replies Views Posted
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network. Which versions ...
philsmd General Talk 3 1,678 07-28-2019, 11:22 AM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version
philsmd General Talk 3 1,678 07-28-2019, 08:32 PM
    Thread: track the cracking?
Post: RE: track the cracking?

in theory you could just count the lines in your hashcat.potfile for instance every hour or every week and make statistics out of this. As far as I know it's not directly logged in the hashcat.log fil...
philsmd General Talk 4 1,798 09-12-2019, 07:55 PM
    Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $

do you have the source code for this ? I guess without it it's just a (maybe impossible) guessing game. it could be anything. The software could even mix in some kind of pepper (an additional stati...
philsmd General Talk 4 1,671 09-24-2019, 10:42 AM
    Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed

you can use tools/test.pl for it Code: -- cat example.dict | perl ./tools/test.pl passthrough 0 --
philsmd General Talk 4 1,596 09-25-2019, 07:46 PM
    Thread: 4 charsets limit (mask attack)
Post: RE: 4 charsets limit (mask attack)

our rule engine works on GPU to achieve full speed. It's not a good idea to have dynamic buffers/memory/sizes which would reduce speed tremendously and make code much more complex. it's just a well-c...
philsmd General Talk 2 1,213 11-29-2019, 09:29 AM
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

well, the 2 data length bounds between 7z2hashcat and hashcat are in sync... therefore if you increase one (the 7z2hashcat perl file), you would also need to increase the other one (in hashcat source ...
philsmd General Talk 5 2,402 12-17-2019, 09:47 AM
    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