Rating:

## You wan't writeup of the challenge? Yes, It's there down...

So, First of all let's download [neverlan.ovf](https://s3-us-west-2.amazonaws.com/neverlanctf/files/neverlan.ova) And, import it to Virtual Box.
After that, Let's Run it...
Now, let's give the **password:neverlan** as mentioned
Here, open Terminal `CTRL+ALT+T` And, Type the following...
```
sudo su # To get access as root user And, Type the password:neverlan
cd / # To go to last directory of the system
cp /etc/shadow.backup /home/kyloren/Desktop/shadow # To copy the backed up shadow file to desktop
exit # To exit Super User Mode
cd Desktop # To change the directory to Desktop
sudo chmod 777 shadow # To change the permission as 'read, write, execute' to all the users
```
Now, we need to use John The Ripper to get the password from shadow file

Let's open **Johnny**_(GUI Version of John The Ripper)_
Click on `Open password file`
And, again click on `Open password file (PASSWD format)` and, select the shadow file
Finally, Click on `Start new attack`
DONE!

**Flag or the Password : startwars**

Original writeup (https://naryal2580.github.io/NeverLanCTF-SithsUseUbuntu-2-of-3/).