help cracking a 7 character password
#3
(08-21-2019, 11:45 AM)philsmd Wrote: so many problems here:

1. it's NOT allowed to post hashes, see https://hashcat.net/forum/announcement-2.html It's even worse if you claim that you have some problem and NOT even provide the correct password. This implies (unfortunately) that you are trying to trick others to waste time to crack your hashes ! also agains the rules

2. it's very obvious that the file Custom.hcmask does not exist, because hashcat is using it as a literal mask (see the status prompt). e.g. Progress.........: 1/1 (100.00%) should be very obvious that you didn't provide a correct mask file (.hcmask) and therefore hashcat is loading it as a mask itself, because the file "Custom.hcmask" doesn't exist (maybe it's located somewhere else or has another file name, e.g. with .txt appended)

3. at least one of the password (yeah, I was foolish enough to try to crack it. god damnit !) contains newline characters (see https://hashcat.net/faq#i_created_a_hash...o_crack_it ). the hash is this one: 95db8696e41507ea06eb40a027701e47:$HEX[66696f70696d330a]
i.e. the password is "fiopim3" + new line character 0x0a i.e.
Code:
fiopim3\n
(where \n is the actual new line character (ENTER))

That's a lot of problems in just a single cracking attempt/post. You should really try to test better what you generate and what you do. Maybe just spending some time reading the wiki/faq could help you to get rid of the most common mistakes etc.

sorry i didn't realise, i didn't intend to pass off the work to someone else i was just keen to learn and thought i could get help, but this forum is pretty nasty, so im just avoid it from now on.
Reply


Messages In This Thread
RE: help cracking a 7 character password - by AwfulHacker - 08-21-2019, 12:26 PM