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 Forum [desc] Replies Views Posted
    Thread: Another newbie question
Post: RE: Another newbie question

Yes, in theory you could use also a hex editor to extract the 512 bytes. Just make sure that the final "hash file" contains the data in binary (it does not work with hexadecimals in the hash file, it ...
philsmd hashcat 3 3,665 11-25-2017, 12:23 PM
    Thread: proper use of increment option
Post: RE: proper use of increment option

We need to distinguish between the minimum and maximum password length supported by the algorithm and OpenCL kernels ... and the settings the user sets (with --increment-max for instance). What you ...
philsmd hashcat 6 17,939 11-26-2017, 10:03 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

I think there is some special byte in there, like the windows BOM etc. Hashcat doesn't expect that there is any other bytes within the hash file except the bytes that are required ("the hash"). ...
philsmd hashcat 7 14,268 12-03-2017, 10:28 AM
    Thread: correct command line
Post: RE: correct command line

your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator) I'...
philsmd hashcat 24 22,564 12-04-2017, 08:51 PM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

If it is a non-sensitive archive, just open a issue here, explain the issue again and attach the file to the guthub issue: https://github.com/philsmd/7z2hashcat Otherwise, I might give it a glance ...
philsmd hashcat 7 14,268 12-05-2017, 08:44 AM
    Thread: crc32 hash format, No hashes loaded, line length exception?
Post: RE: crc32 hash format, No hashes loaded, line leng...

This is not the correct hash format that you use. The correct hash format can always be determined by looking at the example hashes here https://hashcat.net/wiki/doku.php?id=example_hashes (or using ...
philsmd hashcat 2 2,586 12-05-2017, 04:29 PM
    Thread: 4.01 ERROR "Restore value is greater than keyspace" after pause/checkpoint
Post: RE: 4.01 ERROR "Restore value is greater than keys...

Thank you for this report. I can reproduce this. We probably will need to open a github issue to track this problem. The problem seems to be that the mask position (see https://hashcat.net/wiki/doku...
philsmd hashcat 7 5,866 11-27-2017, 11:28 PM
    Thread: 4.01 ERROR "Restore value is greater than keyspace" after pause/checkpoint
Post: RE: 4.01 ERROR "Restore value is greater than keys...

We already have some good news. The problem was addressed and fixed with these source code changes: https://github.com/hashcat/hashcat/commit/42d1db42947854311028e5c25b91e9af2d154a49 The new bet...
philsmd hashcat 7 5,866 11-28-2017, 10:34 AM
    Thread: Scrypt wallet hash
Post: RE: Scrypt wallet hash

well, you should at least remember if you had bitcoins or ethereums. These are 2 different type of crypto coins. If you had ethereum, you need to use ethereum2john.py if you had bitcoins instead, yo...
philsmd hashcat 2 2,792 11-28-2017, 08:24 PM
    Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?

It's very easy to think about this: you have 2 different processes the 2 processes only communicate over the pipe the second hashcat instance only knows that it gets some input from stdin (from an ...
philsmd hashcat 2 2,677 12-02-2017, 03:35 PM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

@nazgulnarsil told me that he/she was able to load the hash successfully with the latest version from github (it seems that the only problem was the hashcat version, 7z2hashcat wasn't the problem at a...
philsmd hashcat 7 14,268 12-06-2017, 02:54 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

update for ethereum modes supported by hashcat: we recently also added -m 16300 = Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256 (https://github.com/hashcat/hashcat/pull/1476) which is currently suppor...
philsmd hashcat 26 24,603 12-20-2017, 02:20 PM
    Thread: correct command line
Post: RE: correct command line

That's not a contradiction. Both statements are true: 1. 3 dashes are 1 too much 2. 1 dash is 1 dash missing The only correct number of minus symbols (dashes) before the name of the (long) arg...
philsmd hashcat 24 22,564 12-23-2017, 03:15 PM
    Thread: PrestaShop Password
Post: RE: PrestaShop Password

you could just generate a new one and replace the old hash that you have within your database with the newly generated one. The algorithm is md5 ($salt . $pass) salt concatenated with the password ...
philsmd hashcat 2 2,949 12-06-2017, 10:32 PM
    Thread: ETH wallet - Salt-length exception
Post: RE: ETH wallet - Salt-length exception

As far as I know all these three fields: salt, ciphertext, mac should be 32 bytes (and therefore 64 hexadecimal characters) long. Maybe the fields need to be prefixed with zeros if they are shorte...
philsmd hashcat 2 2,498 12-08-2017, 08:49 PM
    Thread: bcrypt salt format
Post: RE: bcrypt salt format

I quickly searched on the web and it seems the obfuscation is just that the algorithm adds " 8 6 4 3 2 6 d b 2 f e 3 b e 4 0 c c 2 4 1 8 7 7 f 6 a 2 c 9 0 b" to the hash (from the start of the hash ev...
philsmd hashcat 4 4,539 12-09-2017, 11:24 AM
    Thread: TrueCrypt 7.1a Decrypt
Post: RE: TrueCrypt 7.1a Decrypt

Since you used the offset 31744 from the start, I assume that you are trying to crack a TrueCrypt boot volume (see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_...
philsmd hashcat 1 3,693 12-12-2017, 10:24 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

Let's start with this: Code: -- Hash 'manifest.txt': Line-length exception -- This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo...
philsmd hashcat 6 4,625 12-14-2017, 10:12 AM
    Thread: Restore Fails
Post: RE: Restore Fails

No, that's also not 100% correct. The FAQ (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions) already says that "The only parameters allowed when restoring a session are --restore and...
philsmd hashcat 12 8,646 12-29-2017, 09:17 AM
    Thread: Restore Fails
Post: RE: Restore Fails

the full command is: Code: -- hashcat64 --restore --session save --
philsmd hashcat 12 8,646 12-29-2017, 09:23 PM