Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode
The command makes no sense.
Defining any custom charset like --custom-charset1 (or short -1) without using it within the mask doesn't make any sense and is actually quite a common user mistake. :(
... |
|
philsmd |
hashcat
|
7 |
1,538 |
05-10-2020, 07:29 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
wow, thanks.
I can reproduce now and suspect the bug is located here:
https://github.com/hashcat/hashcat/blob/d34381680d1d0d49fb8db5f94575372b73802739/src/brain.c#L119
the index out_idx is neve... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-09-2020, 11:50 AM |
|
|
Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage
we need more details of course:
- full command (without posting hashes of course)
- system details (CPU, GPU make/model)
- do you see the hashcat process in the task manager ? try only inspecting... |
|
philsmd |
General Talk
|
3 |
1,209 |
05-09-2020, 11:46 AM |
|
|
Thread: separator unmatched
Post: RE: separator unmatched
Could you please explain what you are trying to crack (which type of hashes) and how you are testing ?
The best thing probably would be to just test example hashes from https://hashcat.net/wiki/exa... |
|
philsmd |
hashcat
|
7 |
1,465 |
05-09-2020, 07:35 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
I currently can't reproduce to get an identical session ID with different hash lists.
could you please provide your full server and client commands and also the hash lists (PM is also okay, or even... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 02:12 PM |
|
|
Thread: Slow-candidates for hybrid attacks
Post: RE: Slow-candidates for hybrid attacks
I think there isn't really any serious reasoning why it isn't implemented yet. You could try to request it on github (https://github.com/hashcat/hashcat/issues/) and see if it gets accepted and implem... |
|
philsmd |
hashcat
|
2 |
1,211 |
05-08-2020, 12:59 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
could you please try with latest beta version from https://hashcat.net/beta/ ? just to make sure we are testing with the same version / code. |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 12:54 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
Can you show also the server logs ? do the IDs change ? |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 11:27 AM |
|
|
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: 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: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.
a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command
Code:
--
hashcat64.e... |
|
philsmd |
hashcat
|
5 |
1,172 |
05-07-2020, 11:00 AM |
|
|
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: LastPass new App hash extraction explanation
Post: LastPass new App hash extraction explanation
Thanks to @Chick3nman, I came to the attention that LastPass has a new native App and is NOT directly using the browser extension architecture on macOS anymore, see:
https://www.theverge.com/2020/1/2... |
|
philsmd |
User Contributions
|
0 |
858 |
05-07-2020, 09:44 AM |
|
|
Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)
betas are available here: https://hashcat.net/beta/ |
|
philsmd |
Beta Tester
|
1 |
859 |
05-06-2020, 07:22 PM |
|
|
Thread: Help implementing FNV1 for a3 mode
Post: RE: Help implementing FNV1 for a3 mode
I would suggest to start with some simple hash types that involve md5/sha1 etc...
In general there are some algorithms listed here, that are not already implemented: https://github.com/hashcat/has... |
|
philsmd |
hashcat
|
1 |
559 |
05-04-2020, 07:11 PM |
|
|
Thread: hashmode sha1(sha1($pass).$salt) support?
Post: RE: hashmode sha1(sha1($pass).$salt) support?
This seems to be similar to:
-m 4520 = sha1($salt.sha1($pass))
-m 4521 = Redmine
-m 4522 = PunBB
but with the $salt at the end instead of at the beginning (all of the above use the salt at the s... |
|
philsmd |
hashcat
|
1 |
521 |
05-04-2020, 07:06 PM |
|
|
Thread: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256
it's written in the document you linked: https://perlmaven.com/storing-passwords-in-a-an-easy-but-secure-way -> https://metacpan.org/pod/Crypt::PBKDF2 -> "the number of iterations encoded with MIME::B... |
|
philsmd |
hashcat
|
2 |
702 |
05-03-2020, 11:37 AM |
|
|
Thread: Discord
Post: RE: Discord
I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc... |
|
philsmd |
hashcat
|
1 |
900 |
05-02-2020, 06:46 PM |
|
|
Thread: hashcat and $electrum$5* hash
Post: RE: hashcat and $electrum$5* hash
As far as we know, this is a driver problem and happens because of the deflate/zlib decompression code.
This means that for your driver/hardware also the compressed PKZIP modes will fail (not a pro... |
|
philsmd |
hashcat
|
2 |
657 |
05-02-2020, 06:39 PM |
|
|
Thread: Speed up bruteforce H/s
Post: RE: Speed up bruteforce H/s
let's start by letting us know which type of hashes you are targeting.
Throwing some numbers at the table doesn't make much sense without the information about the algorithm / hash type .
BTW: m... |
|
philsmd |
hashcat
|
3 |
845 |
05-01-2020, 12:30 PM |