Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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: 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: 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 |
648 |
08-02-2020, 08:43 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: 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: 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: 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: 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
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: 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: 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: 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: 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: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
not exactly true royce, it was once implemented as a separate kernel because of some special handling:
see https://hashcat.net/forum/thread-6354.html
and https://github.com/hashcat/hashcat/commit/82... |
|
philsmd |
hashcat
|
7 |
873 |
08-10-2020, 07:07 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Now you got me wondering which version of AxCrypt hashcat supports. I'm not that much familiar with the AxCrypt implementation and the version covered.
But this question is kind of contradicting: h... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 09:43 AM |
|
|
Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
you could use hashcat-legacy with your CPU from https://hashcat.net/files/hashcat-2.00.7z (deprecated, not supported anymore) update: it seems that hashcat-legacy never supported -m 190... or just i... |
|
philsmd |
hashcat
|
7 |
873 |
08-11-2020, 09:57 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
it's on the main page: https://github.com/Fist0urs/AxSuite#author |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 10:51 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
I have a nice update for you.
I just took some free time to have a quick glance on the JTR (John The Ripper) implementation of AxCrypt 2 and it seems the algorithm of AxCrypt 2 is pretty straight for... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 02:45 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Hey lapolis,
while doing a little more research and searching for AxCrypt related topic on github and the JTR repo, I came across your new github issue on the JTR repo: https://github.com/magnumrippe... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 12:17 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
the cost doesn't matter at all. it will change depending on your hardware etc. That's a feature (the user shouldn't wait "too long" for the software to decrypt the files, but it should still be quite ... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 09:04 AM |