Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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: 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: 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
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 |
|
|
Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files
Do the hashes load fine with hashcat or do you receive an error messages ?
Do you have any examples of "test hashes" for which you know the password (and open perfectly fine with the AxCrypt softw... |
|
philsmd |
hashcat
|
4 |
648 |
08-12-2020, 05:08 PM |
|
|
Thread: salt+password md5
Post: RE: salt+password md5
the format is:
Code:
--
hash:salt
--
see https://hashcat.net/wiki/example_hashes
so it's the other way around.
It's not allowed to post hashes here, see: https://hashcat.net/forum/announ... |
|
philsmd |
hashcat
|
2 |
432 |
08-13-2020, 11:55 PM |
|
|
Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash
-a 3 is mask attack ("brute-force").
This makes no sense with a dictionary like rockyou.txt. For dictionary attacks you need to use -a 0 (word lists). |
|
philsmd |
hashcat
|
3 |
424 |
08-17-2020, 10:29 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Thanks for testing. The new beta is now available that includes the new support for AxCrypt 2: https://hashcat.net/beta/ .
Of course, every upcoming release version greater 6.1.1 will also include th... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-18-2020, 10:55 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: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits
Code:
--
hashcat --stdout -a 3 -o dict.txt Password?d?d?d
hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword
hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
7 |
729 |
08-21-2020, 10:08 PM |
|
|
Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.
where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ?
Also, I guess that you need to remove "-notreal" right ?
just compare with the exa... |
|
philsmd |
hashcat
|
1 |
323 |
08-23-2020, 12:50 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
why do you use POCL ?
see https://hashcat.net/hashcat/ for the recommended drivers |
|
philsmd |
hashcat
|
4 |
536 |
08-24-2020, 07:09 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
depends on your hardware make and model
What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ?
For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ... |
|
philsmd |
hashcat
|
4 |
536 |
08-25-2020, 08:20 AM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
run clinfo and post the output
after that also try this: https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
7 |
593 |
08-25-2020, 06:57 PM |
|
|
Thread: macOS firmware password hash mode ?
Post: RE: macOS firmware password hash mode ?
I'm not very familiar with these macOS passwords, but maybe you could try this:
https://forums.macrumors.com/threads/reset-macos-firmware-password.2039622/?post=24518521#post-24518521
(using firmwar... |
|
philsmd |
hashcat
|
3 |
388 |
08-26-2020, 12:28 AM |