Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
are you able to share the wallet file or hash in private (after of course all funds are moved out etc) ?
it would be interesting to see if this is some hashcat bug/problem or not
of course we wo... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-12-2019, 09:47 AM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
I think by looking at this source code files:
1. https://github.com/blockchain/My-Wallet-V3/blob/c0bf5615c862fb8d7ec5e3f5031c2998b8ddc690/tests/__data__/wallet-data.json#L8-L22
2. https://github.c... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-12-2019, 03:27 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
@jennifer4682 We did some changes on the code: https://github.com/hashcat/hashcat/pull/2249
we would really need that you tests it to make sure that this fixed your problems (you can use the beta htt... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-13-2019, 12:34 PM |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
It's listed here: https://rocm.github.io/hardware.html
I would recommend that you try ROCm: https://rocm.github.io/ROCmInstall.html
you could also first to try if beta fixes the problem : https:... |
|
philsmd |
hashcat
|
17 |
3,930 |
03-22-2020, 03:17 PM |
|
|
Thread: hashcat-3.40
Post: RE: hashcat-3.40
Hello and welcome,
Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th... |
|
philsmd |
hashcat
|
1 |
3,933 |
03-07-2017, 08:51 AM |
|
|
Thread: -m 18300 APFS
Post: RE: -m 18300 APFS
Code:
--
sudo apt install libfuse3-dev
--
|
|
philsmd |
hashcat
|
9 |
3,940 |
05-18-2020, 10:19 AM |
|
|
Thread: -m 18300 APFS
Post: RE: -m 18300 APFS
normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) .... |
|
philsmd |
hashcat
|
9 |
3,940 |
05-18-2020, 02:08 PM |
|
|
Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...
The format for hashcat is just:
decimal_iteration_count:hexadecimal_salt:hexadecimal_digest
you could just read the encryptionKeys.js file (and base64 convert the salt and digest) or use some othe... |
|
philsmd |
hashcat
|
3 |
3,947 |
08-30-2017, 06:27 PM |
|
|
Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?
The main problem with your approach (e.g something like "I just want to use the GPU to generate a hash list faster") is that the main bottleneck there for sure is I/O.
Even if you use the fastest SSD... |
|
philsmd |
hashcat
|
3 |
3,955 |
08-20-2017, 03:15 PM |
|
|
Thread: Multiple hccap hashes?
Post: RE: Multiple hccap hashes?
It seems that you should try to improve your searching skills ;)
https://hashcat.net/faq#how_can_i_crack_multiple_wpa_handshakes_at_once
There are several forum posts and as you see it even made i... |
|
philsmd |
hashcat
|
2 |
3,958 |
01-28-2017, 01:45 PM |
|
|
Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...
welcome.
The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/
1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl... |
|
philsmd |
hashcat
|
3 |
3,958 |
03-30-2017, 07:47 PM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes)
BTW: it is not allowed to post hashes on this forum |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:03 AM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the... |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:54 AM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
did you try to setup the system for instance with only 2 GPUs and without using risers at all ? risers could introduce a lot of headaches for sure |
|
philsmd |
hashcat
|
11 |
3,970 |
10-03-2019, 10:53 AM |
|
|
Thread: Keepass 1.x issue
Post: RE: Keepass 1.x issue
Example hashes can be found here: https://hashcat.net/example_hashes
Make sure that the format is the same, e.g. it starts with $keepass$*
If you want to prepend the username (or file name) then y... |
|
philsmd |
hashcat
|
2 |
3,985 |
04-18-2017, 09:21 AM |
|
|
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: 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: Limit to distribute
Post: RE: Limit to distribute
This question was already answered a couple of times, please use the forum search.
https://hashcat.net/forum/thread-6448-post-34346.html#pid34346 |
|
philsmd |
hashcat
|
4 |
3,997 |
03-30-2017, 09:18 AM |
|
|
Thread: Limit to distribute
Post: RE: Limit to distribute
This is a known issue of the current release version (3.40): see https://github.com/hashcat/hashcat/issues/1153
You could use the beta version which includes the fix (https://hashcat.net/beta/) or ... |
|
philsmd |
hashcat
|
4 |
3,997 |
03-30-2017, 07:42 PM |
|
|
Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0
kkost: the unit tests of hashcat is a perl + shell script framework that tests if the hash types work correctly (even salt and pass of mininum and maximum length etc). It generates random hashes and v... |
|
philsmd |
hashcat
|
10 |
4,018 |
07-29-2020, 08:23 AM |