Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: MD5($salt.$pass) hashcat syntax, help?
Post: RE: MD5($salt.$pass) hashcat syntax, help?
the hash must be formatted like this:
Code:
--
hash:salt
--
e.g.
531e89....:eWVzX3...
see https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
4 |
22,429 |
12-29-2017, 09:20 PM |
|
|
Thread: Restore Fails
Post: RE: Restore Fails
the full command is:
Code:
--
hashcat64 --restore --session save
--
|
|
philsmd |
hashcat
|
12 |
8,646 |
12-29-2017, 09:23 PM |
|
|
Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support
I'm pretty sure that this "problem" has to do with this (still open) problem:
https://github.com/hashcat/hashcat/issues/1479 (also see https://github.com/hashcat/hashcat/pull/1480)
I'm not sure wh... |
|
philsmd |
hashcat
|
3 |
2,825 |
01-02-2018, 01:09 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
no. the command should look something like this:
Code:
--
hashcat64 -m 11600 -a 0 -w 3 -o Done.txt Hash.txt realuniq.lst
--
-a 0 is for wordlist attack mode (see --help) |
|
philsmd |
hashcat
|
13 |
9,891 |
01-03-2018, 03:31 PM |
|
|
Thread: minimum password length with mask
Post: RE: minimum password length with mask
This problem was fixed very quickly with these changes: https://github.com/hashcat/hashcat/pull/1485
You can already download a fixed (beta) version of hashcat from: https://hashcat.net/beta/
Th... |
|
philsmd |
hashcat
|
6 |
8,088 |
01-03-2018, 05:57 PM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
If you have an encrypted wallet.dat file, you should run bitcoin2john.py with it.
The resulting hash (without file names, remove the file names and colons from the output of bitcoin2john.py if any ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-04-2018, 01:27 PM |
|
|
Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery
Did you try to crack the example files from https://hashcat.net/wiki/doku.php?id=example_hashes ?
(search for 14600 or LUKS) |
|
philsmd |
hashcat
|
13 |
9,832 |
01-04-2018, 08:06 PM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
no. You can't use the wallet.dat file directly. You need to download bitcoin2john.py (from https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) and run it w... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-04-2018, 09:05 PM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
no, I don't think that a mask attack with a charset of ?a in each position is a good strategy.
Since -m 11300 is a slow hashing algorithm I would recommend to remember as much as possible from the ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-05-2018, 09:37 AM |
|
|
Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??
As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n... |
|
philsmd |
hashcat
|
1 |
2,394 |
01-05-2018, 10:12 AM |
|
|
Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help
That's actually really fast for such a huge keyspace.
For instance, if you have 10 GPUs, it would only take you a single year (if we assume the worst case. 6 month on average)!
Again, brute-force ... |
|
philsmd |
General Talk
|
8 |
7,223 |
01-05-2018, 10:28 AM |
|
|
Thread: Recover password file .7z partially known
Post: RE: Recover password file .7z partially known
That's a 3 MB file compressed (uncompressed maybe even much larger if not totally random data).
Are there several files within the .7z file ?
You could also try to increase the limit that hashcat ac... |
|
philsmd |
hashcat
|
4 |
4,899 |
01-05-2018, 10:35 AM |
|
|
Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery
I'm not sure if this observation you made about 90% NUL characters reveals some problems. Instead, I think that also the examples have several NUL chars within the "header". I would not conclude that ... |
|
philsmd |
hashcat
|
13 |
9,832 |
01-05-2018, 10:56 AM |
|
|
Thread: Hashcat cannot find my own password (password kwown) on TrueCrypt 7.1a file volume
Post: RE: Hashcat cannot find my own password (password ...
This question even made it into the MOST frequently asked questions (that means it is very easy to find the answer to this question because there are dozens of forum posts etc discussing the same ques... |
|
philsmd |
hashcat
|
5 |
4,060 |
01-05-2018, 12:20 PM |
|
|
Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery
Did you try to crack the volume that you created as an example on your vm ?
Can you perform the same test (creating a new luks "file") on the actual machine.
I'm not sure if the raid setup reall... |
|
philsmd |
hashcat
|
13 |
9,832 |
01-05-2018, 01:49 PM |
|
|
Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery
This payload data should be (look like) random data.
In your case it doesn't seem to be random data.
Is this also the case for your other examples? |
|
philsmd |
hashcat
|
13 |
9,832 |
01-05-2018, 02:31 PM |
|
|
Thread: Making sure my hash is right
Post: RE: Making sure my hash is right
Why don't you just test it by generating a new wallet (with the old dogecoin software that you used) and trying to crack that specific "hash" (for which you know the password) ?
of course you should ... |
|
philsmd |
hashcat
|
5 |
3,988 |
01-05-2018, 09:49 PM |
|
|
Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage
Litecoin wallets (wallet.dat) use a very specific algorithm which hashcat covers with hash mode:
-m 11300 = Bitcoin/Litecoin wallet.dat
use bitcoin2john.py to extract the "hash" (remove all file n... |
|
philsmd |
hashcat
|
13 |
9,891 |
01-02-2018, 11:59 PM |
|
|
Thread: Making sure my hash is right
Post: RE: Making sure my hash is right
again, you do not need to guess.
The only way to be 100% sure if the hash is formatted/converted correctly is to use the exact same version of the software you used some years ago (the old wallet sof... |
|
philsmd |
hashcat
|
5 |
3,988 |
01-06-2018, 10:50 AM |
|
|
Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery
I would suggest that you create a test with exactly the same settings (same hashing and encryption algorithm etc) and try to extract the data from it and crack it.
If the test works successfully, t... |
|
philsmd |
hashcat
|
13 |
9,832 |
01-06-2018, 05:19 PM |