Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x
it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used.
BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru... |
|
philsmd |
hashcat
|
2 |
1,283 |
02-19-2020, 10:37 PM |
|
|
Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2
When we compare the content of your .sqlite file with the normal parsing of the .js file (see https://github.com/philsmd/1password_agilekeychain_to_hashcat/blob/master/1password_agilekeychain_to_hashc... |
|
philsmd |
Old oclHashcat Support
|
8 |
14,817 |
11-04-2015, 11:00 AM |
|
|
Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2
yes it cracks see:
Code:
--
echo Hashcat009? | ./1Password_372.pl
full: fb48ad370166a38cefdc083240a0fff362064e98312f48aeb8f5e67481d39dc7c1c144558ef49c4e
salt: fb48ad370166a38c
prefix:
iv: �... |
|
philsmd |
Old oclHashcat Support
|
8 |
14,817 |
11-07-2015, 08:25 PM |
|
|
Thread: hash extractor
Post: RE: hash extractor
For now you need to use something like:
- office: office2hashcat.py or office2john.py
- pdf: pdf2john.py
for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper. |
|
philsmd |
Old hashcat Support
|
2 |
5,366 |
02-17-2015, 03:30 PM |
|
|
Thread: Hash extract error
Post: RE: Hash extract error
It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed... |
|
philsmd |
General Talk
|
2 |
920 |
03-07-2020, 10:34 AM |
|
|
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: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
you need to at least explain what software you used to generate the paper wallet.
My guess is that it is a bip38 or similar "encrypted"/derived private key. What data do you have? The encrypted pri... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:22 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the private&public key pair. |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:42 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
I don't think that the data you have is enough at all. if you only have the password you can't do anything, you need to have the data too (it's like a seed or think about it as AES encrypted gibberish... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 11:52 AM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
oh. we are suddently speaking about brain wallets? The OP didn't mention that and the other post was modified to include "brain wallet". Yeah, that's a different story.
[hr]
Nevermind, the title say... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 12:05 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
how do you want to customize it? are you trying to generate the password candidates in a very specific way ? because for "just" sha256 you do not need to customize anything |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 12:10 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
yeah I agree, the code seems to be this one:
https://github.com/pointbiz/bitaddress.org/blob/72aefc03e0d150c52780294927d95262b711f602/src/ninja.brainwallet.js#L27-L32
and this means that you need ... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 12:16 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
before jumping into this I would recommend doing the math because 64^6 (as far as I understood you corrected your first number above) is quite a huge number.
You would need to have a huge amount of b... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 12:23 PM |
|
|
Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...
yeah, that sounds acceptable (and almost exactly the amount of time I was thinking about that would be needed by a mid/high end consumer CPU).
This also proofs that it's not that clever to use brain ... |
|
philsmd |
hashcat
|
22 |
17,308 |
07-13-2018, 12:59 PM |
|
|
Thread: Hash 'hashes': Token length exception No hashes loaded.
Post: RE: Hash 'hashes': Token length exception No hashe...
the command should be:
Code:
--
./hashcat64.bin -a 0 -m 0 myhash mydict
--
both files myhash and mydict need to exist
the error message that you got, says that the file "hashes" can't be ... |
|
philsmd |
hashcat
|
1 |
976 |
02-01-2020, 08:09 AM |
|
|
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: Hardware suggest
Post: RE: Hardware suggest
mac/OS X is only supported by cpu hashcat ( https://hashcat.net/hashcat/ ), windows/linux instead are supported by all cats (cpu hashcat, cudaHashcat, oclHashcat).
Yes, the GPU may be faster than you... |
|
philsmd |
Hardware
|
1 |
4,722 |
01-08-2015, 03:26 PM |
|
|
Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...
$HEX[2474406d66307264210d40313233] means that hashcat is trying to use the string 2474406d66307264210d40313233 in hexadecimal notation (it's in hexadecimal because there are some non-printable or "esc... |
|
philsmd |
hashcat
|
3 |
2,643 |
07-26-2018, 07:37 AM |
|
|
Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...
\r, 0x0d and '\015' are all just different forms of representing the carriage return character. Therefore yes I'm sure that it's \r, and *you* also remove the same character with your tr command.
I... |
|
philsmd |
hashcat
|
3 |
2,643 |
07-26-2018, 09:40 AM |
|
|
Thread: Guidance for creation of custom kernels
Post: RE: Guidance for creation of custom kernels
I would say that the best thing for now is to just have a look at the github commit history and check for the addition of (already added) new hash types, like this one: https://github.com/hashcat/hash... |
|
philsmd |
General Talk
|
2 |
1,858 |
06-15-2019, 09:33 AM |