I'm having problems with John the Ripper. I am currently doing a wargame and I got a "password file" that gives the password to the next level. It gives it in the format of

Code:
VoE4HoQCFfMW2
 shadowÆÄÀÏÀÇ level8 Æнº¿öµå ºÎºÐÀÌ´Ù.
I tried breaking it into 2 different files in my run directory of John and unshadowing it. Them being..

passwd
Code:
level8:Æнº¿öµå ºÎºÐÀÌ´Ù.
shadowd
Code:
shadow:ÆÄÀÏÀÇ
And then running the unshadow program like so..

./unshadow passwd shadowd

It doesn't do anything though. Also I can't get John to load a wordlist and crack a unshadowed password. I thought it was just ./john -wordlistassword.lst -rules passwordfile , but that doesn't work. As you see I don't really understand this too well, and I can't find anything of any use to me. Thanks for the help