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 [asc] Views Posted
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

please read this: https://github.com/hashcat/hashcat/issues/1806
philsmd hashcat 8 3,432 09-13-2019, 06:40 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

I don't think anybody has started working on implementing this algo in hashcat. The details are kind of clear now given the proof of concept in perl. It should be also doable to use that ellipti...
philsmd hashcat 8 3,432 09-13-2019, 11:26 AM
    Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb

what happens if you try this: Code: -- [s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => s -- can you show the output of hitting your s key on the keyboard
philsmd Hardware 8 3,378 09-21-2019, 12:16 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

it will probably make some checks (in the future if really incompatible data was found, but of course the goal is to make it downwards compatible for sure) based on the version number see src/brain.c ...
philsmd hashcat 8 2,475 10-12-2019, 09:30 AM
    Thread: New - What am I missing?
Post: RE: New - What am I missing?

example hashes can be found here (or use -m 110 --example): https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd hashcat 8 2,372 10-12-2019, 05:18 PM
    Thread: New - What am I missing?
Post: RE: New - What am I missing?

if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password. there could be many problems. 1. your h...
philsmd hashcat 8 2,372 10-12-2019, 05:40 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

in the current directory from which you start the brain server: 1. brain.$session.ldmp for the hashed passwords dumps (hash database) 2. brain.$session.admp for the attack positions dumps (attack da...
philsmd hashcat 8 2,475 10-15-2019, 04:31 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

the files are only stored on the brain server (not the clients). there is a default --brain-client-features, namely --brain-client-features 2 . that means that if you do not specify any, it default...
philsmd hashcat 8 2,475 10-15-2019, 05:14 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

1. the forum rules make it very clear that you shouldn't post hashes. it's even worse that you didn't mention the password and if you know the pass of this hash (we also do not know if the hash is man...
philsmd hashcat 8 2,729 10-27-2019, 10:01 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

1. generate a hash for which you know the password 2. try to compare it with the example hash from https://hashcat.net/wiki/example_hashes (it is very similar: SIP and register method and using aster...
philsmd hashcat 8 2,729 10-27-2019, 10:37 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

update: the password seems to be "1234" the hash is using $sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b5xxx
philsmd hashcat 8 2,729 10-27-2019, 10:43 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

problem solved (as per PM from sakas23). the hashes are just: $sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b531XXX and $sip$***Renia*asterisk*REGISTER*s...
philsmd hashcat 8 2,729 10-28-2019, 08:52 AM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

I'm pretty sure the --encoding-from and --encoding-to only works correctly with -a 0, i.e. only works with dictionary attacks. The solution for this problem is quite easy, but also not perfectly id...
philsmd hashcat 8 3,006 11-27-2019, 06:18 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta )
philsmd hashcat 8 3,432 12-09-2019, 09:42 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

the question now is, does it work without --force ? does it crack with the correct password ?
philsmd hashcat 8 2,397 02-21-2020, 10:32 AM
    Thread: Kerberoasting not working
Post: RE: Kerberoasting not working

do you use the latest beta version from https://hashcat.net/beta/ ?
philsmd hashcat 8 2,397 02-21-2020, 12:24 PM
    Thread: Couple of questions
Post: RE: Couple of questions

no, PMKID is not specific to WPA3. As far as I know you just capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture file to hashes with https://github.com/Ze...
philsmd hashcat 8 2,671 02-21-2020, 08:20 AM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

this command line parameter is wrong Code: -- --force -- just remove the --force flag
philsmd hashcat 8 2,281 03-10-2020, 06:41 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

I'm pretty confident that you just discovered the root of the problem. Wrong driver could very easily give wrong results. The use of --force doesn't help. it's a no-go to use a debugging/developer ...
philsmd hashcat 8 2,281 03-10-2020, 07:14 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

you could try the beta version of hashcat: https://hashcat.net/beta/ and install the Intel OpenCL Runtime for your CPU to use -D 1 while testing with your CPU: https://software.intel.com/en-us/arti...
philsmd hashcat 8 2,281 03-10-2020, 07:58 PM