I got the user, jtr, and the password, but when i enter the user and the password in the prompt, it just reloads the prompt thing again. Am i doing anything wrong? I dont get it...
Posts: 2 Location: Joined: 31.10.19 Rank: HBH Guru
Posted on 07-11-19 08:59
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...