Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion
never heard about this "AuthenticationAuthority" format, hashcat officially only supports this: https://hashcat.net/forum/thread-8368-post-44680.html#pid44680 and the itunes backups plist files.
We... |
|
philsmd |
hashcat
|
9 |
4,502 |
06-03-2019, 09:45 AM |
|
|
Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion
if I understood this correctly you can access the file when mounting the file system with a different operating system ?!
I think we can't do anything about that. You can't just use a totally diffe... |
|
philsmd |
hashcat
|
9 |
4,502 |
06-14-2019, 06:53 PM |
|
|
Thread: Recovery not even starting
Post: RE: Recovery not even starting
First of all, according to the forum rules you are not allowed to post hashes see https://hashcat.net/forum/announcement-2.html
Second, the hash that you use corresponds to a password with 4 characte... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,501 |
03-20-2015, 11:05 PM |
|
|
Thread: keyspace vs speed and time estimated
Post: RE: keyspace vs speed and time estimated
There are 2 different definitions of "keyspace" here:
1. the first of them is the "keyspace" for a sequence of 8 upper case characters, i.e. 26 ^ 8 = 208827064576 (note: you can see this also within t... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,497 |
03-15-2016, 05:47 PM |
|
|
Thread: FIFO help
Post: RE: FIFO help
If you are using just a few rules (or possibly even just 1), you can use -j/-k together with -a1 for each and every rule:
Code:
--
hashcat -m 1000 -a 1 -w 4 -j "$1 $2 $3" hash.txt dict1.txt dict2.tx... |
|
philsmd |
hashcat
|
3 |
4,472 |
05-25-2017, 11:01 AM |
|
|
Thread: FIFO help
Post: RE: FIFO help
As said, the first approach (with -j/-k) should be used if you plan to use only very few rules: i.e. you can start hashcat a couple of times (one after the other in a sequence, or loop if you prefer) ... |
|
philsmd |
hashcat
|
3 |
4,472 |
05-26-2017, 07:44 AM |
|
|
Thread: CPU v GPU configuration
Post: RE: CPU v GPU configuration
hashcat currently supports these attack modes:
-a 0 dict.txt
-a 1 dict1.txt dict2.txt
-a 3 ?a?a?a?a?a
-a 6 dict.txt ?a?a?a?a?a
-a 7 ?a?a?a?a?a dict.txt
you did use NONE (including the mask and... |
|
philsmd |
hashcat
|
5 |
4,468 |
08-16-2018, 08:26 AM |
|
|
Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?
You should be more specific about what you know about the keys/passwords.
If the keys are completely random and k1, k2 and k3 could all be different, then the keyspace is very large (way too large to... |
|
philsmd |
hashcat
|
5 |
4,445 |
08-14-2017, 03:05 PM |
|
|
Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?
I see no reason to use rand () here. That would only make sense if you know the seed (as explained in my previous post). Otherwise it would just slow everything down by a lot.
Furthermore, there is no... |
|
philsmd |
hashcat
|
5 |
4,445 |
08-14-2017, 04:44 PM |
|
|
Thread: Blockchain hash
Post: RE: Blockchain hash
maybe you should contact your email service provider and/or the blockchain support !?
There is also no such thing as decoded blockchain hash or decrypted hash. hashes can sometimes be cracked (but ... |
|
philsmd |
hashcat
|
10 |
4,442 |
04-16-2019, 08:42 PM |
|
|
Thread: Blockchain hash
Post: RE: Blockchain hash
I've modified your latest post, because you shouldn't post private/sensitive info here (the forum rules say do not post hashes in public).
If the the wallet has double_encryption enabled you probab... |
|
philsmd |
hashcat
|
10 |
4,442 |
04-16-2019, 10:10 PM |
|
|
Thread: Blockchain hash
Post: RE: Blockchain hash
as explained here: https://hashcat.net/forum/thread-8288-post-44420.html#pid44420
the only way to obtain the second hash for -m 18800 (you of course need to crack the second hash for the second passw... |
|
philsmd |
hashcat
|
10 |
4,442 |
04-16-2019, 10:43 PM |
|
|
Thread: Blockchain hash
Post: RE: Blockchain hash
crack the hashes you obtain with with extract-blockchain-second-hash.py -m 18800 = Blockchain, My Wallet, Second Password (SHA256)
if you have removed the double encryption (BOTH encryptions), you ... |
|
philsmd |
hashcat
|
10 |
4,442 |
04-16-2019, 11:12 PM |
|
|
Thread: Blockchain hash
Post: RE: Blockchain hash
so as far as I understood, the question (also in regards to your PM) was how to obtain the intermediate results between the two decryption step. Well, it's just using PBKDF2-HMAC-SHA1 (32 byte output)... |
|
philsmd |
hashcat
|
10 |
4,442 |
04-17-2019, 08:46 AM |
|
|
Thread: iTunes backup help...
Post: RE: iTunes backup help...
I think brute-force is a very bad strategy here.
I would stick with dictionary attacks (-a 0) and only if you are sure about a very specific pattern or did already try all possibilities (likely pas... |
|
philsmd |
hashcat
|
10 |
4,436 |
04-30-2019, 07:05 PM |
|
|
Thread: iTunes backup help...
Post: RE: iTunes backup help...
best advice is to remember as much as possible from the password that was (probably) used and build some small (or up to medium) sized dictionary which follows those policies/patterns.
Of course it... |
|
philsmd |
hashcat
|
10 |
4,436 |
04-30-2019, 10:40 AM |
|
|
Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...
hashcat: "All hashes found already, won't crack them again"
Vidramon: "it will work for Nvidia, but not for Amd, resulting not find a pass"
this makes absoultely no sense to me.
Did you even re... |
|
philsmd |
hashcat
|
13 |
4,419 |
09-21-2019, 05:19 PM |
|
|
Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver
are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ?
That's probably not correct. Can you give a link to these benchmarks ?
Of course if you have 8 x Nvidia GTX 1080 ti th... |
|
philsmd |
hashcat
|
7 |
4,416 |
12-16-2018, 04:05 PM |
|
|
Thread: How to crack a password in this way with hashcat ?
Post: RE: How to crack a password in this way with hashc...
This trac ticket https://hashcat.net/trac/ticket/539 seems to be related to your question.
The main reasons it wasn't implemented yet, was that the full details about the maximum length devs should... |
|
philsmd |
Old hashcat Support
|
1 |
4,407 |
03-26-2015, 11:50 AM |
|
|
Thread: preppend number to dictionary
Post: RE: preppend number to dictionary
Think about it one more time!
If you first prepend 1
then prepend 2
then prepend 3
then prepend 4
then prepend 5
you end up prepending "54321"
so you need to reverse it to ^5^4^3^2^1 if you want to ... |
|
philsmd |
Old hashcat Support
|
2 |
4,398 |
01-15-2016, 12:27 AM |