Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Hashtopussy Mask Attack
Post: RE: Hashtopussy Mask Attack
The problem is that this is not the hashtopussy forum.
Hashtopussy is a 3rd party software. You are asking your question at the wrong place
You should try to find the answers to your questions by ... |
|
philsmd |
General Talk
|
2 |
2,468 |
02-03-2018, 09:10 PM |
|
|
Thread: Haschat cracked a password but how can I print out it?
Post: RE: Haschat cracked a password but how can I print...
It is explained for instance here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
... |
|
philsmd |
hashcat
|
2 |
2,634 |
02-03-2018, 03:47 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
different salt type implies ("slightly") different algorithm (as far as I know)
The output of electrum2john will be different for different salt types.
I.e. $electrum$1 means that salt-type 1 is b... |
|
philsmd |
hashcat
|
32 |
25,733 |
02-03-2018, 01:34 PM |
|
|
Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...
if you use -a 0 you should specify at least one word list (dictionary file).
Otherwise, hashcat will assume that you sent the password candidates via standard input (stdin) and therefore use a pipe... |
|
philsmd |
hashcat
|
4 |
9,494 |
02-02-2018, 05:22 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line.
The hash must look similar to the one that is mentioned here: https://hashcat.... |
|
philsmd |
hashcat
|
32 |
25,733 |
01-30-2018, 01:24 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look correct to me.
As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct.
You even write:
Code:
--
?1 = 101213 = Carriage R... |
|
philsmd |
General Talk
|
37 |
24,767 |
01-27-2018, 08:59 AM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look too bad.
but there are at least 2 things that I don't understand:
1. why do you define --custom-charset1 with EFBBBF and only use it at 1 position (this means that hashcat will test ... |
|
philsmd |
General Talk
|
37 |
24,767 |
01-26-2018, 11:30 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and... |
|
philsmd |
General Talk
|
37 |
24,767 |
01-26-2018, 09:00 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Can you please give clear instruction on how to reproduce this?
Do you just run "./hashcat64.bin --restore" and it immediately gives you the "Restore value is greater than keyspace." error ? Does i... |
|
philsmd |
hashcat
|
15 |
9,382 |
01-22-2018, 03:46 PM |
|
|
Thread: "Getting Help from Friends" -- Reverse my hash?
Post: RE: "Getting Help from Friends" -- Reverse my hash...
In general (if we do not look at ethereum pre-sale) it's not always the case that only by having found the password corresponding to a certain hash you can access data of the owner of the hash (if no ... |
|
philsmd |
hashcat
|
4 |
3,766 |
01-20-2018, 10:58 PM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Please try with https://hashcat.net/beta/ |
|
philsmd |
hashcat
|
15 |
9,382 |
01-19-2018, 05:13 PM |
|
|
Thread: 13 gpu issue
Post: RE: 13 gpu issue
There are a lot of warnings in your output.
Starting from the timeout patch problem to the "Not a native Intel OpenCL runtime" error.
It's not a good idea to ignore all warnings and don't try to fix... |
|
philsmd |
Hardware
|
12 |
9,747 |
01-18-2018, 11:18 PM |
|
|
Thread: 13 gpu issue
Post: RE: 13 gpu issue
you also need to use the option -d (or the long form of it --opencl-devices) to select a specific device. The upper case short option -D (or long --opencl-device-types) does something completely diffe... |
|
philsmd |
Hardware
|
12 |
9,747 |
01-18-2018, 07:20 PM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
No. No. No.
I do not agree that the problem of cqdx has anything to do with what was original reported by the original reporter (OP). I do not agree that we should steal threads like this. I do not... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-16-2018, 11:07 PM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
Exactly. As undeath already pointed out there is a problem with the format or encoding of your hash file, it could be one of these:
1. wrong path to the actual "hash" (you point to the original walle... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-16-2018, 09:32 AM |
|
|
Thread: Line-length exception....
Post: RE: Line-length exception....
You need to make sure that the hash file (the first file that you specified, e.g. .\hashes\music.txt) does contain the hash that you extracted by ethereum2john.py.
I think you didn't store the outp... |
|
philsmd |
hashcat
|
30 |
23,352 |
01-15-2018, 11:57 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack).
solace is currently using... |
|
philsmd |
General Talk
|
37 |
24,767 |
01-15-2018, 11:49 PM |
|
|
Thread: Should I buy a GTX 1070 in place of my GTX 980M
Post: RE: Should I buy a GTX 1070 in place of my GTX 980...
mobile GPUS (like the 980M, or in general GPUs for notebooks) could and do throttle a lot and therefore do not reach the same speed as a non-mobile version.
I think 1070, 1070ti, 1080 or 1080ti are... |
|
philsmd |
hashcat
|
6 |
5,091 |
01-15-2018, 11:34 PM |
|
|
Thread: How are Litecoin wallets encrypted?
Post: RE: How are Litecoin wallets encrypted?
You do not need to guess. The details of the algorithm to derive a key from the user password and use this to encrypt the data/wallet is documented all over the internet, e.g. see here: https://en.bit... |
|
philsmd |
hashcat
|
3 |
4,292 |
01-15-2018, 09:51 AM |
|
|
Thread: [Solved] Invalid LUKS filesize
Post: RE: Invalid LUKS filesize
That's not how you can extract the data. You need to provide to hashcat not only the header/metadata but also some part of the encrypted data. If you reduce it to only the first bytes (metadata), hash... |
|
philsmd |
hashcat
|
5 |
5,086 |
01-15-2018, 09:15 AM |