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 Replies Views [asc] Posted
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...

The length of a normal sha256 hash is 64 hexadecimal characters and therefore 32 raw bytes. You are trying to use 4 ints of 4 bytes = 4 * 4 = 16 bytes. That's only half the bytes of the full hash.
philsmd hashcat 8 3,509 03-31-2019, 07:31 PM
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...

no, it's 8 ints (all of which are 4 bytes), see https://github.com/hashcat/hashcat/blob/319bf80178e946f3b833aea3daefe3ddbfde51c2/OpenCL/inc_hash_sha256.h#L64
philsmd hashcat 8 3,509 04-01-2019, 08:35 AM
    Thread: Which corresponding global settings file do you need to modify?
Post: RE: Which corresponding global settings file do yo...

You could store your custom set of characters into a hcchr file, see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files and use the file as a custom charset (e.g. -4 file4.hcchr or...
philsmd Hardware 4 3,506 04-08-2018, 05:43 PM
    Thread: Mask starting with a dash
Post: RE: Mask starting with a dash

The general rule for any command line tool using the (defacto) standard way of using arguments (getopts) is that the user needs to specify when the list of arguments is over and the remaining paramete...
philsmd hashcat 4 3,494 05-08-2018, 07:17 PM
    Thread: Mask starting with a dash
Post: RE: Mask starting with a dash

I don't think this is a problem of hashcat, but this is how most command line tools work. a dash is a special character and denotes the beginning of a command line parameter. one dash introduces a s...
philsmd hashcat 4 3,494 05-08-2018, 10:37 AM
    Thread: how to remove hash from output file
Post: RE: how to remove hash from output file

I can't reproduce this problem and I now tried a lot of different commands etc. Which version of hashcat do you use? make sure that you use the latest release version (3.6 currently).
philsmd hashcat 3 3,469 08-14-2017, 12:00 PM
    Thread: how to remove hash from output file
Post: RE: how to remove hash from output file

--outfile-format 2 combined with --username will only output the username and the password. What you should know is that -o always appends to the file and therefore the file cracked.txt won't be ov...
philsmd hashcat 3 3,469 08-14-2017, 10:32 AM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone: ./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a also the start is probably very small with lengt...
philsmd hashcat 9 3,469 05-31-2019, 12:12 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

maybe whenever you find some free time, you could investigate this stdin problem further... did you try with a different terminal ? are you using linux ? you could also try if "cat" (or windows "ty...
philsmd hashcat 9 3,469 05-31-2019, 07:23 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

oh thanks for the confirmation. so my educated guess was spot on. I actually saw a similar problem in the past... but it's soo weird why this is happening. It's most likely a driver problem, but t...
philsmd hashcat 9 3,469 06-04-2019, 09:19 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

entirely unrelated. has nothing to do with pipe and stdin. also your problems are PEBCAK as far as I can tell example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ...
philsmd hashcat 9 3,469 06-08-2019, 12:52 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be. sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a...
philsmd hashcat 9 3,469 06-08-2019, 04:56 PM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

Code: -- hashcat64.exe -m 900 -a 3 -w 3 -O -2 ?l?d hashmd4.txt ?2?2?2?2?2?2?2?2?2?2?2 --
philsmd hashcat 9 3,465 11-22-2019, 08:55 PM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

I don't agree that "H", "K", "M" and "P" are lowercase characters. It's probably also not the best idea to mask attack such passwords (there are some exception, e.g. if you know that those password...
philsmd hashcat 9 3,465 11-29-2019, 09:34 AM
    Thread: Benchmark give some results but crash in particular hashes
Post: RE: Benchmark give some results but crash in parti...

did you try to test with the hashcat beta from https://hashcat.net/beta/ ?
philsmd hashcat 4 3,461 11-18-2019, 02:20 PM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

you can just run 6213 to also crack all hashes that can be cracked with 6211 or 6212 i..e 6213 can crack all 6212 hashes too which can crack all 6211 hashes too (the inverse e.g. 6211 cracking a...
philsmd hashcat 8 3,445 08-26-2019, 02:51 PM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

yeah, that's true that 6233 is able to crack all 6232 hashes which is able to crack all 6231 hashes Furthermore, 6223 is able to crack all 6222 hashes which is able to crack all 6221 hashes but at...
philsmd hashcat 8 3,445 08-26-2019, 03:07 PM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

please read this: https://github.com/hashcat/hashcat/issues/1806
philsmd hashcat 8 3,432 09-13-2019, 06:40 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

I don't think anybody has started working on implementing this algo in hashcat. The details are kind of clear now given the proof of concept in perl. It should be also doable to use that ellipti...
philsmd hashcat 8 3,432 09-13-2019, 11:26 AM
    Thread: Electrum-3.3.4
Post: RE: Electrum-3.3.4

Closing this thread because we implemented both Electrum Wallet Salt-Type 4 and Salt-Type 5 with latest version (still in beta at the moment of this writing, https://hashcat.net/beta )
philsmd hashcat 8 3,432 12-09-2019, 09:42 AM