RE: Privilege Escalation - Stuck as balls 03-22-2015, 06:40 PM
#6
(03-22-2015, 04:41 PM)Lynux Wrote: Ahh no problem I just skimed over it and saw the kernel version, shame that it doesn't work, have you thought about shellcode?
I'm not sure what you mean exactly when you ask if I have thought about shellcode.
Here's an output of ls -al /etc/cron*
Code:
$ ls -al /etc/cron*
ls -al /etc/cron*
-rw-r--r-- 1 root root 722 Jun 19 2012 /etc/crontab
/etc/cron.d:
total 36
drwxr-xr-x 2 root root 4096 Sep 29 12:35 .
drwxr-xr-x 114 root root 12288 Mar 18 14:37 ..
-rw-r--r-- 1 root root 102 Apr 15 2010 .placeholder
-rw-r--r-- 1 root root 179 Mar 29 2010 amavisd-new
-rw-r--r-- 1 root root 254 Jan 8 2012 awstats
-rw-r--r-- 1 root root 508 Jul 4 2013 php5
-rw-r--r-- 1 root root 544 Dec 12 2013 php5.dpkg-dist
/etc/cron.daily:
total 108
drwxr-xr-x 2 root root 4096 Sep 29 12:35 .
drwxr-xr-x 114 root root 12288 Mar 18 14:37 ..
-rw-r--r-- 1 root root 102 Apr 15 2010 .placeholder
-rwxr-xr-x 1 root root 206 Jul 30 2012 amavisd-new
-rwxr-xr-x 1 root root 633 Nov 18 2010 apache2
-rwxr-xr-x 1 root root 15914 Jul 13 2011 apt
-rwxr-xr-x 1 root root 77 Jun 22 2009 apt-show-versions
-rwxr-xr-x 1 root root 314 Apr 9 2010 aptitude
-rwxr-xr-x 1 root root 502 Nov 10 2009 bsdmainutils
-rwxr-xr-x 1 root root 2032 Jun 4 2014 chkrootkit
-rwxr-xr-x 1 root root 256 Apr 15 2010 dpkg
-rwxr-xr-x 1 root root 372 Oct 4 2011 logrotate
-rwxr-xr-x 1 root root 1327 Oct 5 2010 man-db
-rwxr-xr-x 1 root root 606 Mar 24 2010 mlocate
-rwxr-xr-x 1 root root 1154 Apr 19 2011 ntp
-rwxr-xr-x 1 root root 249 Sep 12 2012 passwd
-rwxr-xr-x 1 root root 2417 Jul 1 2011 popularity-contest
-rwxr-xr-x 1 root root 345 Jan 18 2010 quota
-rwxr-xr-x 1 root root 982 Nov 14 2011 rkhunter
-rwxr-xr-x 1 root root 1882 Mar 29 2010 spamassassin
-rwxr-xr-x 1 root root 2947 Jun 19 2012 standard
-rwxr-xr-x 1 root root 1451 May 17 2010 webalizer
/etc/cron.hourly:
total 20
drwxr-xr-x 2 root root 4096 Sep 29 12:28 .
drwxr-xr-x 114 root root 12288 Mar 18 14:37 ..
-rw-r--r-- 1 root root 102 Apr 15 2010 .placeholder
/etc/cron.monthly:
total 20
drwxr-xr-x 2 root root 4096 Sep 29 12:28 .
drwxr-xr-x 114 root root 12288 Mar 18 14:37 ..
-rw-r--r-- 1 root root 102 Apr 15 2010 .placeholder
/etc/cron.weekly:
total 28
drwxr-xr-x 2 root root 4096 Sep 29 12:34 .
drwxr-xr-x 114 root root 12288 Mar 18 14:37 ..
-rw-r--r-- 1 root root 102 Apr 15 2010 .placeholder
-rwxr-xr-x 1 root root 887 Oct 5 2010 man-db
-rwxr-xr-x 1 root root 1682 Nov 14 2011 rkhunter
(This post was last modified: 03-22-2015, 06:57 PM by whatever.)