Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Basic 12
Hi. I managed to get the content of the password file. When I try to input the given data into the form, it doesn't accept the data. Now wondering if the password is encrypted. Google says that *NIX systems usually use SHA1 or MD5 encryption for this type of authentication but this methods don't match.
Do I have to decrypt the password or am I doing something wrong entering it into the form?
Edit: I found the encryption type and solved the dehashing finnaly by using a shell-command in combination with a python script and a wordlist I hope this would not spoiler too much…