So its time to ask for a hint.
Facts:
- level8 home folder: /home/level/8
- List of files:
GeSHi`ed bash code for
ls 1
2
3
4
56
7
8
9
1011
12
13
14
1516
17
18
19
20 | ls -alR
.:
total 36
drwxr-xr-x 4 level8 level8 4096 2012-07-26 .
drwxr-xr-x 24 root root 4096 2014-01-18 ..drwxrwxr-x 2 level8 level8 4096 2012-02-21 backups
-rw------- 1 level8 level8 932 2014-02-03 .bash_history
-rwx------ 1 level8 level8 128 2011-11-28 .bash_logout
-rwx------ 1 level8 level8 193 2011-11-25 .bash_profile
-rwx------ 1 level8 level8 590 2011-12-06 .bashrc-r-------- 1 level8 level8 49 2011-12-28 solution.txt
drwx------ 2 level8 level8 4096 2012-02-21 .ssh
./backups:
total 12drwxrwxr-x 2 level8 level8 4096 2012-02-21 .
drwxr-xr-x 4 level8 level8 4096 2012-07-26 ..
-rw-r--r-- 1 root level8 382 2011-12-28 authorized_keys.backup
ls: cannot open directory ./.ssh: Permission denied
|
So the only thing I can do is to view authorized_keys.backup file.
I cannot change this file and add my pub key with hope that user will restore backup.
I cant even create new file with my pub key as authorized_keys.backup1 and then cheange user and permissions.
i even try sudo... and get busted ;)
GeSHi`ed bash code for
sudo 1
2
3
4
56
7
8
9
1011
|
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others. #2) Think before you type.
#3) With great power comes great responsibility.
Password:
flaps is not in the sudoers file. This incident will be reported. |
So i suppose its wrong thinking.
Please give me a hint or PM me.