Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.93 KB | None | 0 0
  1. =================================================================================================
  2. LINUX PRIVILEGE ESCALATION CHECKER
  3. =================================================================================================
  4.  
  5. [*] GETTING BASIC SYSTEM INFO...
  6.  
  7. [+] Kernel
  8. Linux version 2.6.32-696.20.1.el6.x86_64 (mockbuild@x86_64_01.bsys.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Fri Jan 26 17:51:45 UTC 2018
  9.  
  10. [+] Hostname
  11. cddc-t107-ot-svr2
  12.  
  13. [+] Operating System
  14. CentOS release 6.9 (Final)
  15. Kernel \r on an \m
  16.  
  17. [*] GETTING NETWORKING INFO...
  18.  
  19. [+] Interfaces
  20. eth0 Link encap:Ethernet HWaddr 42:01:0A:32:C7:0C
  21. inet addr:10.50.199.12 Bcast:10.50.199.12 Mask:255.255.255.255
  22. inet6 addr: fe80::4001:aff:fe32:c70c/64 Scope:Link
  23. UP BROADCAST RUNNING MULTICAST MTU:1460 Metric:1
  24. RX packets:1055295 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:1093284 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:1000
  27. RX bytes:166219997 (158.5 MiB) TX bytes:189726574 (180.9 MiB)
  28. lo Link encap:Local Loopback
  29. inet addr:127.0.0.1 Mask:255.0.0.0
  30. inet6 addr: ::1/128 Scope:Host
  31. UP LOOPBACK RUNNING MTU:65536 Metric:1
  32. RX packets:20 errors:0 dropped:0 overruns:0 frame:0
  33. TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:0
  35. RX bytes:1166 (1.1 KiB) TX bytes:1166 (1.1 KiB)
  36.  
  37. [+] Netstat
  38. Active Internet connections (servers and established)
  39. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  40. tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN -
  41. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  42. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
  43. tcp 0 0 10.50.199.12:60770 169.254.169.254:80 ESTABLISHED -
  44. tcp 0 0 10.50.199.12:60774 169.254.169.254:80 ESTABLISHED -
  45. tcp 4 0 10.50.199.12:60764 169.254.169.254:80 CLOSE_WAIT -
  46. tcp 0 0 10.50.199.12:60772 169.254.169.254:80 ESTABLISHED -
  47. tcp 0 0 :::80 :::* LISTEN -
  48. tcp 0 0 :::22 :::* LISTEN -
  49. tcp 0 0 ::1:25 :::* LISTEN -
  50. tcp 0 0 ::ffff:10.50.199.12:80 ::ffff:10.50.199.11:38962 ESTABLISHED -
  51. udp 0 0 0.0.0.0:68 0.0.0.0:* -
  52. udp 0 0 10.50.199.12:123 0.0.0.0:* -
  53. udp 0 0 127.0.0.1:123 0.0.0.0:* -
  54. udp 0 0 0.0.0.0:123 0.0.0.0:* -
  55. udp 0 0 fe80::4001:aff:fe32:c70c:123 :::* -
  56. udp 0 0 ::1:123 :::* -
  57. udp 0 0 :::123 :::* -
  58.  
  59. [+] Route
  60. Kernel IP routing table
  61. Destination Gateway Genmask Flags Metric Ref Use Iface
  62. 10.50.199.1 * 255.255.255.255 UH 0 0 0 eth0
  63. link-local * 255.255.0.0 U 1002 0 0 eth0
  64. default 10.50.199.1 0.0.0.0 UG 0 0 0 eth0
  65.  
  66. [*] GETTING FILESYSTEM INFO...
  67.  
  68. [+] Mount results
  69. /dev/sda1 on / type ext4 (rw,barrier=1)
  70. proc on /proc type proc (rw)
  71. sysfs on /sys type sysfs (rw)
  72. devpts on /dev/pts type devpts (rw,gid=5,mode=620)
  73. tmpfs on /dev/shm type tmpfs (rw)
  74. none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
  75.  
  76. [+] fstab entries
  77. #
  78. # /etc/fstab
  79. # Created by anaconda on Thu Jan 4 23:17:54 2018
  80. #
  81. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  82. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  83. #
  84. UUID=2cf5abb9-aa83-4723-b2b3-92a33f556d67 / ext4 defaults,barrier=1 1 1
  85. tmpfs /dev/shm tmpfs defaults 0 0
  86. devpts /dev/pts devpts gid=5,mode=620 0 0
  87. sysfs /sys sysfs defaults 0 0
  88. proc /proc proc defaults 0 0
  89.  
  90. [+] Scheduled cron jobs
  91. -rw-------. 1 root root 0 Aug 23 2016 /etc/cron.deny
  92. -rw-r--r--. 1 root root 457 Sep 27 2011 /etc/crontab
  93. /etc/cron.d:
  94. total 20
  95. drwxr-xr-x. 2 root root 4096 Jan 30 08:30 .
  96. drwxr-xr-x. 78 root root 4096 Jun 2 01:39 ..
  97. -rw-r--r--. 1 root root 113 Aug 23 2016 0hourly
  98. -rw-------. 1 root root 108 Jan 26 2017 raid-check
  99. -rw-------. 1 root root 235 Jan 26 07:43 sysstat
  100. /etc/cron.daily:
  101. total 40
  102. drwxr-xr-x. 2 root root 4096 Jan 4 23:25 .
  103. drwxr-xr-x. 78 root root 4096 Jun 2 01:39 ..
  104. -rwxr-xr-x. 1 root root 4983 Mar 22 2017 0yum.cron
  105. -rwx------. 1 root root 180 Jul 9 2003 logrotate
  106. -rwx------. 1 root root 927 Mar 22 2017 makewhatis.cron
  107. -rwx------. 1 root root 189 Jan 26 2015 mlocate.cron
  108. -rwxr-xr-x. 1 root root 2126 Jul 19 2013 prelink
  109. -rwxr-xr-x. 1 root root 563 Nov 23 2013 readahead.cron
  110. -rwxr-xr-x. 1 root root 433 Nov 6 2015 tmpwatch
  111. /etc/cron.hourly:
  112. total 12
  113. drwxr-xr-x. 2 root root 4096 Jan 4 23:18 .
  114. drwxr-xr-x. 78 root root 4096 Jun 2 01:39 ..
  115. -rwxr-xr-x. 1 root root 409 Aug 23 2016 0anacron
  116. /etc/cron.monthly:
  117. total 12
  118. drwxr-xr-x. 2 root root 4096 Jan 4 23:19 .
  119. drwxr-xr-x. 78 root root 4096 Jun 2 01:39 ..
  120. -rwxr-xr-x. 1 root root 111 Nov 23 2013 readahead-monthly.cron
  121. /etc/cron.weekly:
  122. total 8
  123. drwxr-xr-x. 2 root root 4096 Sep 27 2011 .
  124. drwxr-xr-x. 78 root root 4096 Jun 2 01:39 ..
  125.  
  126. [+] Writable cron dirs
  127.  
  128.  
  129. [*] ENUMERATING USER AND ENVIRONMENTAL INFO...
  130.  
  131. [+] Logged in User Activity
  132. 08:40:53 up 1 day, 23:48, 0 users, load average: 0.00, 0.00, 0.00
  133. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  134.  
  135. [+] Super Users Found:
  136. root
  137.  
  138. [+] Environment
  139. TERM=linux
  140. PATH=/sbin:/usr/sbin:/bin:/usr/bin:/tmp
  141. runlevel=3
  142. RUNLEVEL=3
  143. _=/bin/env
  144. LANGSH_SOURCED=1
  145. PWD=/var/www/html/project/logos_clients
  146. LANG=C
  147. previous=N
  148. PREVLEVEL=N
  149. CONSOLETYPE=serial
  150. SHLVL=5
  151. UPSTART_INSTANCE=
  152. UPSTART_EVENTS=runlevel
  153. UPSTART_JOB=rc
  154.  
  155. [+] Root and current user history (depends on privs)
  156.  
  157. [+] Sudoers (privileged)
  158.  
  159. [+] All users
  160. root:x:0:0:root:/root:/bin/bash
  161. bin:x:1:1:bin:/bin:/sbin/nologin
  162. daemon:x:2:2:daemon:/sbin:/sbin/nologin
  163. adm:x:3:4:adm:/var/adm:/sbin/nologin
  164. lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin
  165. sync:x:5:0:sync:/sbin:/bin/sync
  166. shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
  167. halt:x:7:0:halt:/sbin:/sbin/halt
  168. mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
  169. uucp:x:10:14:uucp:/var/spool/uucp:/sbin/nologin
  170. operator:x:11:0:operator:/root:/sbin/nologin
  171. games:x:12:100:games:/usr/games:/sbin/nologin
  172. gopher:x:13:30:gopher:/var/gopher:/sbin/nologin
  173. ftp:x:14:50:FTP User:/var/ftp:/sbin/nologin
  174. nobody:x:99:99:Nobody:/:/sbin/nologin
  175. dbus:x:81:81:System message bus:/:/sbin/nologin
  176. vcsa:x:69:69:virtual console memory owner:/dev:/sbin/nologin
  177. abrt:x:173:173::/etc/abrt:/sbin/nologin
  178. haldaemon:x:68:68:HAL daemon:/:/sbin/nologin
  179. ntp:x:38:38::/etc/ntp:/sbin/nologin
  180. saslauth:x:499:76:Saslauthd user:/var/empty/saslauth:/sbin/nologin
  181. postfix:x:89:89::/var/spool/postfix:/sbin/nologin
  182. sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
  183. tcpdump:x:72:72::/:/sbin/nologin
  184. apache:x:48:48:Apache:/var/www:/sbin/nologin
  185. mysql:x:27:27:MySQL Server:/var/lib/mysql:/bin/bash
  186. Chris:x:500:501::/home/Chris:/bin/bash
  187. osboxes:x:501:502::/home/osboxes:/bin/bash
  188.  
  189. [+] Current User
  190. apache
  191.  
  192. [+] Current User ID
  193. uid=48(apache) gid=48(apache) groups=48(apache)
  194.  
  195. [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
  196.  
  197. [+] World Writeable Directories for User/Group 'Root'
  198. drwxrwxrwt 2 root root 40 May 31 08:51 /dev/shm
  199. drwxrwxrwt. 3 root root 4096 Jun 2 08:40 /tmp
  200. drwxrwxrwt 2 root root 4096 May 31 08:52 /tmp/.ICE-unix
  201. drwxrwxrwt. 2 root root 4096 Feb 13 03:04 /var/tmp
  202. drwxrwxrwt. 2 root root 4096 May 15 2016 /opt/rh/python27/root/tmp
  203. drwxrwxrwt. 2 root root 4096 May 15 2016 /opt/rh/python27/root/var/tmp
  204.  
  205. [+] World Writeable Directories for Users other than Root
  206. drwxrwxrwx. 38 apache apache 4096 Jan 30 08:37 /var/www/html/project
  207. drwxrwxrwx. 2 apache apache 4096 Jun 2 07:17 /var/www/html/project/files
  208.  
  209. [+] World Writable Files
  210. -rw-rw-rw- 1 apache apache 163746 Jun 2 08:06 /var/www/html/project/logos_clients/1.IQLbbdxVg.php
  211.  
  212. [+] Checking if root's home folder is accessible
  213.  
  214. [+] SUID/SGID Files and Directories
  215. -rws--x--x 1 root root 42288 Aug 22 2010 /usr/sbin/userhelper
  216. -rwxr-sr-x. 1 root postdrop 217832 Mar 23 2017 /usr/sbin/postqueue
  217. -rwsr-xr-x. 1 root root 9000 Oct 4 2017 /usr/sbin/usernetctl
  218. -rwxr-sr-x. 1 root postdrop 189000 Mar 23 2017 /usr/sbin/postdrop
  219. -r-s--x---. 1 root apache 13984 Oct 19 2017 /usr/sbin/suexec
  220. -rwsr-xr-x. 1 abrt abrt 10296 Mar 23 2017 /usr/libexec/abrt-action-install-debuginfo-to-abrt-cache
  221. -rwsr-xr-x. 1 root root 14368 Mar 17 2015 /usr/libexec/polkit-1/polkit-agent-helper-1
  222. -rwx--s--x 1 root utmp 9808 Aug 18 2010 /usr/libexec/utempter/utempter
  223. -rws--x--x. 1 root root 14736 Jun 20 2017 /usr/libexec/pt_chown
  224. -rwsr-xr-x. 1 root root 257824 Aug 31 2017 /usr/libexec/openssh/ssh-keysign
  225. -rwsr-xr-x. 1 root root 22544 Mar 17 2015 /usr/bin/pkexec
  226. -rwsr-xr-x. 1 root root 40240 May 10 2016 /usr/bin/newgrp
  227. -rwsr-xr-x. 1 root root 30768 Nov 23 2015 /usr/bin/passwd
  228. -rws--x--x. 1 root root 20056 Jan 26 07:41 /usr/bin/chsh
  229. ---s--x---. 1 root stapusr 183072 Mar 22 2017 /usr/bin/staprun
  230. -rwxr-sr-x. 1 root nobody 141384 Aug 31 2017 /usr/bin/ssh-agent
  231. ---s--x--x. 1 root root 123832 Jun 22 2017 /usr/bin/sudo
  232. -rws--x--x. 1 root root 20184 Jan 26 07:41 /usr/bin/chfn
  233. -rwsr-xr-x. 1 root root 54464 Mar 22 2017 /usr/bin/at
  234. -rwsr-xr-x. 1 root root 51784 Aug 23 2016 /usr/bin/crontab
  235. -rwsr-xr-x. 1 root root 70480 May 10 2016 /usr/bin/chage
  236. -rwxr-sr-x. 1 root tty 12016 Jan 26 07:41 /usr/bin/write
  237. -rwsr-xr-x. 1 root root 75640 May 10 2016 /usr/bin/gpasswd
  238. -r-xr-sr-x 1 root tty 15224 Jul 23 2015 /usr/bin/wall
  239. -rwx--s--x 1 root slocate 38464 Mar 12 2015 /usr/bin/locate
  240. -rwsr-xr-x. 1 root root 10272 Mar 22 2017 /sbin/pam_timestamp_check
  241. -rwxr-sr-x 1 root root 8792 Oct 4 2017 /sbin/netreport
  242. -rwsr-xr-x. 1 root root 34840 Mar 22 2017 /sbin/unix_chkpwd
  243. -rwsr-xr-x. 1 root root 6571 Feb 13 03:05 /home/scan_host
  244. -rwsr-x--- 1 root dbus 50552 Apr 22 2015 /lib64/dbus-1/dbus-daemon-launch-helper
  245. -rwsr-xr-x. 1 root root 36488 Mar 22 2017 /bin/ping6
  246. -rwsr-xr-x. 1 root root 77560 Jan 26 07:41 /bin/mount
  247. -rwsr-xr-x. 1 root root 53480 Jan 26 07:41 /bin/umount
  248. -rwsr-xr-x. 1 root root 34904 Mar 22 2017 /bin/su
  249. -rwsr-xr-x. 1 root root 38520 Mar 22 2017 /bin/ping
  250. -rwxr-sr-x 1 root cgred 16352 Oct 4 2017 /bin/cgclassify
  251. -rwxr-sr-x 1 root cgred 16384 Oct 4 2017 /bin/cgexec
  252.  
  253. [+] Logs containing keyword 'password'
  254. /var/log/prelink/prelink.log:Prelinking /bin/pwd
  255. /var/log/prelink/prelink.log:Prelinking /usr/bin/pwdx
  256.  
  257. [+] Config files containing keyword 'password'
  258. /etc/pki/tls/openssl.cnf:# input_password = secret
  259. /etc/pki/tls/openssl.cnf:# output_password = secret
  260. /etc/pki/tls/openssl.cnf:challengePassword = A challenge password
  261. /etc/libreport/forbidden_words.conf:password
  262. /etc/libreport/plugins/ureport.conf:# Use username and password:
  263. /etc/libreport/plugins/ureport.conf:# HTTPAuth = username:password
  264. /etc/libreport/events.d/abrt_event.conf: reporter-upload -u scp://user:password@server.name/var/spool/abrt-upload/ || :
  265. /etc/libreport/events.d/abrt_event.conf: reporter-upload -u scp://user:password@server.name/tmp/crash.tar.gz || :
  266. /etc/postfix/main.cf:# NOTE: if you use this feature for accounts not in the UNIX password
  267. /etc/postfix/main.cf:# NOTE: if you use this feature for accounts not in the UNIX password
  268. /etc/postfix/main.cf:# NOTE: if you use this feature for accounts not in the UNIX password
  269. Binary file /etc/prelink.cache matches
  270.  
  271. [+] Shadow File (Privileged)
  272.  
  273. [*] ENUMERATING PROCESSES AND APPLICATIONS...
  274.  
  275. [+] Installed Packages
  276. ConsoleKit-0.4.1-6.el6.x86_64
  277. ConsoleKit-libs-0.4.1-6.el6.x86_64
  278. MAKEDEV-3.24-6.el6.x86_64
  279. abrt-2.0.8-43.el6.centos.x86_64
  280. abrt-addon-ccpp-2.0.8-43.el6.centos.x86_64
  281. abrt-addon-kerneloops-2.0.8-43.el6.centos.x86_64
  282. abrt-addon-python-2.0.8-43.el6.centos.x86_64
  283. abrt-cli-2.0.8-43.el6.centos.x86_64
  284. abrt-libs-2.0.8-43.el6.centos.x86_64
  285. abrt-python-2.0.8-43.el6.centos.x86_64
  286. abrt-tui-2.0.8-43.el6.centos.x86_64
  287. acl-2.2.49-7.el6_9.1.x86_64
  288. acpid-1.0.10-3.el6.x86_64
  289. apr-1.3.9-5.el6_9.1.x86_64
  290. apr-util-1.3.9-3.el6_0.1.x86_64
  291. apr-util-ldap-1.3.9-3.el6_0.1.x86_64
  292. at-3.1.10-49.el6.x86_64
  293. attr-2.4.44-7.el6.x86_64
  294. audit-2.4.5-6.el6.x86_64
  295. audit-libs-2.4.5-6.el6.x86_64
  296. audit-libs-python-2.4.5-6.el6.x86_64
  297. augeas-libs-1.0.0-10.el6.x86_64
  298. authconfig-6.1.12-23.el6.x86_64
  299. basesystem-10.0-4.el6.noarch
  300. bash-4.1.2-48.el6.x86_64
  301. bc-1.06.95-1.el6.x86_64
  302. bind-libs-9.8.2-0.62.rc1.el6_9.5.x86_64
  303. bind-utils-9.8.2-0.62.rc1.el6_9.5.x86_64
  304. binutils-2.20.51.0.2-5.47.el6_9.1.x86_64
  305. biosdevname-0.7.2-1.el6.x86_64
  306. blktrace-1.0.1-7.el6.x86_64
  307. bridge-utils-1.2-10.el6.x86_64
  308. bzip2-1.0.5-7.el6_0.x86_64
  309. bzip2-libs-1.0.5-7.el6_0.x86_64
  310. ca-certificates-2017.2.14-65.0.1.el6_9.noarch
  311. centos-indexhtml-6-2.el6.centos.noarch
  312. centos-release-6-9.el6.12.3.x86_64
  313. centos-release-scl-7-3.el6.centos.noarch
  314. centos-release-scl-rh-2-3.el6.centos.noarch
  315. checkpolicy-2.0.22-1.el6.x86_64
  316. chkconfig-1.3.49.5-1.el6.x86_64
  317. cloog-ppl-0.15.7-1.2.el6.x86_64
  318. coreutils-8.4-46.el6.x86_64
  319. coreutils-libs-8.4-46.el6.x86_64
  320. cpio-2.10-13.el6.x86_64
  321. cpp-4.4.7-18.el6.x86_64
  322. cpuspeed-1.5-22.el6.x86_64
  323. cracklib-2.8.16-4.el6.x86_64
  324. cracklib-dicts-2.8.16-4.el6.x86_64
  325. crda-3.13_2015.10.22-3.el6.x86_64
  326. cronie-1.4.4-16.el6_8.2.x86_64
  327. cronie-anacron-1.4.4-16.el6_8.2.x86_64
  328. crontabs-1.10-33.el6.noarch
  329. cryptsetup-luks-1.2.0-11.el6.x86_64
  330. cryptsetup-luks-libs-1.2.0-11.el6.x86_64
  331. curl-7.19.7-53.el6_9.x86_64
  332. cyrus-sasl-2.1.23-15.el6_6.2.x86_64
  333. cyrus-sasl-lib-2.1.23-15.el6_6.2.x86_64
  334. cyrus-sasl-plain-2.1.23-15.el6_6.2.x86_64
  335. dash-0.5.5.1-4.el6.x86_64
  336. db4-4.7.25-22.el6.x86_64
  337. db4-utils-4.7.25-22.el6.x86_64
  338. dbus-1.2.24-8.el6_6.x86_64
  339. dbus-glib-0.86-6.el6.x86_64
  340. dbus-libs-1.2.24-8.el6_6.x86_64
  341. dbus-python-0.83.0-6.1.el6.x86_64
  342. desktop-file-utils-0.15-9.el6.x86_64
  343. device-mapper-1.02.117-12.el6_9.1.x86_64
  344. device-mapper-event-1.02.117-12.el6_9.1.x86_64
  345. device-mapper-event-libs-1.02.117-12.el6_9.1.x86_64
  346. device-mapper-libs-1.02.117-12.el6_9.1.x86_64
  347. device-mapper-persistent-data-0.6.2-0.1.rc7.el6.x86_64
  348. dhclient-4.1.1-53.P1.el6.centos.1.x86_64
  349. dhcp-common-4.1.1-53.P1.el6.centos.1.x86_64
  350. diffutils-2.8.1-28.el6.x86_64
  351. dmidecode-2.12-7.el6.x86_64
  352. dosfstools-3.0.9-4.el6.x86_64
  353. dracut-004-409.el6_8.2.noarch
  354. dracut-kernel-004-409.el6_8.2.noarch
  355. e2fsprogs-1.41.12-23.el6.x86_64
  356. e2fsprogs-libs-1.41.12-23.el6.x86_64
  357. ed-1.1-3.3.el6.x86_64
  358. eggdbus-0.6-3.el6.x86_64
  359. elfutils-0.164-2.el6.x86_64
  360. elfutils-libelf-0.164-2.el6.x86_64
  361. elfutils-libs-0.164-2.el6.x86_64
  362. epel-release-6-8.noarch
  363. ethtool-3.5-6.el6.x86_64
  364. expat-2.0.1-13.el6_8.x86_64
  365. file-5.04-30.el6.x86_64
  366. file-libs-5.04-30.el6.x86_64
  367. filesystem-2.4.30-3.el6.x86_64
  368. findutils-4.4.2-9.el6.x86_64
  369. fipscheck-1.2.0-7.el6.x86_64
  370. fipscheck-lib-1.2.0-7.el6.x86_64
  371. fprintd-0.1-22.git04fd09cfa.el6.x86_64
  372. fprintd-pam-0.1-22.git04fd09cfa.el6.x86_64
  373. gamin-0.1.10-9.el6.x86_64
  374. gawk-3.1.7-10.el6_7.3.x86_64
  375. gcc-4.4.7-18.el6.x86_64
  376. gce-disk-expand-1.0.0-1460396597.el6.x86_64
  377. gdbm-1.8.0-39.el6.x86_64
  378. gdisk-0.8.10-1.el6.x86_64
  379. gdk-pixbuf2-2.24.1-6.el6_7.x86_64
  380. glib2-2.28.8-9.el6.x86_64
  381. glibc-2.12-1.209.el6_9.2.x86_64
  382. glibc-common-2.12-1.209.el6_9.2.x86_64
  383. glibc-devel-2.12-1.209.el6_9.2.x86_64
  384. glibc-headers-2.12-1.209.el6_9.2.x86_64
  385. gmp-4.3.1-12.el6.x86_64
  386. gnupg2-2.0.14-8.el6.x86_64
  387. google-compute-engine-2.7.2-1.el6.noarch
  388. google-compute-engine-oslogin-1.1.2-1.el6.x86_64
  389. gpg-pubkey-3e1ba8d5-558ab6a8
  390. gpg-pubkey-a7317b0f-551deab2
  391. gpg-pubkey-c105b9de-4e0fd3a3
  392. gpg-pubkey-f2ee9d55-560cfc0a
  393. gpgme-1.1.8-3.el6.x86_64
  394. gpm-libs-1.20.6-12.el6.x86_64
  395. grep-2.20-6.el6.x86_64
  396. groff-1.18.1.4-21.el6.x86_64
  397. grub-0.97-99.el6.x86_64
  398. grubby-7.0.15-7.el6.x86_64
  399. gzip-1.3.12-24.el6.x86_64
  400. hal-0.5.14-14.el6.x86_64
  401. hal-info-20090716-5.el6.noarch
  402. hal-libs-0.5.14-14.el6.x86_64
  403. hdparm-9.43-4.el6.x86_64
  404. httpd-2.2.15-60.el6.centos.6.x86_64
  405. httpd-tools-2.2.15-60.el6.centos.6.x86_64
  406. hunspell-1.2.8-16.el6.x86_64
  407. hunspell-en-0.20090216-7.1.el6.noarch
  408. hwdata-0.233-18.1.el6.noarch
  409. info-4.13a-8.el6.x86_64
  410. initscripts-9.03.58-1.el6.centos.2.x86_64
  411. iproute-2.6.32-54.el6.x86_64
  412. iptables-1.4.7-16.el6.x86_64
  413. iptables-ipv6-1.4.7-16.el6.x86_64
  414. iputils-20071127-24.el6.x86_64
  415. iso-codes-3.16-2.el6.noarch
  416. iw-4.1-1.el6.x86_64
  417. jasper-libs-1.900.1-21.el6_9.x86_64
  418. json-c-0.11-13.el6.x86_64
  419. kbd-1.15-11.el6.x86_64
  420. kbd-misc-1.15-11.el6.noarch
  421. kernel-2.6.32-696.18.7.el6.x86_64
  422. kernel-2.6.32-696.20.1.el6.x86_64
  423. kernel-2.6.32-696.el6.x86_64
  424. kernel-firmware-2.6.32-696.20.1.el6.noarch
  425. kernel-headers-2.6.32-696.20.1.el6.x86_64
  426. keyutils-libs-1.4-5.el6.x86_64
  427. kpartx-0.4.9-100.el6_9.1.x86_64
  428. krb5-libs-1.10.3-65.el6.x86_64
  429. ledmon-0.79-1.el6.x86_64
  430. less-436-13.el6.x86_64
  431. libX11-1.6.4-3.el6.x86_64
  432. libX11-common-1.6.4-3.el6.noarch
  433. libXau-1.0.6-4.el6.x86_64
  434. libacl-2.2.49-7.el6_9.1.x86_64
  435. libaio-0.3.107-10.el6.x86_64
  436. libattr-2.4.44-7.el6.x86_64
  437. libblkid-2.17.2-12.28.el6_9.2.x86_64
  438. libcap-2.16-5.5.el6.x86_64
  439. libcap-ng-0.6.4-3.el6_0.1.x86_64
  440. libcgroup-0.40.rc1-24.el6_9.x86_64
  441. libcom_err-1.41.12-23.el6.x86_64
  442. libcurl-7.19.7-53.el6_9.x86_64
  443. libdrm-2.4.65-2.el6.x86_64
  444. libedit-2.11-4.20080712cvs.1.el6.x86_64
  445. libffi-3.0.5-3.2.el6.x86_64
  446. libfprint-0.1.0-19.pre2.el6.x86_64
  447. libgcc-4.4.7-18.el6.x86_64
  448. libgcrypt-1.4.5-12.el6_8.x86_64
  449. libgomp-4.4.7-18.el6.x86_64
  450. libgpg-error-1.7-4.el6.x86_64
  451. libidn-1.18-2.el6.x86_64
  452. libjpeg-turbo-1.2.1-3.el6_5.x86_64
  453. libnih-1.0.1-7.el6.x86_64
  454. libnl-1.1.4-2.el6.x86_64
  455. libpcap-1.4.0-4.20130826git2dbcaa1.el6.x86_64
  456. libpciaccess-0.13.4-1.el6.x86_64
  457. libpng-1.2.49-2.el6_7.x86_64
  458. libproxy-0.3.0-10.el6.x86_64
  459. libproxy-bin-0.3.0-10.el6.x86_64
  460. libproxy-python-0.3.0-10.el6.x86_64
  461. libreport-2.0.9-33.el6.centos.x86_64
  462. libreport-cli-2.0.9-33.el6.centos.x86_64
  463. libreport-compat-2.0.9-33.el6.centos.x86_64
  464. libreport-filesystem-2.0.9-33.el6.centos.x86_64
  465. libreport-plugin-kerneloops-2.0.9-33.el6.centos.x86_64
  466. libreport-plugin-logger-2.0.9-33.el6.centos.x86_64
  467. libreport-plugin-mailx-2.0.9-33.el6.centos.x86_64
  468. libreport-plugin-reportuploader-2.0.9-33.el6.centos.x86_64
  469. libreport-plugin-rhtsupport-2.0.9-33.el6.centos.x86_64
  470. libreport-plugin-ureport-2.0.9-33.el6.centos.x86_64
  471. libreport-python-2.0.9-33.el6.centos.x86_64
  472. libselinux-2.0.94-7.el6.x86_64
  473. libselinux-python-2.0.94-7.el6.x86_64
  474. libselinux-utils-2.0.94-7.el6.x86_64
  475. libsemanage-2.0.43-5.1.el6.x86_64
  476. libsemanage-python-2.0.43-5.1.el6.x86_64
  477. libsepol-2.0.41-4.el6.x86_64
  478. libss-1.41.12-23.el6.x86_64
  479. libssh2-1.4.2-2.el6_7.1.x86_64
  480. libstdc++-4.4.7-18.el6.x86_64
  481. libtar-1.2.11-17.el6_4.1.x86_64
  482. libtasn1-2.3-6.el6_5.x86_64
  483. libtiff-3.9.4-21.el6_8.x86_64
  484. libudev-147-2.73.el6_8.2.x86_64
  485. libusb-0.1.12-23.el6.x86_64
  486. libusb1-1.0.9-0.7.rc1.el6.x86_64
  487. libuser-0.56.13-8.el6_7.x86_64
  488. libutempter-1.1.5-4.1.el6.x86_64
  489. libuuid-2.17.2-12.28.el6_9.2.x86_64
  490. libxcb-1.12-4.el6.x86_64
  491. libxml2-2.7.6-21.el6_8.1.x86_64
  492. libxml2-python-2.7.6-21.el6_8.1.x86_64
  493. logrotate-3.7.8-28.el6.x86_64
  494. lsof-4.82-5.el6.x86_64
  495. lua-5.1.4-4.1.el6.x86_64
  496. lvm2-2.02.143-12.el6_9.1.x86_64
  497. lvm2-libs-2.02.143-12.el6_9.1.x86_64
  498. m2crypto-0.20.2-9.el6.x86_64
  499. m4-1.4.13-5.el6.x86_64
  500. mailcap-2.1.31-2.el6.noarch
  501. mailx-12.4-8.el6_6.x86_64
  502. make-3.81-23.el6.x86_64
  503. man-1.6f-39.el6.x86_64
  504. man-pages-3.22-20.el6.noarch
  505. man-pages-overrides-6.9.1-1.el6.noarch
  506. mdadm-3.3.4-8.el6.x86_64
  507. mingetty-1.08-5.el6.x86_64
  508. mlocate-0.22.2-6.el6.x86_64
  509. module-init-tools-3.9-26.el6.x86_64
  510. mpfr-2.4.1-6.el6.x86_64
  511. mtr-0.75-5.el6.x86_64
  512. mysql-5.1.73-8.el6_8.x86_64
  513. mysql-libs-5.1.73-8.el6_8.x86_64
  514. mysql-server-5.1.73-8.el6_8.x86_64
  515. nano-2.0.9-7.el6.x86_64
  516. ncurses-5.7-4.20090207.el6.x86_64
  517. ncurses-base-5.7-4.20090207.el6.x86_64
  518. ncurses-libs-5.7-4.20090207.el6.x86_64
  519. net-tools-1.60-114.el6.x86_64
  520. newt-0.52.11-4.el6.x86_64
  521. newt-python-0.52.11-4.el6.x86_64
  522. nspr-4.13.1-1.el6.x86_64
  523. nss-3.28.4-4.el6_9.x86_64
  524. nss-softokn-3.14.3-23.3.el6_8.x86_64
  525. nss-softokn-freebl-3.14.3-23.3.el6_8.x86_64
  526. nss-sysinit-3.28.4-4.el6_9.x86_64
  527. nss-tools-3.28.4-4.el6_9.x86_64
  528. nss-util-3.28.4-1.el6_9.x86_64
  529. ntp-4.2.6p5-12.el6.centos.2.x86_64
  530. ntpdate-4.2.6p5-12.el6.centos.2.x86_64
  531. ntsysv-1.3.49.5-1.el6.x86_64
  532. openldap-2.4.40-16.el6.x86_64
  533. openssh-5.3p1-123.el6_9.x86_64
  534. openssh-clients-5.3p1-123.el6_9.x86_64
  535. openssh-server-5.3p1-123.el6_9.x86_64
  536. openssl-1.0.1e-57.el6.x86_64
  537. p11-kit-0.18.5-2.el6_5.2.x86_64
  538. p11-kit-trust-0.18.5-2.el6_5.2.x86_64
  539. pam-1.1.1-24.el6.x86_64
  540. pam_passwdqc-1.0.5-8.el6.x86_64
  541. parted-2.1-29.el6.x86_64
  542. passwd-0.77-7.el6.x86_64
  543. pciutils-3.1.10-4.el6.x86_64
  544. pciutils-libs-3.1.10-4.el6.x86_64
  545. pcmciautils-015-4.2.el6.x86_64
  546. pcre-7.8-7.el6.x86_64
  547. perl-5.10.1-144.el6.x86_64
  548. perl-DBD-MySQL-4.013-3.el6.x86_64
  549. perl-DBI-1.609-4.el6.x86_64
  550. perl-Module-Pluggable-3.90-144.el6.x86_64
  551. perl-Pod-Escapes-1.04-144.el6.x86_64
  552. perl-Pod-Simple-3.13-144.el6.x86_64
  553. perl-libs-5.10.1-144.el6.x86_64
  554. perl-version-0.77-144.el6.x86_64
  555. php-5.3.3-49.el6.x86_64
  556. php-cli-5.3.3-49.el6.x86_64
  557. php-common-5.3.3-49.el6.x86_64
  558. php-mysql-5.3.3-49.el6.x86_64
  559. php-pdo-5.3.3-49.el6.x86_64
  560. pinentry-0.7.6-8.el6.x86_64
  561. pinfo-0.6.9-12.el6.x86_64
  562. pkgconfig-0.23-9.1.el6.x86_64
  563. plymouth-0.8.3-29.el6.centos.x86_64
  564. plymouth-core-libs-0.8.3-29.el6.centos.x86_64
  565. plymouth-scripts-0.8.3-29.el6.centos.x86_64
  566. pm-utils-1.2.5-11.el6.x86_64
  567. policycoreutils-2.0.83-30.1.el6_8.x86_64
  568. policycoreutils-python-2.0.83-30.1.el6_8.x86_64
  569. polkit-0.96-11.el6.x86_64
  570. popt-1.13-7.el6.x86_64
  571. postfix-2.6.6-8.el6.x86_64
  572. ppl-0.10.2-11.el6.x86_64
  573. prelink-0.4.6-3.1.el6_4.x86_64
  574. procps-3.2.8-45.el6_9.1.x86_64
  575. psacct-6.3.2-70.el6.x86_64
  576. psmisc-22.6-24.el6.x86_64
  577. pth-2.0.7-9.3.el6.x86_64
  578. pygobject2-2.20.0-5.el6.x86_64
  579. pygpgme-0.1-18.20090824bzr68.el6.x86_64
  580. python-2.6.6-66.el6_8.x86_64
  581. python-argparse-1.2.1-2.1.el6.noarch
  582. python-backports-1.0-5.el6.x86_64
  583. python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
  584. python-boto-2.34.0-6.el6.noarch
  585. python-chardet-2.2.1-1.el6.noarch
  586. python-dmidecode-3.10.15-1.el6.x86_64
  587. python-ethtool-0.6-6.el6.x86_64
  588. python-google-compute-engine-2.7.2-1.el6.noarch
  589. python-iniparse-0.3.1-2.1.el6.noarch
  590. python-iwlib-0.1-1.2.el6.x86_64
  591. python-libs-2.6.6-66.el6_8.x86_64
  592. python-pycurl-7.19.0-9.el6.x86_64
  593. python-requests-2.6.0-4.el6.noarch
  594. python-setuptools-0.6.10-4el6_9.noarch
  595. python-six-1.9.0-2.el6.noarch
  596. python-urlgrabber-3.9.1-11.el6.noarch
  597. python-urllib3-1.10.2-3.el6.noarch
  598. python27-1.1-25.el6.x86_64
  599. python27-python-2.7.13-3.el6.x86_64
  600. python27-python-babel-0.9.6-7.sc1.el6.noarch
  601. python27-python-devel-2.7.13-3.el6.x86_64
  602. python27-python-docutils-0.11-2.el6.noarch
  603. python27-python-jinja2-2.6-10.sc1.el6.noarch
  604. python27-python-libs-2.7.13-3.el6.x86_64
  605. python27-python-markupsafe-0.11-11.sc1.el6.x86_64
  606. python27-python-nose-1.3.0-1.sc1.el6.noarch
  607. python27-python-pip-8.1.2-2.el6.noarch
  608. python27-python-pygments-1.5-2.sc1.el6.noarch
  609. python27-python-setuptools-0.9.8-4.el6.noarch
  610. python27-python-simplejson-3.2.0-2.el6.x86_64
  611. python27-python-sphinx-1.1.3-7.sc1.el6.noarch
  612. python27-python-sqlalchemy-0.7.9-3.sc1.el6.x86_64
  613. python27-python-virtualenv-13.1.0-2.el6.noarch
  614. python27-python-werkzeug-0.8.3-5.sc1.el6.noarch
  615. python27-python-wheel-0.24.0-2.el6.noarch
  616. python27-runtime-1.1-25.el6.x86_64
  617. quota-3.17-23.el6.x86_64
  618. rdate-1.4-16.el6.x86_64
  619. rdma-6.9_4.1-3.el6.noarch
  620. readahead-1.5.6-2.el6.x86_64
  621. readline-6.0-4.el6.x86_64
  622. redhat-logos-60.0.14-12.el6.centos.noarch
  623. redhat-rpm-config-9.0.3-51.el6.centos.noarch
  624. rfkill-0.3-4.el6.x86_64
  625. rng-tools-5-2.el6_7.x86_64
  626. rootfiles-8.1-6.1.el6.noarch
  627. rpm-4.8.0-55.el6.x86_64
  628. rpm-libs-4.8.0-55.el6.x86_64
  629. rpm-python-4.8.0-55.el6.x86_64
  630. rsync-3.0.6-12.el6.x86_64
  631. rsyslog-5.8.10-10.el6_6.x86_64
  632. satyr-0.16-2.el6.x86_64
  633. scl-utils-20120927-29.el6_9.x86_64
  634. scl-utils-build-20120927-29.el6_9.x86_64
  635. sed-4.2.1-10.el6.x86_64
  636. selinux-policy-3.7.19-307el6_9.3.noarch
  637. selinux-policy-targeted-3.7.19-307el6_9.3.noarch
  638. setools-libs-3.3.7-4.el6.x86_64
  639. setools-libs-python-3.3.7-4.el6.x86_64
  640. setserial-2.17-25.el6.x86_64
  641. setup-2.8.14-23.el6.noarch
  642. setuptool-1.19.9-4.el6.x86_64
  643. sg3_utils-libs-1.28-12.el6.x86_64
  644. shadow-utils-4.1.5.1-5.el6.x86_64
  645. shared-mime-info-0.70-6.el6.x86_64
  646. slang-2.2.1-1.el6.x86_64
  647. sos-3.2-54.el6.centos.1.noarch
  648. sqlite-3.6.20-1.el6_7.2.x86_64
  649. strace-4.8-11.el6.x86_64
  650. sudo-1.8.6p3-29.el6_9.x86_64
  651. sysstat-9.0.4-33el6_9.1.x86_64
  652. system-config-firewall-base-1.2.27-7.2.el6_6.noarch
  653. system-config-firewall-tui-1.2.27-7.2.el6_6.noarch
  654. system-config-network-tui-1.6.0.el6.3-4.el6.noarch
  655. systemtap-runtime-2.9-7.el6.x86_64
  656. sysvinit-tools-2.87-6.dsf.el6.x86_64
  657. tar-1.23-15.el6_8.x86_64
  658. tcp_wrappers-7.6-58.el6.x86_64
  659. tcp_wrappers-libs-7.6-58.el6.x86_64
  660. tcpdump-4.0.0-11.20090921gitdf3cb4.2.el6.x86_64
  661. tcsh-6.17-38.el6.x86_64
  662. time-1.7-38.el6.x86_64
  663. tmpwatch-2.9.16-6.el6.x86_64
  664. traceroute-2.0.14-2.el6.x86_64
  665. tzdata-2017c-1.el6.noarch
  666. udev-147-2.73.el6_8.2.x86_64
  667. unzip-6.0-5.el6.x86_64
  668. upstart-0.6.5-16.el6.x86_64
  669. usbutils-003-6.el6.x86_64
  670. usermode-1.102-3.el6.x86_64
  671. ustr-1.0.4-9.1.el6.x86_64
  672. util-linux-ng-2.17.2-12.28.el6_9.2.x86_64
  673. vconfig-1.9-8.1.el6.x86_64
  674. vim-common-7.4.629-5.el6_8.1.x86_64
  675. vim-enhanced-7.4.629-5.el6_8.1.x86_64
  676. vim-filesystem-7.4.629-5.el6_8.1.x86_64
  677. vim-minimal-7.4.629-5.el6_8.1.x86_64
  678. virt-what-1.11-1.3.el6.x86_64
  679. wget-1.12-10.el6.x86_64
  680. which-2.19-6.el6.x86_64
  681. wireless-tools-29-6.el6.x86_64
  682. words-3.0-17.el6.noarch
  683. xdg-utils-1.0.2-17.20091016cvs.el6.noarch
  684. xml-common-0.6.3-33.el6.noarch
  685. xmlrpc-c-1.16.24-1210.1840.el6.x86_64
  686. xmlrpc-c-client-1.16.24-1210.1840.el6.x86_64
  687. xz-4.999.9-0.5.beta.20091007git.el6.x86_64
  688. xz-libs-4.999.9-0.5.beta.20091007git.el6.x86_64
  689. xz-lzma-compat-4.999.9-0.5.beta.20091007git.el6.x86_64
  690. yum-3.2.29-81.el6.centos.noarch
  691. yum-cron-3.2.29-81.el6.centos.noarch
  692. yum-metadata-parser-1.1.2-16.el6.x86_64
  693. yum-plugin-fastestmirror-1.1.30-40.el6.noarch
  694. yum-plugin-security-1.1.30-40.el6.noarch
  695. yum-utils-1.1.30-40.el6.noarch
  696. zip-3.0-1.el6_7.1.x86_64
  697. zlib-1.2.3-29.el6.x86_64
  698.  
  699. [+] Current processes
  700. USER PID START TIME COMMAND
  701. root 1 May31 0:01 /sbin/init
  702. root 2 May31 0:00 [kthreadd]
  703. root 3 May31 0:00 [migration/0]
  704. root 4 May31 0:00 [ksoftirqd/0]
  705. root 5 May31 0:00 [stopper/0]
  706. root 6 May31 0:00 [watchdog/0]
  707. root 7 May31 0:06 [events/0]
  708. root 8 May31 0:00 [events/0]
  709. root 9 May31 0:00 [events_long/0]
  710. root 10 May31 0:00 [events_power_ef]
  711. root 11 May31 0:00 [cgroup]
  712. root 12 May31 0:00 [khelper]
  713. root 13 May31 0:00 [netns]
  714. root 14 May31 0:00 [async/mgr]
  715. root 15 May31 0:00 [pm]
  716. root 16 May31 0:00 [sync_supers]
  717. root 17 May31 0:00 [bdi-default]
  718. root 18 May31 0:00 [kintegrityd/0]
  719. root 19 May31 0:00 [kblockd/0]
  720. root 20 May31 0:00 [kacpid]
  721. root 21 May31 0:00 [kacpi_notify]
  722. root 22 May31 0:00 [kacpi_hotplug]
  723. root 23 May31 0:00 [ata_aux]
  724. root 24 May31 0:00 [ata_sff/0]
  725. root 25 May31 0:00 [ksuspend_usbd]
  726. root 26 May31 0:00 [khubd]
  727. root 27 May31 0:00 [kseriod]
  728. root 28 May31 0:00 [md/0]
  729. root 29 May31 0:00 [md_misc/0]
  730. root 30 May31 0:00 [linkwatch]
  731. root 33 May31 0:00 [khungtaskd]
  732. root 34 May31 0:00 [kswapd0]
  733. root 35 May31 0:00 [ksmd]
  734. root 36 May31 0:00 [khugepaged]
  735. root 37 May31 0:00 [aio/0]
  736. root 38 May31 0:00 [crypto/0]
  737. root 45 May31 0:00 [kthrotld/0]
  738. root 47 May31 0:00 [kpsmoused]
  739. root 48 May31 0:00 [usbhid_resumer]
  740. root 49 May31 0:00 [deferwq]
  741. root 81 May31 0:00 [kdmremove]
  742. root 82 May31 0:00 [kstriped]
  743. root 248 May31 0:00 [scsi_eh_0]
  744. root 377 May31 0:01 [jbd2/sda1-8]
  745. root 378 May31 0:00 [ext4-dio-unwrit]
  746. root 471 May31 0:00 /sbin/udevd
  747. root 569 May31 0:00 [flush-8:0]
  748. root 579 May31 0:00 [virtio-net]
  749. root 785 May31 0:00 [kauditd]
  750. root 843 May31 0:00 [ib_addr]
  751. root 848 May31 0:00 [infiniband/0]
  752. root 857 May31 0:00 [ib_mcast]
  753. root 862 May31 0:00 [iw_cm_wq]
  754. root 867 May31 0:00 [ib_cm/0]
  755. root 872 May31 0:00 [rdma_cm]
  756. root 893 May31 0:00 [ipoib_flush]
  757. root 1168 May31 0:00 /sbin/dhclient
  758. root 1220 May31 0:04 auditd
  759. root 1242 May31 0:04 /sbin/rsyslogd
  760. root 1302 May31 0:05 /usr/sbin/sshd
  761. root 1328 May31 0:04 /usr/bin/python
  762. root 1330 May31 0:07 /usr/bin/python
  763. root 1331 May31 0:14 /usr/bin/python
  764. dbus 1388 May31 0:00 dbus-daemon
  765. root 1434 May31 0:00 /usr/sbin/acpid
  766. 68 1446 May31 0:00 hald
  767. root 1447 May31 0:00 hald-runner
  768. root 1476 May31 0:00 hald-addon-input:
  769. 68 1484 May31 0:00 hald-addon-acpi:
  770. ntp 1518 May31 0:00 ntpd
  771. root 1555 May31 0:00 /bin/sh
  772. mysql 1657 May31 0:45 /usr/libexec/mysqld
  773. root 1758 May31 0:00 /usr/libexec/postfix/master
  774. postfix 1771 May31 0:00 qmgr
  775. root 1772 May31 0:00 /usr/sbin/abrtd
  776. root 1798 May31 0:05 /usr/sbin/httpd
  777. root 1810 May31 0:00 crond
  778. root 1825 May31 0:00 /usr/sbin/atd
  779. root 1839 May31 0:00 /sbin/mingetty
  780. root 1841 May31 0:00 /sbin/mingetty
  781. root 1843 May31 0:00 /sbin/mingetty
  782. root 1845 May31 0:00 /sbin/mingetty
  783. root 1847 May31 0:00 /sbin/mingetty
  784. root 1849 May31 0:00 /sbin/mingetty
  785. root 1854 May31 0:00 /sbin/udevd
  786. root 1855 May31 0:00 /sbin/udevd
  787. root 1856 May31 0:00 /sbin/agetty
  788. apache 14268 08:40 0:00 python
  789. apache 14398 08:40 0:00 /bin/sh
  790. apache 14399 08:40 0:00 ps
  791. apache 14400 08:40 0:00 awk
  792. postfix 27274 07:31 0:00 pickup
  793. apache 30776 04:33 0:12 /usr/sbin/httpd
  794. apache 30777 04:33 0:11 /usr/sbin/httpd
  795. apache 30778 04:33 0:11 /usr/sbin/httpd
  796. apache 30779 04:33 0:12 /usr/sbin/httpd
  797. apache 30780 04:33 0:12 /usr/sbin/httpd
  798. apache 30781 04:33 0:12 /usr/sbin/httpd
  799. apache 30782 04:33 0:12 /usr/sbin/httpd
  800.  
  801. [+] Apache Version and Modules
  802. Server version: Apache/2.2.15 (Unix)
  803. Server built: Oct 19 2017 16:43:38
  804. Compiled in modules:
  805. core.c
  806. prefork.c
  807. http_core.c
  808. mod_so.c
  809.  
  810. [+] Apache Config File
  811.  
  812. [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
  813. Sudo version 1.8.6p3
  814. Sudoers policy plugin version 1.8.6p3
  815. Sudoers file grammar version 42
  816. Sudoers I/O plugin version 1.8.6p3
  817.  
  818. [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
  819.  
  820. root 33 May31 0:00 [khungtaskd]
  821. root 867 May31 0:00 [ib_cm/0]
  822. root 1168 May31 0:00 /sbin/dhclient
  823. Possible Related Packages:
  824. dhclient-4.1.1-53.P1.el6.centos.1.x86_64
  825. root 35 May31 0:00 [ksmd]
  826. root 81 May31 0:00 [kdmremove]
  827. root 5 May31 0:00 [stopper/0]
  828. root 3 May31 0:00 [migration/0]
  829. root 848 May31 0:00 [infiniband/0]
  830. root 24 May31 0:00 [ata_sff/0]
  831. root 47 May31 0:00 [kpsmoused]
  832. root 30 May31 0:00 [linkwatch]
  833. root 1798 May31 0:05 /usr/sbin/httpd
  834. Possible Related Packages:
  835. httpd-2.2.15-60.el6.centos.6.x86_64
  836. httpd-tools-2.2.15-60.el6.centos.6.x86_64
  837. root 377 May31 0:01 [jbd2/sda1-8]
  838. root 25 May31 0:00 [ksuspend_usbd]
  839. root 26 May31 0:00 [khubd]
  840. root 45 May31 0:00 [kthrotld/0]
  841. root 1847 May31 0:00 /sbin/mingetty
  842. Possible Related Packages:
  843. mingetty-1.08-5.el6.x86_64
  844. root 15 May31 0:00 [pm]
  845. root 18 May31 0:00 [kintegrityd/0]
  846. root 1849 May31 0:00 /sbin/mingetty
  847. Possible Related Packages:
  848. mingetty-1.08-5.el6.x86_64
  849. root 471 May31 0:00 /sbin/udevd
  850. root 38 May31 0:00 [crypto/0]
  851. root 17 May31 0:00 [bdi-default]
  852. root 579 May31 0:00 [virtio-net]
  853. root 248 May31 0:00 [scsi_eh_0]
  854. root 23 May31 0:00 [ata_aux]
  855. root 872 May31 0:00 [rdma_cm]
  856. root 1855 May31 0:00 /sbin/udevd
  857. root 12 May31 0:00 [khelper]
  858. root 1854 May31 0:00 /sbin/udevd
  859. root 785 May31 0:00 [kauditd]
  860. root 8 May31 0:00 [events/0]
  861. root 22 May31 0:00 [kacpi_hotplug]
  862. root 48 May31 0:00 [usbhid_resumer]
  863. root 37 May31 0:00 [aio/0]
  864. root 10 May31 0:00 [events_power_ef]
  865. root 1845 May31 0:00 /sbin/mingetty
  866. Possible Related Packages:
  867. mingetty-1.08-5.el6.x86_64
  868. root 6 May31 0:00 [watchdog/0]
  869. root 1242 May31 0:04 /sbin/rsyslogd
  870. root 13 May31 0:00 [netns]
  871. root 1856 May31 0:00 /sbin/agetty
  872. root 1825 May31 0:00 /usr/sbin/atd
  873. root 9 May31 0:00 [events_long/0]
  874. root 1758 May31 0:00 /usr/libexec/postfix/master
  875. root 1220 May31 0:04 auditd
  876. root 27 May31 0:00 [kseriod]
  877. root 1 May31 0:01 /sbin/init
  878. Possible Related Packages:
  879. initscripts-9.03.58-1.el6.centos.2.x86_64
  880. module-init-tools-3.9-26.el6.x86_64
  881. nss-sysinit-3.28.4-4.el6_9.x86_64
  882. sysvinit-tools-2.87-6.dsf.el6.x86_64
  883. root 49 May31 0:00 [deferwq]
  884. root 19 May31 0:00 [kblockd/0]
  885. root 1841 May31 0:00 /sbin/mingetty
  886. Possible Related Packages:
  887. mingetty-1.08-5.el6.x86_64
  888. root 36 May31 0:00 [khugepaged]
  889. root 843 May31 0:00 [ib_addr]
  890. root 857 May31 0:00 [ib_mcast]
  891. root 28 May31 0:00 [md/0]
  892. root 4 May31 0:00 [ksoftirqd/0]
  893. root 569 May31 0:00 [flush-8:0]
  894. root 34 May31 0:00 [kswapd0]
  895. root 14 May31 0:00 [async/mgr]
  896. root 1839 May31 0:00 /sbin/mingetty
  897. Possible Related Packages:
  898. mingetty-1.08-5.el6.x86_64
  899. root 20 May31 0:00 [kacpid]
  900. root 1434 May31 0:00 /usr/sbin/acpid
  901. Possible Related Packages:
  902. acpid-1.0.10-3.el6.x86_64
  903. root 893 May31 0:00 [ipoib_flush]
  904. root 1476 May31 0:00 hald-addon-input:
  905. root 1772 May31 0:00 /usr/sbin/abrtd
  906. root 1328 May31 0:04 /usr/bin/python
  907. Possible Related Packages:
  908. abrt-addon-python-2.0.8-43.el6.centos.x86_64
  909. abrt-python-2.0.8-43.el6.centos.x86_64
  910. audit-libs-python-2.4.5-6.el6.x86_64
  911. dbus-python-0.83.0-6.1.el6.x86_64
  912. libproxy-python-0.3.0-10.el6.x86_64
  913. libreport-python-2.0.9-33.el6.centos.x86_64
  914. libselinux-python-2.0.94-7.el6.x86_64
  915. libsemanage-python-2.0.43-5.1.el6.x86_64
  916. libxml2-python-2.7.6-21.el6_8.1.x86_64
  917. newt-python-0.52.11-4.el6.x86_64
  918. policycoreutils-python-2.0.83-30.1.el6_8.x86_64
  919. python-2.6.6-66.el6_8.x86_64
  920. python-argparse-1.2.1-2.1.el6.noarch
  921. python-backports-1.0-5.el6.x86_64
  922. python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
  923. python-boto-2.34.0-6.el6.noarch
  924. python-chardet-2.2.1-1.el6.noarch
  925. python-dmidecode-3.10.15-1.el6.x86_64
  926. python-ethtool-0.6-6.el6.x86_64
  927. python-google-compute-engine-2.7.2-1.el6.noarch
  928. python-iniparse-0.3.1-2.1.el6.noarch
  929. python-iwlib-0.1-1.2.el6.x86_64
  930. python-libs-2.6.6-66.el6_8.x86_64
  931. python-pycurl-7.19.0-9.el6.x86_64
  932. python-requests-2.6.0-4.el6.noarch
  933. python-setuptools-0.6.10-4el6_9.noarch
  934. python-six-1.9.0-2.el6.noarch
  935. python-urlgrabber-3.9.1-11.el6.noarch
  936. python-urllib3-1.10.2-3.el6.noarch
  937. python27-1.1-25.el6.x86_64
  938. python27-python-2.7.13-3.el6.x86_64
  939. python27-python-babel-0.9.6-7.sc1.el6.noarch
  940. python27-python-devel-2.7.13-3.el6.x86_64
  941. python27-python-docutils-0.11-2.el6.noarch
  942. python27-python-jinja2-2.6-10.sc1.el6.noarch
  943. python27-python-libs-2.7.13-3.el6.x86_64
  944. python27-python-markupsafe-0.11-11.sc1.el6.x86_64
  945. python27-python-nose-1.3.0-1.sc1.el6.noarch
  946. python27-python-pip-8.1.2-2.el6.noarch
  947. python27-python-pygments-1.5-2.sc1.el6.noarch
  948. python27-python-setuptools-0.9.8-4.el6.noarch
  949. python27-python-simplejson-3.2.0-2.el6.x86_64
  950. python27-python-sphinx-1.1.3-7.sc1.el6.noarch
  951. python27-python-sqlalchemy-0.7.9-3.sc1.el6.x86_64
  952. python27-python-virtualenv-13.1.0-2.el6.noarch
  953. python27-python-werkzeug-0.8.3-5.sc1.el6.noarch
  954. python27-python-wheel-0.24.0-2.el6.noarch
  955. python27-runtime-1.1-25.el6.x86_64
  956. rpm-python-4.8.0-55.el6.x86_64
  957. setools-libs-python-3.3.7-4.el6.x86_64
  958. root 16 May31 0:00 [sync_supers]
  959. root 1843 May31 0:00 /sbin/mingetty
  960. Possible Related Packages:
  961. mingetty-1.08-5.el6.x86_64
  962. root 11 May31 0:00 [cgroup]
  963. root 1302 May31 0:05 /usr/sbin/sshd
  964. root 862 May31 0:00 [iw_cm_wq]
  965. root 1330 May31 0:07 /usr/bin/python
  966. Possible Related Packages:
  967. abrt-addon-python-2.0.8-43.el6.centos.x86_64
  968. abrt-python-2.0.8-43.el6.centos.x86_64
  969. audit-libs-python-2.4.5-6.el6.x86_64
  970. dbus-python-0.83.0-6.1.el6.x86_64
  971. libproxy-python-0.3.0-10.el6.x86_64
  972. libreport-python-2.0.9-33.el6.centos.x86_64
  973. libselinux-python-2.0.94-7.el6.x86_64
  974. libsemanage-python-2.0.43-5.1.el6.x86_64
  975. libxml2-python-2.7.6-21.el6_8.1.x86_64
  976. newt-python-0.52.11-4.el6.x86_64
  977. policycoreutils-python-2.0.83-30.1.el6_8.x86_64
  978. python-2.6.6-66.el6_8.x86_64
  979. python-argparse-1.2.1-2.1.el6.noarch
  980. python-backports-1.0-5.el6.x86_64
  981. python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
  982. python-boto-2.34.0-6.el6.noarch
  983. python-chardet-2.2.1-1.el6.noarch
  984. python-dmidecode-3.10.15-1.el6.x86_64
  985. python-ethtool-0.6-6.el6.x86_64
  986. python-google-compute-engine-2.7.2-1.el6.noarch
  987. python-iniparse-0.3.1-2.1.el6.noarch
  988. python-iwlib-0.1-1.2.el6.x86_64
  989. python-libs-2.6.6-66.el6_8.x86_64
  990. python-pycurl-7.19.0-9.el6.x86_64
  991. python-requests-2.6.0-4.el6.noarch
  992. python-setuptools-0.6.10-4el6_9.noarch
  993. python-six-1.9.0-2.el6.noarch
  994. python-urlgrabber-3.9.1-11.el6.noarch
  995. python-urllib3-1.10.2-3.el6.noarch
  996. python27-1.1-25.el6.x86_64
  997. python27-python-2.7.13-3.el6.x86_64
  998. python27-python-babel-0.9.6-7.sc1.el6.noarch
  999. python27-python-devel-2.7.13-3.el6.x86_64
  1000. python27-python-docutils-0.11-2.el6.noarch
  1001. python27-python-jinja2-2.6-10.sc1.el6.noarch
  1002. python27-python-libs-2.7.13-3.el6.x86_64
  1003. python27-python-markupsafe-0.11-11.sc1.el6.x86_64
  1004. python27-python-nose-1.3.0-1.sc1.el6.noarch
  1005. python27-python-pip-8.1.2-2.el6.noarch
  1006. python27-python-pygments-1.5-2.sc1.el6.noarch
  1007. python27-python-setuptools-0.9.8-4.el6.noarch
  1008. python27-python-simplejson-3.2.0-2.el6.x86_64
  1009. python27-python-sphinx-1.1.3-7.sc1.el6.noarch
  1010. python27-python-sqlalchemy-0.7.9-3.sc1.el6.x86_64
  1011. python27-python-virtualenv-13.1.0-2.el6.noarch
  1012. python27-python-werkzeug-0.8.3-5.sc1.el6.noarch
  1013. python27-python-wheel-0.24.0-2.el6.noarch
  1014. python27-runtime-1.1-25.el6.x86_64
  1015. rpm-python-4.8.0-55.el6.x86_64
  1016. setools-libs-python-3.3.7-4.el6.x86_64
  1017. root 1331 May31 0:14 /usr/bin/python
  1018. Possible Related Packages:
  1019. abrt-addon-python-2.0.8-43.el6.centos.x86_64
  1020. abrt-python-2.0.8-43.el6.centos.x86_64
  1021. audit-libs-python-2.4.5-6.el6.x86_64
  1022. dbus-python-0.83.0-6.1.el6.x86_64
  1023. libproxy-python-0.3.0-10.el6.x86_64
  1024. libreport-python-2.0.9-33.el6.centos.x86_64
  1025. libselinux-python-2.0.94-7.el6.x86_64
  1026. libsemanage-python-2.0.43-5.1.el6.x86_64
  1027. libxml2-python-2.7.6-21.el6_8.1.x86_64
  1028. newt-python-0.52.11-4.el6.x86_64
  1029. policycoreutils-python-2.0.83-30.1.el6_8.x86_64
  1030. python-2.6.6-66.el6_8.x86_64
  1031. python-argparse-1.2.1-2.1.el6.noarch
  1032. python-backports-1.0-5.el6.x86_64
  1033. python-backports-ssl_match_hostname-3.4.0.2-5.el6.noarch
  1034. python-boto-2.34.0-6.el6.noarch
  1035. python-chardet-2.2.1-1.el6.noarch
  1036. python-dmidecode-3.10.15-1.el6.x86_64
  1037. python-ethtool-0.6-6.el6.x86_64
  1038. python-google-compute-engine-2.7.2-1.el6.noarch
  1039. python-iniparse-0.3.1-2.1.el6.noarch
  1040. python-iwlib-0.1-1.2.el6.x86_64
  1041. python-libs-2.6.6-66.el6_8.x86_64
  1042. python-pycurl-7.19.0-9.el6.x86_64
  1043. python-requests-2.6.0-4.el6.noarch
  1044. python-setuptools-0.6.10-4el6_9.noarch
  1045. python-six-1.9.0-2.el6.noarch
  1046. python-urlgrabber-3.9.1-11.el6.noarch
  1047. python-urllib3-1.10.2-3.el6.noarch
  1048. python27-1.1-25.el6.x86_64
  1049. python27-python-2.7.13-3.el6.x86_64
  1050. python27-python-babel-0.9.6-7.sc1.el6.noarch
  1051. python27-python-devel-2.7.13-3.el6.x86_64
  1052. python27-python-docutils-0.11-2.el6.noarch
  1053. python27-python-jinja2-2.6-10.sc1.el6.noarch
  1054. python27-python-libs-2.7.13-3.el6.x86_64
  1055. python27-python-markupsafe-0.11-11.sc1.el6.x86_64
  1056. python27-python-nose-1.3.0-1.sc1.el6.noarch
  1057. python27-python-pip-8.1.2-2.el6.noarch
  1058. python27-python-pygments-1.5-2.sc1.el6.noarch
  1059. python27-python-setuptools-0.9.8-4.el6.noarch
  1060. python27-python-simplejson-3.2.0-2.el6.x86_64
  1061. python27-python-sphinx-1.1.3-7.sc1.el6.noarch
  1062. python27-python-sqlalchemy-0.7.9-3.sc1.el6.x86_64
  1063. python27-python-virtualenv-13.1.0-2.el6.noarch
  1064. python27-python-werkzeug-0.8.3-5.sc1.el6.noarch
  1065. python27-python-wheel-0.24.0-2.el6.noarch
  1066. python27-runtime-1.1-25.el6.x86_64
  1067. rpm-python-4.8.0-55.el6.x86_64
  1068. setools-libs-python-3.3.7-4.el6.x86_64
  1069. root 2 May31 0:00 [kthreadd]
  1070. root 1810 May31 0:00 crond
  1071. root 7 May31 0:06 [events/0]
  1072. root 1555 May31 0:00 /bin/sh
  1073. root 82 May31 0:00 [kstriped]
  1074. root 29 May31 0:00 [md_misc/0]
  1075. root 21 May31 0:00 [kacpi_notify]
  1076. root 378 May31 0:00 [ext4-dio-unwrit]
  1077. root 1447 May31 0:00 hald-runner
  1078.  
  1079. [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
  1080.  
  1081. [+] Installed Tools
  1082. /bin/awk
  1083. /usr/bin/perl
  1084. /usr/bin/python
  1085. /usr/bin/gcc
  1086. /usr/bin/cc
  1087. /bin/vi
  1088. /usr/bin/vim
  1089. /bin/find
  1090. /usr/bin/wget
  1091.  
  1092. [+] Related Shell Escape Sequences...
  1093.  
  1094. vi--> :!bash
  1095. vi--> :set shell=/bin/bash:shell
  1096. vi--> :!bash
  1097. vi--> :set shell=/bin/bash:shell
  1098. awk--> awk 'BEGIN {system("/bin/bash")}'
  1099. find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
  1100. perl--> perl -e 'exec "/bin/bash";'
  1101.  
  1102. [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
  1103.  
  1104. Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
  1105.  
  1106. The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
  1107. - 2.6 UDEV < 141 Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/8572 || Language=c
  1108. - 2.6 UDEV Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/8478 || Language=c
  1109. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  1110.  
  1111. The following exploits are applicable to this kernel version and should be investigated as well
  1112. - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
  1113. - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
  1114. - 2.x sock_sendpage() Local Root Exploit 2 || http://www.exploit-db.com/exploits/9436 || Language=c
  1115. - 2.4/2.6 sock_sendpage() ring0 Root Exploit (simple ver) || http://www.exploit-db.com/exploits/9479 || Language=c
  1116. - 2.6 UDEV < 141 Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/8572 || Language=c
  1117. - 2.x sock_sendpage() Local Ring0 Root Exploit || http://www.exploit-db.com/exploits/9435 || Language=c
  1118. - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
  1119. - Linux RDS Protocol Local Privilege Escalation || http://www.exploit-db.com/exploits/15285 || Language=c
  1120. - 2.6.x ptrace_attach Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/8673 || Language=c
  1121. - 2.4/2.6 bluez Local Root Privilege Escalation Exploit (update) || http://www.exploit-db.com/exploits/926 || Language=c
  1122. - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
  1123. - 2.6 UDEV Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/8478 || Language=c
  1124. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  1125. - < 2.6.36.2 Econet Privilege Escalation Exploit || http://www.exploit-db.com/exploits/17787 || Language=c
  1126. - 'pipe.c' Local Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/10018 || Language=sh
  1127. - <= 2.6.37 Local Privilege Escalation || http://www.exploit-db.com/exploits/15704 || Language=c
  1128. - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
  1129. - 2.4.1-2.4.37 and 2.6.1-2.6.32-rc5 Pipe.c Privelege Escalation || http://www.exploit-db.com/exploits/9844 || Language=python
  1130. - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
  1131. - 2.4/2.6 sock_sendpage() Local Root Exploit [2] || http://www.exploit-db.com/exploits/9598 || Language=c
  1132. - < 2.6.36-rc1 CAN BCM Privilege Escalation Exploit || http://www.exploit-db.com/exploits/14814 || Language=c
  1133. - 2.4/2.6 sock_sendpage() Local Root Exploit (ppc) || http://www.exploit-db.com/exploits/9545 || Language=c
  1134. - < 2.6.37-rc2 ACPI custom_method Privilege Escalation || http://www.exploit-db.com/exploits/15774 || Language=c
  1135. - 2.4/2.6 sock_sendpage() Local Root Exploit [3] || http://www.exploit-db.com/exploits/9641 || Language=c
  1136. - 2.4.x / 2.6.x uselib() Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/895 || Language=c
  1137.  
  1138. Finished
  1139. =================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement