Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?
this makes no sense:
Code:
--
-1 ?u?l -2 ?u?l -3 ?u?l -4 ?u?l
--
they all define the same thing. so do it only once
Code:
--
hashcat -m 22700 -a 3 -w 3 -1 ?u?l -i --increment-min 5 hashe... |
|
philsmd |
General Talk
|
3 |
728 |
08-07-2020, 03:18 AM |
|
|
Thread: Location of restore file
Post: RE: Location of restore file
what's your operating system ?
The restore file is named after your session e.g. with default "hashcat" session, it's just hashcat.restore.
By default it's stored in the hashcat folder, e.g. if ... |
|
philsmd |
hashcat
|
2 |
460 |
08-06-2020, 08:44 AM |
|
|
Thread: MD5 mask cracking - exhausted/different result each time
Post: RE: MD5 mask cracking - exhausted/different result...
very bad. we call this false positive (or just a wrong result)..
just try with -D 1 , it will work perfectly fine.
it seems to be a driver problem, because the same code works on each and every ... |
|
philsmd |
hashcat
|
2 |
485 |
08-05-2020, 03:47 PM |
|
|
Thread: How to get addresses from keys?
Post: RE: How to get addresses from keys?
I don't think so. You would need to have the password to decrypt it and get the private keys (the HD mechanism automatically allows to generate and lookup all the addresses and public keys if you have... |
|
philsmd |
General Talk
|
3 |
728 |
08-05-2020, 03:28 AM |
|
|
Thread: Sha1 with salt help
Post: RE: Sha1 with salt help
we are very sceptical about identifying hashes with those tools just by doing some regular expressions.
They either provide just a too long list of possibilities or totally wrong / stupid results.
... |
|
philsmd |
hashcat
|
4 |
680 |
08-05-2020, 12:17 AM |
|
|
Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...
did you try -S ?
maybe a solution is to pre-compute something to generate a larger dict from the small dict. pipe could also be an option, but let's be honest both -S and pipes normally are only be... |
|
philsmd |
hashcat
|
5 |
712 |
08-04-2020, 09:47 PM |
|
|
Thread: Sha1 with salt help
Post: RE: Sha1 with salt help
well, it's difficult to say. we would need to have the exact algorithm with input and output (masked hashes if really needed, but first let's discuss it in more detail... also see forum rules which do... |
|
philsmd |
hashcat
|
4 |
680 |
08-04-2020, 09:44 PM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
don't post hashes here, see https://hashcat.net/forum/announcement-2.html
I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of... |
|
philsmd |
hashcat
|
5 |
817 |
08-04-2020, 01:09 AM |
|
|
Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote
you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says).
The script doesn't work without specifying the sqlite file within t... |
|
philsmd |
hashcat
|
5 |
817 |
08-03-2020, 12:01 PM |
|
|
Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...
what attack type (-a x) ? What input ? How large is the mask/dict(s) ?
Maybe try using this:
Code:
--
-S
--
but the speed will/could suffer a lot with -S.
I guess you could just optimize... |
|
philsmd |
hashcat
|
5 |
712 |
08-02-2020, 11:34 PM |
|
|
Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files
also depends a lot on how random the password is. if it is "just" a combination of 2-3 words from a small list of words, there might be a possibility of recoverying the password.
If instead the pas... |
|
philsmd |
hashcat
|
4 |
647 |
08-02-2020, 08:43 PM |
|
|
Thread: I ran hashcat with a bunch of *.16800 hash files, what is best way to see results?
Post: RE: I ran hashcat with a bunch of *.16800 hash fil...
if we have a hash like this (masked with XXX, see https://hashcat.net/forum/announcement-2.html):
Code:
--
45XXXX330c4570de8b0846b48fXXXX15:b34XXXX1b316:3f416fe0XXXX:68617368636174
--
for whic... |
|
philsmd |
hashcat
|
4 |
729 |
08-02-2020, 04:02 PM |
|
|
Thread: increment function: how can i start not from 1?
Post: RE: increment function: how can i start not from 1...
yeah, sure, both are needed. --increment just enables the increment feature, while --incement-min and --increment-max are optional command line parameters that allow to set the increment limits. |
|
philsmd |
hashcat
|
3 |
456 |
08-02-2020, 02:20 PM |
|
|
Thread: increment function: how can i start not from 1?
Post: RE: increment function: how can i start not from 1...
all the necessary information is generally in the --help output:
Code:
--
--increment-min 3
--
|
|
philsmd |
hashcat
|
3 |
456 |
08-02-2020, 12:50 PM |
|
|
Thread: hashcat found MD5 plaintext but it is not correct not sure why
Post: RE: hashcat found MD5 plaintext but it is not corr...
first of all, it's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html
You will get banned for this action from this forum. There is kind of a zero tolerance policy,... |
|
philsmd |
hashcat
|
2 |
474 |
08-01-2020, 09:22 AM |
|
|
Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file
you of course need to specify the hash type too (I was only focusing on custom charset and increments):
Code:
--
hashcat -m 11600 -a 3 -O -w 3 --increment --increment-min 10 --custom-charset2 4567... |
|
philsmd |
hashcat
|
10 |
1,330 |
08-01-2020, 07:52 AM |
|
|
Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file
Code:
--
-O -a 3 -w 3 --increment --increment-min 10 --custom-charset2 456789 hash.txt myword?2?d?d?d?d?d
--
|
|
philsmd |
hashcat
|
10 |
1,330 |
07-31-2020, 11:56 PM |
|
|
Thread: Sha512(pass.salt), 128char salt.
Post: RE: Sha512(pass.salt), 128char salt.
did you try -m 1710 = sha512($pass.$salt) ?
see https://hashcat.net/wiki/doku.php?id=example_hashes
there are some differences with length limits between optimized (using -O) and pure kernels (... |
|
philsmd |
hashcat
|
2 |
504 |
07-31-2020, 10:22 PM |
|
|
Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file
either use:
Code:
--
hashcat -m 11600 -a 3 -w 3 --increment --increment-min 8 hash.txt myword?d?d?d?d?d?d
--
or
Code:
--
hashcat -m 11600 -a 6 -w 3 --increment --increment-min 2 hash.txt... |
|
philsmd |
hashcat
|
10 |
1,330 |
07-31-2020, 09:50 PM |
|
|
Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file
there are two problems here, but the main problem is the driver setup problem.
We saw this problem a couple of times in the past where it seems that hashcat crashes on the "Initializing" line, but ... |
|
philsmd |
hashcat
|
10 |
1,330 |
07-31-2020, 06:28 PM |