Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
seems everything is working. Why do you assume something is wrong ?
Please test the example hash for -m 15200 = Blockchain, My Wallet, V2 from https://hashcat.net/wiki/doku.php?id=example_hashes w... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:11 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
you should try the example hash with a dictionary attack where the word list contains the password
Code:
--
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.txt hash.txt dict.txt
--
hash.txt i... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:28 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
okay sorry, it's rules\best64.rule
Code:
--
hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.rule hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 09:47 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
you can't post hashes here... if you are really sure that you already tried everything and it still isn't working, not even with the latest beta version from https://hashcat.net/beta/ , we could proba... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 12:46 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
now you are confusing ciphertext and plaintext
the format of -m 14000 hashes is
8_bytes_ciphertext_in_hex:8_bytes_plaintext_in_hex |
|
philsmd |
hashcat
|
11 |
1,633 |
06-15-2020, 09:02 AM |
|
|
Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card
follow this: https://hashcat.net/faq/wrongdriver
and install the driver directly from https://nvidia.com |
|
philsmd |
hashcat
|
4 |
892 |
06-15-2020, 11:33 AM |
|
|
Thread: Heat problem and more - new ASUS laptop with a Ryzen 7 processor
Post: RE: Heat problem and more - new ASUS laptop with a...
the best thing probably would be to not use laptops for these intensive cracking purposes. second thing could be to just use your CPU (install the Intel OpenCL Runtime for Intel Core and Xeon processo... |
|
philsmd |
hashcat
|
2 |
543 |
06-11-2020, 09:36 PM |
|
|
Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)
try latest beta version of hashcat from https://hashcat.net/beta/
if it's really an intel CPU, you should install the intel OpenCL runtime from: https://software.intel.com/content/www/us/en/develop... |
|
philsmd |
hashcat
|
6 |
1,842 |
06-12-2020, 09:44 AM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
test with the example hash from https://hashcat.net/wiki/example_hashes (search from 15700 and copy the hash into a file).
If the example hash is loading correctly without any errors, try to change... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 12:09 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
I've now spend (wasted ? ) some minutes investigating this and it seems that already the input file (the UTC file that you would normally use for the ethereum2john.py conversion to a hash) is complete... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 01:48 PM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
The file was obviously manipulated by a human (or malware ?) and is not valid.
No ethereum client would generate a UTC file with a
Code:
--
ciphertext
--
and
Code:
--
mac
--
within the ... |
|
philsmd |
hashcat
|
11 |
2,040 |
06-13-2020, 02:33 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
yeah, it could work... but also the kernel would need to loop over these 256*256 combinations (16 bits) = 65536
which of course would imply a kernel runtime of 65536 times longer :(
That means h... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-15-2020, 11:54 AM |
|
|
Thread: Hashcat don't find my password
Post: RE: Hashcat don't find my password
you could try with latest beta version : https://hashcat.net/beta/
never use --self-test-disable , because it just ignores every sanity check and therefore you are basically ignoring the serious er... |
|
philsmd |
hashcat
|
4 |
877 |
06-16-2020, 02:52 PM |
|
|
Thread: Blockchain Wallet
Post: RE: Blockchain Wallet
my guess is that you already should have a backup of your JSON file downloaded beforehand, ready to be used for recovery and saved to your disk ?
If you didn't make any backups and don't have any fil... |
|
philsmd |
hashcat
|
6 |
1,279 |
06-17-2020, 01:00 PM |
|
|
Thread: -m 2500 hccapx works on hashcat-5.1.0+1831 but not 6.0
Post: RE: -m 2500 hccapx works on hashcat-5.1.0+1831 but...
what's your command ?
do you use -m 2500 in the command line ? |
|
philsmd |
hashcat
|
1 |
482 |
06-17-2020, 10:05 PM |
|
|
Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?
I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat.
I think a similar problem/limitation/restri... |
|
philsmd |
hashcat
|
4 |
851 |
06-19-2020, 06:24 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
The downloaded file l_opencl_p_18.1.0.015.tgz defintiely contains an installation file called "install.sh" within the archive.
If you would have extracted the tgz file correctly with "tar xzf l_ope... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-14-2020, 06:33 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
for -m 14000 = DES (PT = $salt, key = $pass)
the "plain text" is the salt and the password is the encryption key
Therefore, with unknown plain text the "hash" would change or you would need to l... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-14-2020, 11:00 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
so you know exactly 4 "bytes" of 8 bytes of the key ? (just remember that of the 8 "bytes" == 8 * 8 bits = 64 bits, 8 of them are parity bits, therefore it's 8*8 - 8 = 64 bits - 8 bits = 56 bits). we ... |
|
philsmd |
hashcat
|
11 |
1,633 |
06-15-2020, 08:39 AM |
|
|
Thread: help
Post: RE: help
do you mean that the format is
Code:
--
email:hash
--
?
you could just use --username if you want that hashcat ignores the first part (email or username normally) |
|
philsmd |
hashcat
|
4 |
771 |
06-19-2020, 06:40 PM |