Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author [desc] Forum Replies Views Posted
    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: 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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...

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: 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: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

The algorithm is also not complete. One of the important steps is missing... how does a password cracking tool know if the password is correct ? the verification code i.e. checking the decrypted byte...
philsmd hashcat 19 3,655 05-10-2020, 07:34 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, great testing/analysis again. This just shows how important it is to double-check the changes... this is actually an independent second problem now... the qsort () call here: https://gi...
philsmd hashcat 21 3,577 05-11-2020, 11:24 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

yeah, it will work for all supported attack types supported by --slow-candidates (-S), (-a 0, -a 1, -a 3). The most important thing though, is to get a clear picture on when to use brain and when ...
philsmd hashcat 21 3,577 05-11-2020, 12:50 PM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

the naming convention is just: - brain.[SESSION_ID].ldmp for hashed passwords - brain.[ATTACK ID].admp for attack positions that means, that you could just start a quick cracking job again and se...
philsmd hashcat 21 3,577 05-11-2020, 03:49 PM