Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I think this is related: https://github.com/hashcat/hashcat/issues/1644
it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 10:52 AM |
|
|
Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...
I was thinking about this now a little bit and I found another problem...
if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic... |
|
philsmd |
hashcat
|
4 |
1,267 |
05-07-2020, 03:22 PM |
|
|
Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: Any hashcat user with AMD cards on macOS wanted fo...
Unfortunately, the developer team has no such hardware (new Apple iMac or iMac pro or any new high-end macbook with AMD cards) to test some problems with macOS (we believe only latest version and/or n... |
|
philsmd |
Beta Tester
|
4 |
2,459 |
05-08-2020, 10:45 AM |
|
|
Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...
Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys... |
|
philsmd |
Beta Tester
|
4 |
2,459 |
05-15-2020, 12:55 PM |
|
|
Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...
The best/easiest thing for macOS (since we can't really cross-compile the macOS binaries for every macOS version etc), is to just use git and compile it yourself.
i.e. with brew install the most im... |
|
philsmd |
hashcat
|
4 |
990 |
05-23-2020, 08:46 AM |
|
|
Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...
these 2 commands are not the same
Code:
--
hashcat -a 0 -m 14800 -o hash.txt passwords4.txt
--
vs
Code:
--
./hashcat -a 0 -m 14800 -o hash.txt passwords4.txt
--
"./hashcat" is the only o... |
|
philsmd |
hashcat
|
4 |
990 |
05-23-2020, 07:50 PM |
|
|
Thread: Whats up with this hardware
Post: RE: Whats up with this hardware
the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra... |
|
philsmd |
Hardware
|
4 |
1,162 |
05-25-2020, 07:38 AM |
|
|
Thread: Salted hash
Post: RE: Salted hash
what is the algorithm in your opinion ?
sha256 ($salt)
?
if that would be the case, you could consider the salt just like a unknown password.
what is the format of this salt, what is its... |
|
philsmd |
hashcat
|
4 |
802 |
06-04-2020, 03:30 PM |
|
|
Thread: Salted hash
Post: RE: Salted hash
if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long.
Therefore, it depends on the algorithm, the ... |
|
philsmd |
hashcat
|
4 |
802 |
06-04-2020, 08:17 AM |
|
|
Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card
follow this: https://hashcat.net/faq/wrongdriver
and install the driver directly from https://nvidia.com |
|
philsmd |
hashcat
|
4 |
892 |
06-15-2020, 11:33 AM |
|
|
Thread: Hashcat don't find my password
Post: RE: Hashcat don't find my password
you could try with latest beta version : https://hashcat.net/beta/
never use --self-test-disable , because it just ignores every sanity check and therefore you are basically ignoring the serious er... |
|
philsmd |
hashcat
|
4 |
877 |
06-16-2020, 02:52 PM |
|
|
Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?
I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat.
I think a similar problem/limitation/restri... |
|
philsmd |
hashcat
|
4 |
851 |
06-19-2020, 06:24 PM |
|
|
Thread: help
Post: RE: help
do you mean that the format is
Code:
--
email:hash
--
?
you could just use --username if you want that hashcat ignores the first part (email or username normally) |
|
philsmd |
hashcat
|
4 |
771 |
06-19-2020, 06:40 PM |
|
|
Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?
|
philsmd |
hashcat
|
4 |
851 |
06-19-2020, 10:18 PM |
|
|
Thread: help
Post: RE: help
english only: https://hashcat.net/forum/announcement-2.html
(non-english post deleted because of the forum rules) |
|
philsmd |
hashcat
|
4 |
771 |
06-20-2020, 08:33 AM |
|
|
Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b
That's actually the funny and at the same time very difficult part of encoding.
the euro sign € can be also represented by just one byte in other encodings for instance ISO8859-15 has 0xa4 as a cur... |
|
philsmd |
hashcat
|
4 |
809 |
06-16-2020, 10:06 PM |
|
|
Thread: SHA-256
Post: RE: SHA-256
There is no "wrong" algorithm implemented in hashcat. All the hashing algorithms are correct. They are just different like night and day. (maybe you could say some are more similar, but the result is ... |
|
philsmd |
hashcat
|
4 |
801 |
06-23-2020, 08:20 AM |
|
|
Thread: Only 1x DDR4 module
Post: RE: Only 1x DDR4 module
what type/model of RAM and how many gigabytes (GB) of RAM ? |
|
philsmd |
Hardware
|
4 |
764 |
07-08-2020, 12:00 PM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
We normally say that hashes that are "raw" or that are "unsalted" have no salt. And this statement is perfectly correct.
but you could also see it like this: a hash type/algorithm that does not hav... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 07:41 PM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
I think "guessed" is the wrong term. Most things (except of the password) are normally known when it comes to hash cracking. Normally you won't need to guess iterations counts (or cost factors), they ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 08:55 PM |