Help with John the Ripper

nkccorp

New Member
Joined
Dec 15, 2020
Messages
1
Reaction score
0
Credits
20
Hey guy,

im currently learning with the Security+ book from Darril Gibson.

Im doing his John the Ripper lab. There

(https://gcgapremium.com/cracking-passwords-with-john-the-ripperthe/)

Unfortunally im not able to make it.

It returns me the error

Using default input encoding: UTF-8

No password hashes loaded (see FAQ)



I wonder if anybody knows whats the cause.



Below my commands









[root@kali /]$ useradd -m Homer6 -G sudo

[root@kali /]$ passwd Homer6

New password:

Retype new password:

passwd: password updated successfully

[root@kali /]$ unshadow /etc/passwd/etc/shadow>userpwds

[root@kali /]$ ls

1 boot home lib libx32 mnt root srv tmp var

2 dev initrd.img lib32 lost+found opt run sys userpwds vmlinuz

bin etc initrd.img.old lib64 media proc sbin testordner usr vmlinuz.old

[root@kali /]$ vim /usr/share/john/password.lst

[root@kali /]$ john -wordlist=/usr/share/john/password.lst userpwds

Using default input encoding: UTF-8

No password hashes loaded (see FAQ)



Im not realy sure if this is the right place to ask. Maybe you have me some tip where this kind of questions can be asked.

Have a great day and stay safe.
 


[root@kali /]$ unshadow /etc/passwd/etc/shadow>userpwds

should be
[root@kali /]$ unshadow /etc/passwd/etc/shadow > userpwds
there is a space between the > symbol

try it agiain
 

Members online


Top