Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
if you want to install the Intel driver, you just go to the intel download page (as explained in dozens of other hashcat forum posts):
https://hashcat.net/forum/thread-9240-post-48858.html#pid48858
... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 12:48 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
it's directly linked in the above thread:
linux: https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
windows: https://registrationcenter-download.intel.co... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 02:00 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
Code:
--
cd Downloads/
tar xzf l_opencl_p_18.1.0.015.tgz
cd l_opencl_p_18.1.0.015/
sudo ./install.sh
--
The installer will tell you if you have installed all the packages that are needed ... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 09:17 PM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
try to crack the example hash from https://hashcat.net/wiki/doku.php?id=example_hashes
after that try to create a new wallet (of course backup your other wallet first) with a known password and try... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 07:50 AM |
|
|
Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...
that's just a warning that says that your amount of password candidates (and speed that results from this small input) doesn't allow full acceleration. This doesn't mean that it's not able to crack.
... |
|
philsmd |
hashcat
|
13 |
2,038 |
06-11-2020, 07:04 PM |
|
|
Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac
if you want to use your own directory and not the directory structure that the brew package maintainer decided to use (to be fair it's also similar how the "make install" target on linux works), you c... |
|
philsmd |
hashcat
|
3 |
814 |
06-03-2020, 08:32 AM |
|
|
Thread: Salted hash
Post: RE: Salted hash
if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long.
Therefore, it depends on the algorithm, the ... |
|
philsmd |
hashcat
|
4 |
802 |
06-04-2020, 08:17 AM |
|
|
Thread: Problem - Signature unmatched No hashes loaded.
Post: RE: Problem - Signature unmatched No hashes loaded...
why do you not use a hash file, i.e. a file that contains the hash.
The shells (cmd/bash) have various special symbols that need to be escaped, it's always safer to use a file. |
|
philsmd |
hashcat
|
11 |
2,040 |
06-11-2020, 07:08 PM |
|
|
Thread: Beta and driver
Post: RE: Beta and driver
great, thanks for update.
Problem fixed :)
thread closed |
|
philsmd |
hashcat
|
2 |
591 |
06-11-2020, 07:12 PM |
|
|
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 |