Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
2,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.92 KB | None | 0 0
  1. =================================================================================================
  2. LINUX PRIVILEGE ESCALATION CHECKER
  3. =================================================================================================
  4.  
  5. [*] GETTING BASIC SYSTEM INFO...
  6.  
  7. [+] Kernel
  8. Linux version 3.13.0-100-generic (buildd@lgw01-52) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #147-Ubuntu SMP Tue Oct 18 16:48:51 UTC 2016
  9.  
  10. [+] Hostname
  11. ekzameno
  12.  
  13. [+] Operating System
  14. Ubuntu 14.04.5 LTS \n \l
  15.  
  16. [*] GETTING NETWORKING INFO...
  17.  
  18. [+] Interfaces
  19. eth0 Link encap:Ethernet HWaddr 00:50:56:89:57:db
  20. inet addr:192.168.26.67 Bcast:192.168.26.255 Mask:255.255.255.0
  21. inet6 addr: fe80::250:56ff:fe89:57db/64 Scope:Link
  22. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  23. RX packets:28125 errors:0 dropped:110 overruns:0 frame:0
  24. TX packets:1690 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:1000
  26. RX bytes:4522629 (4.5 MB) TX bytes:895639 (895.6 KB)
  27. lo Link encap:Local Loopback
  28. inet addr:127.0.0.1 Mask:255.0.0.0
  29. inet6 addr: ::1/128 Scope:Host
  30. UP LOOPBACK RUNNING MTU:65536 Metric:1
  31. RX packets:54 errors:0 dropped:0 overruns:0 frame:0
  32. TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:0
  34. RX bytes:4769 (4.7 KB) TX bytes:4769 (4.7 KB)
  35.  
  36. [+] Netstat
  37. Active Internet connections (servers and established)
  38. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  39. tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN -
  40. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  41. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN -
  42. tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN -
  43. tcp 0 0 0.0.0.0:5000 0.0.0.0:* LISTEN 1369/python
  44. tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN -
  45. tcp 0 0 192.168.26.67:42396 192.168.26.31:4444 CLOSE_WAIT 1470/python
  46. tcp 0 0 192.168.26.67:42397 192.168.26.31:4444 ESTABLISHED 1470/python
  47. tcp6 0 0 :::110 :::* LISTEN -
  48. tcp6 0 0 :::80 :::* LISTEN -
  49. tcp6 0 0 :::22 :::* LISTEN -
  50. tcp6 0 0 :::25 :::* LISTEN -
  51. tcp6 0 0 :::995 :::* LISTEN -
  52.  
  53. [+] Route
  54.  
  55. [*] GETTING FILESYSTEM INFO...
  56.  
  57. [+] Mount results
  58. /dev/mapper/fshare--vg-root on / type ext4 (rw,errors=remount-ro)
  59. proc on /proc type proc (rw,noexec,nosuid,nodev)
  60. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  61. none on /sys/fs/cgroup type tmpfs (rw)
  62. none on /sys/fs/fuse/connections type fusectl (rw)
  63. none on /sys/kernel/debug type debugfs (rw)
  64. none on /sys/kernel/security type securityfs (rw)
  65. udev on /dev type devtmpfs (rw,mode=0755)
  66. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  67. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  68. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  69. none on /run/shm type tmpfs (rw,nosuid,nodev)
  70. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  71. none on /sys/fs/pstore type pstore (rw)
  72. /dev/sda1 on /boot type ext2 (rw)
  73. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  74.  
  75. [+] fstab entries
  76. # /etc/fstab: static file system information.
  77. #
  78. # Use 'blkid' to print the universally unique identifier for a
  79. # device; this may be used with UUID= as a more robust way to name devices
  80. # that works even if disks are added and removed. See fstab(5).
  81. #
  82. # <file system> <mount point> <type> <options> <dump> <pass>
  83. /dev/mapper/fshare--vg-root / ext4 errors=remount-ro 0 1
  84. # /boot was on /dev/sda1 during installation
  85. UUID=62cb616c-6025-4ebf-a6ed-db17176156f6 /boot ext2 defaults 0 2
  86. /dev/mapper/fshare--vg-swap_1 none swap sw 0 0
  87. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  88.  
  89. [+] Scheduled cron jobs
  90. -rw-r--r-- 1 root root 722 Feb 9 2013 /etc/crontab
  91. /etc/cron.d:
  92. total 16
  93. drwxr-xr-x 2 root root 4096 Oct 29 12:36 .
  94. drwxr-xr-x 98 root root 4096 Dec 26 14:19 ..
  95. -rw-r--r-- 1 root root 510 Jul 2 2015 php5
  96. -rw-r--r-- 1 root root 102 Feb 9 2013 .placeholder
  97. /etc/cron.daily:
  98. total 76
  99. drwxr-xr-x 2 root root 4096 Oct 29 12:37 .
  100. drwxr-xr-x 98 root root 4096 Dec 26 14:19 ..
  101. -rwxr-xr-x 1 root root 625 Jul 24 2015 apache2
  102. -rwxr-xr-x 1 root root 376 Apr 4 2014 apport
  103. -rwxr-xr-x 1 root root 15481 Apr 10 2014 apt
  104. -rwxr-xr-x 1 root root 314 Feb 17 2014 aptitude
  105. -rwxr-xr-x 1 root root 355 Jun 4 2013 bsdmainutils
  106. -rwxr-xr-x 1 root root 256 Mar 7 2014 dpkg
  107. -rwxr-xr-x 1 root root 372 Jan 22 2014 logrotate
  108. -rwxr-xr-x 1 root root 1261 Apr 10 2014 man-db
  109. -rwxr-xr-x 1 root root 435 Jun 20 2013 mlocate
  110. -rwxr-xr-x 1 root root 249 Feb 16 2014 passwd
  111. -rw-r--r-- 1 root root 102 Feb 9 2013 .placeholder
  112. -rwxr-xr-x 1 root root 2417 May 13 2013 popularity-contest
  113. -rwxr-xr-x 1 root root 214 Apr 9 2014 update-notifier-common
  114. -rwxr-xr-x 1 root root 328 Jul 18 2014 upstart
  115. /etc/cron.hourly:
  116. total 12
  117. drwxr-xr-x 2 root root 4096 Sep 18 2015 .
  118. drwxr-xr-x 98 root root 4096 Dec 26 14:19 ..
  119. -rw-r--r-- 1 root root 102 Feb 9 2013 .placeholder
  120. /etc/cron.monthly:
  121. total 12
  122. drwxr-xr-x 2 root root 4096 Sep 18 2015 .
  123. drwxr-xr-x 98 root root 4096 Dec 26 14:19 ..
  124. -rw-r--r-- 1 root root 102 Feb 9 2013 .placeholder
  125. /etc/cron.weekly:
  126. total 28
  127. drwxr-xr-x 2 root root 4096 Oct 29 12:37 .
  128. drwxr-xr-x 98 root root 4096 Dec 26 14:19 ..
  129. -rwxr-xr-x 1 root root 730 Feb 23 2014 apt-xapian-index
  130. -rwxr-xr-x 1 root root 427 Apr 16 2014 fstrim
  131. -rwxr-xr-x 1 root root 771 Apr 10 2014 man-db
  132. -rw-r--r-- 1 root root 102 Feb 9 2013 .placeholder
  133. -rwxr-xr-x 1 root root 211 Apr 9 2014 update-notifier-common
  134.  
  135. [+] Writable cron dirs
  136.  
  137.  
  138. [*] ENUMERATING USER AND ENVIRONMENTAL INFO...
  139.  
  140. [+] Logged in User Activity
  141. 03:44:44 up 3:17, 0 users, load average: 0.00, 0.01, 0.05
  142. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  143.  
  144. [+] Super Users Found:
  145. root
  146.  
  147. [+] Environment
  148. MAIL=/var/mail/werkzeug
  149. USER=werkzeug
  150. SHLVL=1
  151. HOME=/home/werkzeug
  152. OLDPWD=/
  153. WERKZEUG_SERVER_FD=3
  154. LOGNAME=werkzeug
  155. _=linuxprivchecker.py
  156. TERM=linux
  157. WERKZEUG_RUN_MAIN=true
  158. XDG_SESSION_ID=c1
  159. PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  160. XDG_RUNTIME_DIR=/run/user/1001
  161. LANG=en_US.UTF-8
  162. SHELL=/bin/bash
  163. PWD=/tmp
  164.  
  165. [+] Root and current user history (depends on privs)
  166.  
  167. [+] Sudoers (privileged)
  168.  
  169. [+] All users
  170. root:x:0:0:root:/root:/bin/bash
  171. daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
  172. bin:x:2:2:bin:/bin:/usr/sbin/nologin
  173. sys:x:3:3:sys:/dev:/usr/sbin/nologin
  174. sync:x:4:65534:sync:/bin:/bin/sync
  175. games:x:5:60:games:/usr/games:/usr/sbin/nologin
  176. man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
  177. lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
  178. mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
  179. news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
  180. uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
  181. proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
  182. www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
  183. backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
  184. list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
  185. irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
  186. gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
  187. nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
  188. libuuid:x:100:101::/var/lib/libuuid:
  189. syslog:x:101:104::/home/syslog:/bin/false
  190. messagebus:x:102:106::/var/run/dbus:/bin/false
  191. landscape:x:103:109::/var/lib/landscape:/bin/false
  192. sshd:x:104:65534::/var/run/sshd:/usr/sbin/nologin
  193. mysql:x:105:113:MySQL Server,,,:/nonexistent:/bin/false
  194. werkzeug:x:1001:1001::/home/werkzeug:
  195. postfix:x:106:114::/var/spool/postfix:/bin/false
  196. dovecot:x:107:116:Dovecot mail server,,,:/usr/lib/dovecot:/bin/false
  197. dovenull:x:108:117:Dovecot login user,,,:/nonexistent:/bin/false
  198.  
  199. [+] Current User
  200. werkzeug
  201.  
  202. [+] Current User ID
  203. uid=1001(werkzeug) gid=1001(werkzeug) groups=1001(werkzeug)
  204.  
  205. [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
  206.  
  207. [+] World Writeable Directories for User/Group 'Root'
  208. drwxrwxrwt 3 root root 4096 Mar 21 03:44 /tmp
  209. drwxrwxrwt 2 root root 4096 Oct 29 12:37 /var/tmp
  210. drwxrwxrwt 2 root root 4096 Sep 18 2015 /var/crash
  211. drwx-wx-wt 3 root root 4096 Sep 22 2015 /var/lib/php5
  212. drwxrwxrwt 2 root root 40 Dec 26 14:19 /run/shm
  213. drwxrwxrwt 5 root root 100 Dec 26 14:19 /run/lock
  214.  
  215. [+] World Writeable Directories for Users other than Root
  216.  
  217. [+] World Writable Files
  218. --w--w--w- 1 root root 0 Dec 26 14:19 /sys/fs/cgroup/systemd/user/1001.user/c1.session/cgroup.event_control
  219. --w--w--w- 1 root root 0 Dec 26 14:19 /sys/fs/cgroup/systemd/user/1001.user/cgroup.event_control
  220. --w--w--w- 1 root root 0 Dec 26 14:19 /sys/fs/cgroup/systemd/user/cgroup.event_control
  221. --w--w--w- 1 root root 0 Dec 26 14:19 /sys/fs/cgroup/systemd/cgroup.event_control
  222. -rw-rw-rw- 1 root root 0 Dec 26 14:19 /sys/kernel/security/apparmor/.access
  223.  
  224. [+] Checking if root's home folder is accessible
  225.  
  226. [+] SUID/SGID Files and Directories
  227. -rwsr-sr-x 1 libuuid libuuid 18904 Sep 2 2015 /usr/sbin/uuidd
  228. -r-xr-sr-x 1 root postdrop 14328 Feb 5 2015 /usr/sbin/postdrop
  229. -rwsr-xr-- 1 root dip 347296 Apr 21 2015 /usr/sbin/pppd
  230. -r-xr-sr-x 1 root postdrop 14280 Feb 5 2015 /usr/sbin/postqueue
  231. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/ca-certificates
  232. drwxrwsr-x 6 root staff 4096 Sep 18 2015 /usr/local/share/xml
  233. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/xml/misc
  234. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/xml/declaration
  235. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/xml/schema
  236. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/xml/entities
  237. drwxrwsr-x 7 root staff 4096 Sep 18 2015 /usr/local/share/sgml
  238. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/sgml/stylesheet
  239. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/sgml/misc
  240. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/sgml/dtd
  241. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/sgml/declaration
  242. drwxrwsr-x 2 root staff 4096 Sep 18 2015 /usr/local/share/sgml/entities
  243. drwxrwsr-x 2 root staff 4096 Sep 22 2015 /usr/local/share/fonts
  244. drwxrwsr-x 3 root staff 4096 Sep 18 2015 /usr/local/lib/python3.4
  245. drwxrwsr-x 2 root staff 4096 Jul 22 2014 /usr/local/lib/python3.4/dist-packages
  246. drwxrwsr-x 4 root staff 4096 Sep 23 2015 /usr/local/lib/python2.7
  247. drwxrwsr-x 3 root staff 4096 Sep 22 2015 /usr/local/lib/python2.7/dist-packages
  248. drwxr-sr-x 4 root staff 4096 Sep 22 2015 /usr/local/lib/python2.7/dist-packages/werkzeug
  249. drwxr-sr-x 2 root staff 4096 Sep 22 2015 /usr/local/lib/python2.7/dist-packages/werkzeug/contrib
  250. drwxr-sr-x 2 root staff 4096 Sep 22 2015 /usr/local/lib/python2.7/dist-packages/werkzeug/debug
  251. drwxrwsr-x 2 root staff 4096 Sep 23 2015 /usr/local/lib/python2.7/site-packages
  252. -r-sr-xr-x 1 root root 10224 Nov 10 2015 /usr/lib/vmware-tools/bin64/vmware-user-suid-wrapper
  253. -r-sr-xr-x 1 root root 9532 Nov 10 2015 /usr/lib/vmware-tools/bin32/vmware-user-suid-wrapper
  254. -rwsr-xr-x 1 root root 14776 Nov 24 2015 /usr/lib/policykit-1/polkit-agent-helper-1
  255. -rwsr-xr-x 1 root root 440416 Aug 11 2016 /usr/lib/openssh/ssh-keysign
  256. -rwsr-xr-x 1 root root 10240 Feb 25 2014 /usr/lib/eject/dmcrypt-get-device
  257. -rwsr-xr-- 1 root messagebus 310800 Nov 25 2014 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
  258. -rwsr-xr-x 1 root root 75256 Oct 21 2013 /usr/bin/mtr
  259. -rwsr-xr-x 1 root root 23304 Nov 24 2015 /usr/bin/pkexec
  260. -rwxr-sr-x 1 root mail 14856 Dec 6 2013 /usr/bin/dotlockfile
  261. -rwxr-sr-x 1 root tty 19024 Sep 2 2015 /usr/bin/wall
  262. -rwsr-xr-x 1 root root 46424 Jan 26 2016 /usr/bin/chfn
  263. -rwsr-sr-x 1 daemon daemon 51464 Oct 21 2013 /usr/bin/at
  264. -rwxr-sr-x 3 root mail 14592 Dec 3 2012 /usr/bin/mail-touchlock
  265. -rwxr-sr-x 1 root shadow 55000 Jan 26 2016 /usr/bin/chage
  266. -rwxr-sr-x 3 root mail 14592 Dec 3 2012 /usr/bin/mail-unlock
  267. -rwxr-sr-x 1 root ssh 284784 Aug 11 2016 /usr/bin/ssh-agent
  268. -rwsr-xr-x 1 root root 36592 Jan 26 2016 /usr/bin/newgrp
  269. -rwsr-xr-x 1 root root 23104 May 7 2014 /usr/bin/traceroute6.iputils
  270. -rwsr-xr-x 1 root root 41336 Jan 26 2016 /usr/bin/chsh
  271. -rwxr-sr-x 3 root mail 14592 Dec 3 2012 /usr/bin/mail-lock
  272. -rwsr-xr-x 1 root root 72280 Jan 26 2016 /usr/bin/gpasswd
  273. -rwxr-sr-x 1 root crontab 35984 Feb 9 2013 /usr/bin/crontab
  274. -rwxr-sr-x 1 root mlocate 39520 Jun 20 2013 /usr/bin/mlocate
  275. -rwxr-sr-x 1 root utmp 421768 Nov 7 2013 /usr/bin/screen
  276. -rwsr-xr-x 1 root root 155008 Feb 10 2014 /usr/bin/sudo
  277. -rwsr-xr-x 1 root root 47032 Jan 26 2016 /usr/bin/passwd
  278. -rwxr-sr-x 1 root tty 14688 Jun 4 2013 /usr/bin/bsd-write
  279. -rwxr-sr-x 1 root shadow 23360 Jan 26 2016 /usr/bin/expiry
  280. -rwxr-sr-x 1 root shadow 35536 Mar 16 2016 /sbin/unix_chkpwd
  281. drwxr-s--- 2 root dip 4096 Sep 23 2015 /etc/chatscripts
  282. drwxr-s--- 2 root dip 4096 Sep 18 2015 /etc/ppp/peers
  283. drwxr-sr-x 35 man root 4096 Oct 29 12:36 /var/cache/man
  284. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat5
  285. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/ja
  286. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ja/cat5
  287. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ja/cat8
  288. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ja/cat1
  289. drwxr-sr-x 4 man root 4096 Oct 29 12:36 /var/cache/man/sl
  290. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/sl/cat8
  291. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/sl/cat1
  292. drwxr-sr-x 4 man root 4096 Oct 29 12:36 /var/cache/man/fr.UTF-8
  293. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr.UTF-8/cat8
  294. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr.UTF-8/cat7
  295. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/sv
  296. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/sv/cat5
  297. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/sv/cat8
  298. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/sv/cat1
  299. drwxr-sr-x 4 man root 4096 Oct 29 12:36 /var/cache/man/fi
  300. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fi/cat8
  301. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fi/cat1
  302. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat8
  303. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/ko
  304. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ko/cat5
  305. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ko/cat8
  306. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ko/cat1
  307. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/pt_BR
  308. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt_BR/cat5
  309. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt_BR/cat8
  310. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt_BR/cat1
  311. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/zh_CN
  312. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_CN/cat5
  313. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_CN/cat8
  314. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_CN/cat1
  315. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat2
  316. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat3
  317. drwxr-sr-x 6 man root 4096 Oct 29 12:36 /var/cache/man/cs
  318. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cs/cat5
  319. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cs/cat8
  320. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cs/cat7
  321. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cs/cat1
  322. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/pt
  323. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt/cat5
  324. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt/cat8
  325. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pt/cat1
  326. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat4
  327. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat7
  328. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/zh_TW
  329. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_TW/cat5
  330. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_TW/cat8
  331. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/zh_TW/cat1
  332. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/es
  333. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/es/cat5
  334. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/es/cat8
  335. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/es/cat1
  336. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/da
  337. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/da/cat5
  338. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/da/cat8
  339. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/da/cat1
  340. drwxr-sr-x 3 man root 4096 Oct 29 12:36 /var/cache/man/gl
  341. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/gl/cat8
  342. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat6
  343. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/tr
  344. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/tr/cat5
  345. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/tr/cat8
  346. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/tr/cat1
  347. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/hu
  348. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/hu/cat5
  349. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/hu/cat8
  350. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/hu/cat1
  351. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/id
  352. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/id/cat5
  353. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/id/cat8
  354. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/id/cat1
  355. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/pl
  356. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pl/cat5
  357. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pl/cat8
  358. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/pl/cat1
  359. drwxr-sr-x 3 man root 4096 Oct 29 12:36 /var/cache/man/local
  360. drwxr-sr-x 2 man root 4096 Sep 23 2015 /var/cache/man/local/cat1
  361. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/cat1
  362. drwxr-sr-x 6 man root 4096 Oct 29 12:36 /var/cache/man/de
  363. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/de/cat5
  364. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/de/cat8
  365. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/de/cat3
  366. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/de/cat1
  367. drwxr-sr-x 4 man root 4096 Oct 29 12:36 /var/cache/man/fr.ISO8859-1
  368. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr.ISO8859-1/cat8
  369. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr.ISO8859-1/cat7
  370. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/nl
  371. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/nl/cat5
  372. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/nl/cat8
  373. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/nl/cat1
  374. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/it
  375. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/it/cat5
  376. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/it/cat8
  377. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/it/cat1
  378. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/ru
  379. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ru/cat5
  380. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ru/cat8
  381. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/ru/cat1
  382. drwxr-sr-x 5 man root 4096 Oct 29 12:36 /var/cache/man/fr
  383. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr/cat5
  384. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr/cat8
  385. drwxr-sr-x 2 man root 4096 Sep 18 2015 /var/cache/man/fr/cat1
  386. drwxrwsr-x 2 root mail 4096 Mar 21 01:10 /var/mail
  387. drwx--s--- 2 postfix postdrop 4096 Dec 26 14:19 /var/spool/postfix/public
  388. drwxr-s--- 2 mysql adm 4096 Sep 22 2015 /var/log/mysql
  389. drwxrwsr-x 2 root staff 4096 Apr 10 2014 /var/local
  390. drwxrwsr-x 2 libuuid libuuid 4096 Jul 22 2014 /var/lib/libuuid
  391. -rwsr-xr-x 1 root root 94792 Sep 2 2015 /bin/mount
  392. -rwsr-xr-x 1 root root 44168 May 7 2014 /bin/ping
  393. -rwsr-xr-x 1 root root 44680 May 7 2014 /bin/ping6
  394. -rwsr-xr-x 1 root root 30800 May 15 2015 /bin/fusermount
  395. -rwsr-xr-x 1 root root 36936 Jan 26 2016 /bin/su
  396. -rwsr-xr-x 1 root root 69120 Sep 2 2015 /bin/umount
  397.  
  398. [+] Logs containing keyword 'password'
  399.  
  400. [+] Config files containing keyword 'password'
  401. /etc/dovecot/conf.d/10-auth.conf:# We also try to handle password changes automatically: If user's previous
  402. /etc/dovecot/conf.d/10-auth.conf:# TTL for negative hits (user not found, password mismatch).
  403. /etc/dovecot/conf.d/10-auth.conf:# Password database is used to verify user's password (and nothing more).
  404. /etc/dovecot/conf.d/10-auth.conf:#!include auth-checkpassword.conf.ext
  405. /etc/dovecot/conf.d/auth-checkpassword.conf.ext:# Authentication for checkpassword users. Included from 10-auth.conf.
  406. /etc/dovecot/conf.d/auth-checkpassword.conf.ext: driver = checkpassword
  407. /etc/dovecot/conf.d/auth-checkpassword.conf.ext: args = /usr/bin/checkpassword
  408. /etc/dovecot/conf.d/auth-checkpassword.conf.ext:# Standard checkpassword doesn't support direct userdb lookups.
  409. /etc/dovecot/conf.d/auth-checkpassword.conf.ext:# If you need checkpassword userdb, the checkpassword must support
  410. /etc/dovecot/conf.d/auth-checkpassword.conf.ext:# driver = checkpassword
  411. /etc/dovecot/conf.d/auth-checkpassword.conf.ext:# args = /usr/bin/checkpassword
  412. /etc/dovecot/conf.d/10-ssl.conf:# If key file is password protected, give the password here. Alternatively
  413. /etc/dovecot/conf.d/10-ssl.conf:# root owned 0600 file by using ssl_key_password = <path.
  414. /etc/dovecot/conf.d/10-ssl.conf:#ssl_key_password =
  415. /etc/dovecot/conf.d/auth-system.conf.ext:# Shadow passwords for system users (NSS, /etc/shadow or similiar).
  416. /etc/dovecot/conf.d/auth-static.conf.ext:# username or the password, or if there is a single password for all users:
  417. /etc/dovecot/conf.d/auth-static.conf.ext:# - proxy frontend, where the backend verifies the password
  418. /etc/dovecot/conf.d/auth-static.conf.ext:# - proxy backend, where the frontend already verified the password
  419. /etc/dovecot/conf.d/auth-static.conf.ext:# args = proxy=y host=%1Mu.example.com nopassword=y
  420. /etc/dovecot/conf.d/auth-static.conf.ext:# args = password=test
  421. /etc/dovecot/conf.d/10-logging.conf:# In case of password mismatches, log the attempted password. Valid values are
  422. /etc/dovecot/conf.d/10-logging.conf:# no, plain and sha1. sha1 can be useful for detecting brute force password
  423. /etc/dovecot/conf.d/10-logging.conf:# attempts vs. user simply trying the same password over and over again.
  424. /etc/dovecot/conf.d/10-logging.conf:#auth_verbose_passwords = no
  425. /etc/dovecot/conf.d/10-logging.conf:# In case of password mismatches, log the passwords and used scheme so the
  426. /etc/dovecot/conf.d/10-logging.conf:#auth_debug_passwords = no
  427. /etc/iscsi/iscsid.conf:# To set a CHAP username and password for initiator
  428. /etc/iscsi/iscsid.conf:#node.session.auth.password = password
  429. /etc/iscsi/iscsid.conf:# To set a CHAP username and password for target(s)
  430. /etc/iscsi/iscsid.conf:#node.session.auth.password_in = password_in
  431. /etc/iscsi/iscsid.conf:# To set a discovery session CHAP username and password for the initiator
  432. /etc/iscsi/iscsid.conf:#discovery.sendtargets.auth.password = password
  433. /etc/iscsi/iscsid.conf:# To set a discovery session CHAP username and password for target(s)
  434. /etc/iscsi/iscsid.conf:#discovery.sendtargets.auth.password_in = password_in
  435. /etc/mysql/my.cnf:# It has been reported that passwords should be enclosed with ticks/quotes
  436. /etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
  437. /etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
  438. /etc/ssl/openssl.cnf:# input_password = secret
  439. /etc/ssl/openssl.cnf:# output_password = secret
  440. /etc/ssl/openssl.cnf:challengePassword = A challenge password
  441. /etc/ltrace.conf:; pwd.h
  442. /etc/debconf.conf:# World-readable, and accepts everything but passwords.
  443. /etc/debconf.conf:Reject-Type: password
  444. /etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
  445. /etc/debconf.conf:Name: passwords
  446. /etc/debconf.conf:Accept-Type: password
  447. /etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
  448. /etc/debconf.conf:# databases, one to hold passwords and one for everything else.
  449. /etc/debconf.conf:Stack: config, passwords
  450. /etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
  451. /etc/hdparm.conf:# --security-set-pass Set security password
  452. /etc/hdparm.conf:# security_pass = password
  453. /etc/hdparm.conf:# --user-master Select password to use
  454.  
  455. [+] Shadow File (Privileged)
  456.  
  457. [*] ENUMERATING PROCESSES AND APPLICATIONS...
  458.  
  459. [+] Installed Packages
  460. Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  461. Err?=(none)/Reinst-required (Status,Err:
  462. Name Version Description
  463. accountsservice 0.6.35-0ubuntu7.2 query and manipulate user account information
  464. acpid 1:2.0.21-1ubuntu2 Advanced Configuration and Power Interface event daemon
  465. adduser 3.113+nmu3ubuntu3 add and remove users and groups
  466. apache2 2.4.7-1ubuntu4.13 Apache HTTP Server
  467. apache2-bin 2.4.7-1ubuntu4.13 Apache HTTP Server (binary files and modules)
  468. apache2-data 2.4.7-1ubuntu4.13 Apache HTTP Server (common files)
  469. apparmor 2.8.95~2430-0ubuntu5.3 User-space parser utility for AppArmor
  470. apport 2.14.1-0ubuntu3.21 automatically generate crash reports for debugging
  471. apport-symptoms 0.20 symptom scripts for apport
  472. apt 1.0.1ubuntu2.15 commandline package manager
  473. apt-file 2.5.2ubuntu1 search for files within Debian packages (command-line interface)
  474. apt-transport-https 1.0.1ubuntu2.15 https download transport for APT
  475. apt-utils 1.0.1ubuntu2.15 package management related utility programs
  476. apt-xapian-index 0.45ubuntu4 maintenance and search tools for a Xapian index of Debian packages
  477. aptitude 0.6.8.2-1ubuntu4 terminal-based package manager
  478. aptitude-common 0.6.8.2-1ubuntu4 architecture indepedent files for the aptitude package manager
  479. at 3.1.14-1ubuntu1 Delayed job execution and batch processing
  480. base-files 7.2ubuntu5.5 Debian base system miscellaneous files
  481. base-passwd 3.5.33 Debian base system master password and group files
  482. bash 4.3-7ubuntu1.5 GNU Bourne Again SHell
  483. bash-completion 1:2.1-4ubuntu0.2 programmable completion for the bash shell
  484. bc 1.06.95-8ubuntu1 GNU bc arbitrary precision calculator language
  485. bind9-host 1:9.9.5.dfsg-3ubuntu0.9 Version of 'host' bundled with BIND 9.X
  486. binutils 2.24-5ubuntu14.1 GNU assembler, linker and binary utilities
  487. biosdevname 0.4.1-0ubuntu6.3 apply BIOS-given names to network devices
  488. bsdmainutils 9.0.5ubuntu1 collection of more utilities from FreeBSD
  489. bsdutils 1:2.20.1-5.1ubuntu20.7 Basic utilities from 4.4BSD-Lite
  490. busybox-initramfs 1:1.21.0-1ubuntu1 Standalone shell setup for initramfs
  491. busybox-static 1:1.21.0-1ubuntu1 Standalone rescue shell with tons of builtin utilities
  492. byobu 5.77-0ubuntu1.2 powerful, text based window manager and shell multiplexer
  493. bzip2 1.0.6-5 high-quality block-sorting file compressor - utilities
  494. ca-certificates 20160104ubuntu0.14.04.1 Common CA certificates
  495. command-not-found 0.3ubuntu12 Suggest installation of packages in interactive bash sessions
  496. command-not-found-data 0.3ubuntu12 Set of data files for command-not-found.
  497. console-setup 1.70ubuntu8 console font and keymap setup program
  498. coreutils 8.21-1ubuntu5.4 GNU core utilities
  499. cpio 2.11+dfsg-1ubuntu1.2 GNU cpio -- a program to manage archives of files
  500. cpp 4:4.8.2-1ubuntu6 GNU C preprocessor (cpp)
  501. cpp-4.8 4.8.4-2ubuntu1~14.04.3 GNU C preprocessor
  502. crda 1.1.2-1ubuntu2 wireless Central Regulatory Domain Agent
  503. cron 3.0pl1-124ubuntu2 process scheduling daemon
  504. curl 7.35.0-1ubuntu2.9 command line tool for transferring data with URL syntax
  505. dash 0.5.7-4ubuntu1 POSIX-compliant shell
  506. dbus 1.6.18-0ubuntu4.3 simple interprocess messaging system (daemon and utilities)
  507. debconf 1.5.51ubuntu2 Debian configuration management system
  508. debconf-i18n 1.5.51ubuntu2 full internationalization support for debconf
  509. debianutils 4.4 Miscellaneous utilities specific to Debian
  510. dh-python 1.20140128-1ubuntu8.2 Debian helper tools for packaging Python libraries and applications
  511. diffutils 1:3.3-1 File comparison utilities
  512. dmidecode 2.12-2 SMBIOS/DMI table decoder
  513. dmsetup 2:1.02.77-6ubuntu2 Linux Kernel Device Mapper userspace library
  514. dnsutils 1:9.9.5.dfsg-3ubuntu0.9 Clients provided with BIND
  515. dosfstools 3.0.26-1ubuntu0.1 utilities for making and checking MS-DOS FAT filesystems
  516. dovecot-core 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - core files
  517. dovecot-imapd 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - IMAP daemon
  518. dovecot-pop3d 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - POP3 daemon
  519. dpkg 1.17.5ubuntu5.7 Debian package management system
  520. e2fslibs:amd64 1.42.9-3ubuntu1.3 ext2/ext3/ext4 file system libraries
  521. e2fsprogs 1.42.9-3ubuntu1.3 ext2/ext3/ext4 file system utilities
  522. ed 1.9-2 classic UNIX line editor
  523. eject 2.1.5+deb1+cvs20081104-13.1 ejects CDs and operates CD-Changers under Linux
  524. ethtool 1:3.13-1 display or change Ethernet device settings
  525. file 1:5.14-2ubuntu3.3 Determines file type using "magic" numbers
  526. findutils 4.4.2-7 utilities for finding files--find, xargs
  527. fontconfig-config 2.11.0-0ubuntu4.2 generic font configuration library - configuration
  528. fonts-dejavu-core 2.34-1ubuntu1 Vera font family derivate with additional characters
  529. fonts-ubuntu-font-family-console 0.80-0ubuntu6 Ubuntu Font Family Linux console fonts, sans-serif monospace
  530. friendly-recovery 0.2.25 Make recovery more user-friendly
  531. ftp 0.17-28 classical file transfer client
  532. fuse 2.9.2-4ubuntu4.14.04.1 Filesystem in Userspace
  533. g++ 4:4.8.2-1ubuntu6 GNU C++ compiler
  534. g++-4.8 4.8.4-2ubuntu1~14.04.3 GNU C++ compiler
  535. gawk 1:4.0.1+dfsg-2.1ubuntu2 GNU awk, a pattern scanning and processing language
  536. gcc 4:4.8.2-1ubuntu6 GNU C compiler
  537. gcc-4.8 4.8.4-2ubuntu1~14.04.3 GNU C compiler
  538. gcc-4.8-base:amd64 4.8.4-2ubuntu1~14.04.3 GCC, the GNU Compiler Collection (base package)
  539. gcc-4.9-base:amd64 4.9.3-0ubuntu4 GCC, the GNU Compiler Collection (base package)
  540. geoip-database 20140313-1 IP lookup command line tools that use the GeoIP library (country database)
  541. gettext-base 0.18.3.1-1ubuntu3 GNU Internationalization utilities for the base system
  542. gir1.2-glib-2.0 1.40.0-1ubuntu0.2 Introspection data for GLib, GObject, Gio and GModule
  543. gnupg 1.4.16-1ubuntu2.4 GNU privacy guard - a free PGP replacement
  544. gpgv 1.4.16-1ubuntu2.4 GNU privacy guard - signature verification tool
  545. grep 2.16-1 GNU grep, egrep and fgrep
  546. groff-base 1.22.2-5 GNU troff text-formatting system (base system components)
  547. grub-common 2.02~beta2-9ubuntu1.12 GRand Unified Bootloader (common files)
  548. grub-gfxpayload-lists 0.6 GRUB gfxpayload blacklist
  549. grub-pc 2.02~beta2-9ubuntu1.12 GRand Unified Bootloader, version 2 (PC/BIOS version)
  550. grub-pc-bin 2.02~beta2-9ubuntu1.12 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
  551. grub2-common 2.02~beta2-9ubuntu1.12 GRand Unified Bootloader (common files for version 2)
  552. gzip 1.6-3ubuntu1 GNU compression utilities
  553. hdparm 9.43-1ubuntu3 tune hard disk parameters for high performance
  554. hostname 3.15ubuntu1 utility to set/show the host name or domain name
  555. ifupdown 0.7.47.2ubuntu4.4 high level tools to configure network interfaces
  556. info 5.2.0.dfsg.1-2 Standalone GNU Info documentation browser
  557. init-system-helpers 1.14 helper tools for all init systems
  558. initramfs-tools 0.103ubuntu4.4 tools for generating an initramfs
  559. initramfs-tools-bin 0.103ubuntu4.4 binaries used by initramfs-tools
  560. initscripts 2.88dsf-41ubuntu6.3 scripts for initializing and shutting down the system
  561. insserv 1.14.0-5ubuntu2 boot sequence organizer using LSB init.d script dependency information
  562. install-info 5.2.0.dfsg.1-2 Manage installed documentation in info format
  563. installation-report 2.54ubuntu1 system installation report
  564. iproute2 3.12.0-2ubuntu1 networking and traffic control tools
  565. iptables 1.4.21-1ubuntu1 administration tools for packet filtering and NAT
  566. iputils-ping 3:20121221-4ubuntu1.1 Tools to test the reachability of network hosts
  567. iputils-tracepath 3:20121221-4ubuntu1.1 Tools to trace the network path to a remote host
  568. irqbalance 1.0.6-2ubuntu0.14.04.4 Daemon to balance interrupts for SMP systems
  569. isc-dhcp-client 4.2.4-7ubuntu12.7 ISC DHCP client
  570. isc-dhcp-common 4.2.4-7ubuntu12.7 common files used by all the isc-dhcp* packages
  571. iso-codes 3.52-1 ISO language, territory, currency, script codes and their translations
  572. javascript-common 11 Base support for JavaScript library packages
  573. kbd 1.15.5-1ubuntu1 Linux console font and keytable utilities
  574. keyboard-configuration 1.70ubuntu8 system-wide keyboard preferences
  575. klibc-utils 2.0.3-0ubuntu1.14.04.1 small utilities built with klibc for early boot
  576. kmod 15-0ubuntu6 tools for managing Linux kernel modules
  577. krb5-locales 1.12+dfsg-2ubuntu5.2 Internationalization support for MIT Kerberos
  578. landscape-common 14.12-0ubuntu0.14.04 The Landscape administration system client - Common files
  579. language-selector-common 0.129.3 Language selector for Ubuntu
  580. laptop-detect 0.13.7ubuntu2 attempt to detect a laptop
  581. less 458-2 pager program similar to more
  582. libaccountsservice0:amd64 0.6.35-0ubuntu7.2 query and manipulate user account information - shared libraries
  583. libacl1:amd64 2.2.52-1 Access control list shared library
  584. libaio1:amd64 0.3.109-4 Linux kernel AIO access library - shared library
  585. libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.20 server-side, HTML-embedded scripting language (Apache 2 module)
  586. libapparmor-perl 2.8.95~2430-0ubuntu5.3 AppArmor library Perl bindings
  587. libapparmor1:amd64 2.8.95~2430-0ubuntu5.3 changehat AppArmor library
  588. libapr1:amd64 1.5.0-1 Apache Portable Runtime Library
  589. libaprutil1:amd64 1.5.3-1 Apache Portable Runtime Utility Library
  590. libaprutil1-dbd-sqlite3:amd64 1.5.3-1 Apache Portable Runtime Utility Library - SQLite3 Driver
  591. libaprutil1-ldap:amd64 1.5.3-1 Apache Portable Runtime Utility Library - LDAP Driver
  592. libapt-inst1.5:amd64 1.0.1ubuntu2.15 deb package format runtime library
  593. libapt-pkg-perl 0.1.29build1 Perl interface to libapt-pkg
  594. libapt-pkg4.12:amd64 1.0.1ubuntu2.15 package management runtime library
  595. libarchive-extract-perl 0.70-1 generic archive extracting module
  596. libasan0:amd64 4.8.4-2ubuntu1~14.04.3 AddressSanitizer -- a fast memory error detector
  597. libasn1-8-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - ASN.1 library
  598. libasprintf0c2:amd64 0.18.3.1-1ubuntu3 GNU library to use fprintf and friends in C++
  599. libatomic1:amd64 4.8.4-2ubuntu1~14.04.3 support library providing __atomic built-in functions
  600. libattr1:amd64 1:2.4.47-1ubuntu1 Extended attribute shared library
  601. libaudit-common 1:2.3.2-2ubuntu1 Dynamic library for security auditing - common files
  602. libaudit1:amd64 1:2.3.2-2ubuntu1 Dynamic library for security auditing
  603. libbind9-90 1:9.9.5.dfsg-3ubuntu0.9 BIND9 Shared Library used by BIND
  604. libblkid1:amd64 2.20.1-5.1ubuntu20.7 block device id library
  605. libboost-iostreams1.54.0:amd64 1.54.0-4ubuntu3.1 Boost.Iostreams Library
  606. libbsd0:amd64 0.6.0-2ubuntu1 utility functions from BSD systems - shared library
  607. libbz2-1.0:amd64 1.0.6-5 high-quality block-sorting file compressor library - runtime
  608. libc-bin 2.19-0ubuntu6.9 Embedded GNU C Library: Binaries
  609. libc-dev-bin 2.19-0ubuntu6.9 Embedded GNU C Library: Development binaries
  610. libc6:amd64 2.19-0ubuntu6.9 Embedded GNU C Library: Shared libraries
  611. libc6-dev:amd64 2.19-0ubuntu6.9 Embedded GNU C Library: Development Libraries and Header Files
  612. libcap-ng0 0.7.3-1ubuntu2 An alternate POSIX capabilities library
  613. libcap2:amd64 1:2.24-0ubuntu2 support for getting/setting POSIX.1e capabilities
  614. libcap2-bin 1:2.24-0ubuntu2 basic utility programs for using capabilities
  615. libcgmanager0:amd64 0.24-0ubuntu7.5 Central cgroup manager daemon (client library)
  616. libck-connector0:amd64 0.4.5-3.1ubuntu2 ConsoleKit libraries
  617. libclass-accessor-perl 0.34-1 Perl module that automatically generates accessors
  618. libcloog-isl4:amd64 0.18.2-1 Chunky Loop Generator (runtime library)
  619. libcomerr2:amd64 1.42.9-3ubuntu1.3 common error description library
  620. libconfig-file-perl 1.50-2 Parses simple configuration files
  621. libcurl3:amd64 7.35.0-1ubuntu2.9 easy-to-use client-side URL transfer library (OpenSSL flavour)
  622. libcurl3-gnutls:amd64 7.35.0-1ubuntu2.9 easy-to-use client-side URL transfer library (GnuTLS flavour)
  623. libcwidget3 0.5.16-3.5ubuntu1 high-level terminal interface library for C++ (runtime files)
  624. libdb5.3:amd64 5.3.28-3ubuntu3 Berkeley v5.3 Database Libraries [runtime]
  625. libdbd-mysql-perl 4.025-1ubuntu0.1 Perl5 database interface to the MySQL database
  626. libdbi-perl 1.630-1 Perl Database Interface (DBI)
  627. libdbus-1-3:amd64 1.6.18-0ubuntu4.3 simple interprocess messaging system (library)
  628. libdbus-glib-1-2:amd64 0.100.2-1 simple interprocess messaging system (GLib-based shared library)
  629. libdebconfclient0:amd64 0.187ubuntu1 Debian Configuration Management System (C-implementation library)
  630. libdevmapper-event1.02.1:amd64 2:1.02.77-6ubuntu2 Linux Kernel Device Mapper event support library
  631. libdevmapper1.02.1:amd64 2:1.02.77-6ubuntu2 Linux Kernel Device Mapper userspace library
  632. libdns100 1:9.9.5.dfsg-3ubuntu0.9 DNS Shared Library used by BIND
  633. libdrm2:amd64 2.4.67-1ubuntu0.14.04.1 Userspace interface to kernel DRM services -- runtime
  634. libedit2:amd64 3.1-20130712-2 BSD editline and history libraries
  635. libelf1:amd64 0.158-0ubuntu5.2 library to read and write ELF files
  636. libept1.4.12:amd64 1.0.12 High-level library for managing Debian package information
  637. libestr0 0.1.9-0ubuntu2 Helper functions for handling strings (lib)
  638. libevent-2.0-5:amd64 2.0.21-stable-1ubuntu1.14.04.1 Asynchronous event notification library
  639. libexpat1:amd64 2.1.0-4ubuntu1.3 XML parsing C library - runtime library
  640. libffi6:amd64 3.1~rc1+r3.0.13-12ubuntu0.1 Foreign Function Interface library runtime
  641. libfontconfig1:amd64 2.11.0-0ubuntu4.2 generic font configuration library - runtime
  642. libfreetype6:amd64 2.5.2-1ubuntu2.5 FreeType 2 font engine, shared library files
  643. libfribidi0:amd64 0.19.6-1 Free Implementation of the Unicode BiDi algorithm
  644. libfuse2:amd64 2.9.2-4ubuntu4.14.04.1 Filesystem in Userspace (library)
  645. libgc1c2:amd64 1:7.2d-5ubuntu2 conservative garbage collector for C and C++
  646. libgcc-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3 GCC support library (development files)
  647. libgcc1:amd64 1:4.9.3-0ubuntu4 GCC support library
  648. libgck-1-0:amd64 3.10.1-1 Glib wrapper library for PKCS#11 - runtime
  649. libgcr-3-common 3.10.1-1 Library for Crypto UI related tasks - common files
  650. libgcr-base-3-1:amd64 3.10.1-1 Library for Crypto related tasks
  651. libgcrypt11:amd64 1.5.3-2ubuntu4.4 LGPL Crypto library - runtime library
  652. libgd3:amd64 2.1.0-3ubuntu0.3 GD Graphics Library
  653. libgdbm3:amd64 1.8.3-12build1 GNU dbm database routines (runtime version)
  654. libgeoip1:amd64 1.6.0-1 non-DNS IP-to-country resolver library
  655. libgirepository-1.0-1 1.40.0-1ubuntu0.2 Library for handling GObject introspection data (runtime library)
  656. libglib2.0-0:amd64 2.40.2-0ubuntu1 GLib library of C routines
  657. libglib2.0-data 2.40.2-0ubuntu1 Common files for GLib library
  658. libgmp10:amd64 2:5.1.3+dfsg-1ubuntu1 Multiprecision arithmetic library
  659. libgnutls-openssl27:amd64 2.12.23-12ubuntu2.5 GNU TLS library - OpenSSL wrapper
  660. libgnutls26:amd64 2.12.23-12ubuntu2.5 GNU TLS library - runtime library
  661. libgomp1:amd64 4.8.4-2ubuntu1~14.04.3 GCC OpenMP (GOMP) support library
  662. libgpg-error0:amd64 1.12-0.2ubuntu1 library for common error values and messages in GnuPG components
  663. libgpm2:amd64 1.20.4-6.1 General Purpose Mouse - shared library
  664. libgssapi-krb5-2:amd64 1.12+dfsg-2ubuntu5.2 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
  665. libgssapi3-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - GSSAPI support library
  666. libhcrypto4-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - crypto library
  667. libheimbase1-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - Base library
  668. libheimntlm0-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - NTLM support library
  669. libhtml-template-perl 2.95-1 module for using HTML templates with Perl
  670. libhx509-5-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - X509 support library
  671. libidn11:amd64 1.28-1ubuntu2.1 GNU Libidn library, implementation of IETF IDN specifications
  672. libio-string-perl 1.08-3 Emulate IO::File interface for in-core strings
  673. libisc95 1:9.9.5.dfsg-3ubuntu0.9 ISC Shared Library used by BIND
  674. libisccc90 1:9.9.5.dfsg-3ubuntu0.9 Command Channel Library used by BIND
  675. libisccfg90 1:9.9.5.dfsg-3ubuntu0.9 Config File Handling Library used by BIND
  676. libisl10:amd64 0.12.2-1 manipulating sets and relations of integer points bounded by linear constraints
  677. libitm1:amd64 4.8.4-2ubuntu1~14.04.3 GNU Transactional Memory Library
  678. libiw30:amd64 30~pre9-8ubuntu1 Wireless tools - library
  679. libjbig0:amd64 2.0-2ubuntu4.1 JBIGkit libraries
  680. libjpeg-turbo8:amd64 1.3.0-0ubuntu2 IJG JPEG compliant runtime library.
  681. libjpeg8:amd64 8c-2ubuntu8 Independent JPEG Group's JPEG runtime library (dependency package)
  682. libjs-cropper 1.2.2-1 JavaScript image cropper UI
  683. libjs-jquery 1.7.2+dfsg-2ubuntu1 JavaScript library for dynamic web applications
  684. libjs-prototype 1.7.1-3 JavaScript Framework for dynamic web applications
  685. libjs-scriptaculous 1.9.0-2 JavaScript library for dynamic web applications
  686. libjson-c2:amd64 0.11-3ubuntu1.2 JSON manipulation library - shared library
  687. libjson0:amd64 0.11-3ubuntu1.2 JSON manipulation library (transitional package)
  688. libk5crypto3:amd64 1.12+dfsg-2ubuntu5.2 MIT Kerberos runtime libraries - Crypto Library
  689. libkeyutils1:amd64 1.5.6-1 Linux Key Management Utilities (library)
  690. libklibc 2.0.3-0ubuntu1.14.04.1 minimal libc subset for use with initramfs
  691. libkmod2:amd64 15-0ubuntu6 libkmod shared library
  692. libkrb5-26-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - libraries
  693. libkrb5-3:amd64 1.12+dfsg-2ubuntu5.2 MIT Kerberos runtime libraries
  694. libkrb5support0:amd64 1.12+dfsg-2ubuntu5.2 MIT Kerberos runtime libraries - Support library
  695. libldap-2.4-2:amd64 2.4.31-1+nmu2ubuntu8.3 OpenLDAP libraries
  696. liblist-moreutils-perl 0.33-1build3 Perl module with additional list functions not found in List::Util
  697. liblocale-gettext-perl 1.05-7build3 module using libc functions for internationalization in Perl
  698. liblockfile-bin 1.09-6ubuntu1 support binaries for and cli utilities based on liblockfile
  699. liblockfile1:amd64 1.09-6ubuntu1 NFS-safe locking library
  700. liblog-message-simple-perl 0.10-1 simplified interface to Log::Message
  701. liblwres90 1:9.9.5.dfsg-3ubuntu0.9 Lightweight Resolver Library used by BIND
  702. liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2 XZ-format compression library
  703. libmagic1:amd64 1:5.14-2ubuntu3.3 File type determination library using "magic" numbers
  704. libmodule-pluggable-perl 5.1-1 module for giving modules the ability to have plugins
  705. libmount1:amd64 2.20.1-5.1ubuntu20.7 block device id library
  706. libmpc3:amd64 1.0.1-1ubuntu1 multiple precision complex floating-point library
  707. libmpdec2:amd64 2.4.0-6 library for decimal floating point arithmetic (runtime library)
  708. libmpfr4:amd64 3.1.2-1 multiple precision floating-point computation
  709. libmysqlclient18:amd64 5.5.53-0ubuntu0.14.04.1 MySQL database client library
  710. libncurses5:amd64 5.9+20140118-1ubuntu1 shared libraries for terminal handling
  711. libncursesw5:amd64 5.9+20140118-1ubuntu1 shared libraries for terminal handling (wide character support)
  712. libnewt0.52:amd64 0.52.15-2ubuntu5 Not Erik's Windowing Toolkit - text mode windowing with slang
  713. libnfnetlink0:amd64 1.0.1-2 Netfilter netlink library
  714. libnih-dbus1:amd64 1.0.3-4ubuntu25 NIH D-Bus Bindings Library
  715. libnih1:amd64 1.0.3-4ubuntu25 NIH Utility Library
  716. libnl-3-200:amd64 3.2.21-1ubuntu3 library for dealing with netlink sockets
  717. libnl-genl-3-200:amd64 3.2.21-1ubuntu3 library for dealing with netlink sockets - generic netlink
  718. libnuma1:amd64 2.0.9~rc5-1ubuntu3.14.04.2 Libraries for controlling NUMA policy
  719. libp11-kit0:amd64 0.20.2-2ubuntu2 Library for loading and coordinating access to PKCS#11 modules - runtime
  720. libpam-cap:amd64 1:2.24-0ubuntu2 PAM module for implementing capabilities
  721. libpam-modules:amd64 1.1.8-1ubuntu2.2 Pluggable Authentication Modules for PAM
  722. libpam-modules-bin 1.1.8-1ubuntu2.2 Pluggable Authentication Modules for PAM - helper binaries
  723. libpam-runtime 1.1.8-1ubuntu2.2 Runtime support for the PAM library
  724. libpam-systemd:amd64 204-5ubuntu20.19 system and service manager - PAM module
  725. libpam0g:amd64 1.1.8-1ubuntu2.2 Pluggable Authentication Modules library
  726. libparse-debianchangelog-perl 1.2.0-1ubuntu1 parse Debian changelogs and output them in other formats
  727. libparted0debian1:amd64 2.3-19ubuntu1.14.04.1 disk partition manipulator - shared library
  728. libpcap0.8:amd64 1.5.3-2 system interface for user-level packet capture
  729. libpci3:amd64 1:3.2.1-1ubuntu5.1 Linux PCI Utilities (shared library)
  730. libpcre3:amd64 1:8.31-2ubuntu2.3 Perl 5 Compatible Regular Expression Library - runtime files
  731. libpcsclite1:amd64 1.8.10-1ubuntu1 Middleware to access a smart card using PC/SC (library)
  732. libphp-phpmailer 5.1-1+deb6u11build0.14.04.1 full featured email transfer class for PHP
  733. libphp-snoopy 1.2.4-2 Snoopy is a PHP class that simulates a web browser
  734. libpipeline1:amd64 1.3.0-1 pipeline manipulation library
  735. libplymouth2:amd64 0.8.8-0ubuntu17.1 graphical boot animation and logger - shared libraries
  736. libpng12-0:amd64 1.2.50-1ubuntu2.14.04.2 PNG library - runtime
  737. libpod-latex-perl 0.61-1 module to convert Pod data to formatted LaTeX
  738. libpolkit-agent-1-0:amd64 0.105-4ubuntu3.14.04.1 PolicyKit Authentication Agent API
  739. libpolkit-backend-1-0:amd64 0.105-4ubuntu3.14.04.1 PolicyKit backend API
  740. libpolkit-gobject-1-0:amd64 0.105-4ubuntu3.14.04.1 PolicyKit Authorization API
  741. libpopt0:amd64 1.16-8ubuntu1 lib for parsing cmdline parameters
  742. libprocps3:amd64 1:3.3.9-1ubuntu2.2 library for accessing process information from /proc
  743. libpython-stdlib:amd64 2.7.5-5ubuntu3 interactive high-level object-oriented language (default python version)
  744. libpython2.7:amd64 2.7.6-8ubuntu0.2 Shared Python runtime library (version 2.7)
  745. libpython2.7-minimal:amd64 2.7.6-8ubuntu0.2 Minimal subset of the Python language (version 2.7)
  746. libpython2.7-stdlib:amd64 2.7.6-8ubuntu0.2 Interactive high-level object-oriented language (standard library, version 2.7)
  747. libpython3-stdlib:amd64 3.4.0-0ubuntu2 interactive high-level object-oriented language (default python3 version)
  748. libpython3.4-minimal:amd64 3.4.3-1ubuntu1~14.04.4 Minimal subset of the Python language (version 3.4)
  749. libpython3.4-stdlib:amd64 3.4.3-1ubuntu1~14.04.4 Interactive high-level object-oriented language (standard library, version 3.4)
  750. libquadmath0:amd64 4.8.4-2ubuntu1~14.04.3 GCC Quad-Precision Math Library
  751. libreadline5:amd64 5.2+dfsg-2 GNU readline and history libraries, run-time libraries
  752. libreadline6:amd64 6.3-4ubuntu2 GNU readline and history libraries, run-time libraries
  753. libregexp-assemble-perl 0.35-8 Perl module that assemble multiple regexps into a single one
  754. libroken18-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - roken support library
  755. librtmp0:amd64 2.4+20121230.gitdf6c518-1 toolkit for RTMP streams (shared library)
  756. libsasl2-2:amd64 2.1.25.dfsg1-17build1 Cyrus SASL - authentication abstraction library
  757. libsasl2-modules:amd64 2.1.25.dfsg1-17build1 Cyrus SASL - pluggable authentication modules
  758. libsasl2-modules-db:amd64 2.1.25.dfsg1-17build1 Cyrus SASL - pluggable authentication modules (DB)
  759. libselinux1:amd64 2.2.2-1ubuntu0.1 SELinux runtime shared libraries
  760. libsemanage-common 2.2-1 Common files for SELinux policy management libraries
  761. libsemanage1:amd64 2.2-1 SELinux policy management library
  762. libsepol1:amd64 2.2-1ubuntu0.1 SELinux library for manipulating binary security policies
  763. libsigc++-2.0-0c2a:amd64 2.2.10-0.2ubuntu2 type-safe Signal Framework for C++ - runtime
  764. libsigsegv2:amd64 2.10-2 Library for handling page faults in a portable way
  765. libslang2:amd64 2.2.4-15ubuntu1 S-Lang programming library - runtime version
  766. libsqlite3-0:amd64 3.8.2-1ubuntu2.1 SQLite 3 shared library
  767. libss2:amd64 1.42.9-3ubuntu1.3 command-line interface parsing library
  768. libssl1.0.0:amd64 1.0.1f-1ubuntu2.21 Secure Sockets Layer toolkit - shared libraries
  769. libstdc++-4.8-dev:amd64 4.8.4-2ubuntu1~14.04.3 GNU Standard C++ Library v3 (development files)
  770. libstdc++6:amd64 4.8.4-2ubuntu1~14.04.3 GNU Standard C++ Library v3
  771. libsub-name-perl 0.05-1build4 module for assigning a new name to referenced sub
  772. libsystemd-daemon0:amd64 204-5ubuntu20.19 systemd utility library
  773. libsystemd-login0:amd64 204-5ubuntu20.19 systemd login utility library
  774. libtasn1-6:amd64 3.4-3ubuntu0.4 Manage ASN.1 structures (runtime)
  775. libterm-readkey-perl 2.31-1 perl module for simple terminal control
  776. libterm-ui-perl 0.42-1 Term::ReadLine UI made easy
  777. libtext-charwidth-perl 0.04-7build3 get display widths of characters on the terminal
  778. libtext-iconv-perl 1.7-5build2 converts between character sets in Perl
  779. libtext-soundex-perl 3.4-1build1 implementation of the soundex algorithm
  780. libtext-wrapi18n-perl 0.06-7 internationalized substitute of Text::Wrap
  781. libtiff5:amd64 4.0.3-7ubuntu0.4 Tag Image File Format (TIFF) library
  782. libtimedate-perl 2.3000-1 collection of modules to manipulate date/time information
  783. libtinfo5:amd64 5.9+20140118-1ubuntu1 shared low-level terminfo library for terminal handling
  784. libtsan0:amd64 4.8.4-2ubuntu1~14.04.3 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
  785. libudev1:amd64 204-5ubuntu20.19 libudev shared library
  786. libusb-0.1-4:amd64 2:0.1.12-23.3ubuntu1 userspace USB programming library
  787. libusb-1.0-0:amd64 2:1.0.17-1ubuntu2 userspace USB programming library
  788. libustr-1.0-1:amd64 1.0.4-3ubuntu2 Micro string library: shared library
  789. libuuid1:amd64 2.20.1-5.1ubuntu20.7 Universally Unique ID library
  790. libvpx1:amd64 1.3.0-2 VP8 video codec (shared library)
  791. libwind0-heimdal:amd64 1.6~git20131207+dfsg-1ubuntu1.1 Heimdal Kerberos - stringprep implementation
  792. libwrap0:amd64 7.6.q-25 Wietse Venema's TCP wrappers library
  793. libx11-6:amd64 2:1.6.2-1ubuntu2 X11 client-side library
  794. libx11-data 2:1.6.2-1ubuntu2 X11 client-side library
  795. libxapian22 1.2.16-2ubuntu1 Search engine library
  796. libxau6:amd64 1:1.0.8-1 X11 authorisation library
  797. libxcb1:amd64 1.10-2ubuntu1 X C Binding
  798. libxdmcp6:amd64 1:1.1.1-1 X11 Display Manager Control Protocol library
  799. libxext6:amd64 2:1.3.2-1ubuntu0.0.14.04.1 X11 miscellaneous extension library
  800. libxml2:amd64 2.9.1+dfsg1-3ubuntu4.8 GNOME XML library
  801. libxmuu1:amd64 2:1.1.1-1 X11 miscellaneous micro-utility library
  802. libxpm4:amd64 1:3.5.10-1 X11 pixmap library
  803. libxtables10 1.4.21-1ubuntu1 netfilter xtables library
  804. linux-firmware 1.127.22 Firmware for Linux kernel drivers
  805. linux-generic 3.13.0.100.108 Complete Generic Linux kernel and headers
  806. linux-headers-3.13.0-100 3.13.0-100.147 Header files related to Linux kernel version 3.13.0
  807. linux-headers-3.13.0-100-generic 3.13.0-100.147 Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
  808. linux-headers-3.13.0-63 3.13.0-63.103 Header files related to Linux kernel version 3.13.0
  809. linux-headers-3.13.0-63-generic 3.13.0-63.103 Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
  810. linux-headers-generic 3.13.0.100.108 Generic Linux kernel headers
  811. linux-image-3.13.0-100-generic 3.13.0-100.147 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
  812. linux-image-3.13.0-32-generic 3.13.0-32.57 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
  813. linux-image-3.13.0-63-generic 3.13.0-63.103 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
  814. linux-image-extra-3.13.0-100-generic 3.13.0-100.147 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
  815. linux-image-extra-3.13.0-32-generic 3.13.0-32.57 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
  816. linux-image-extra-3.13.0-63-generic 3.13.0-63.103 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
  817. linux-image-generic 3.13.0.100.108 Generic Linux kernel image
  818. linux-libc-dev:amd64 3.13.0-100.147 Linux Kernel Headers for development
  819. locales 2.13+git20120306-12.1 common files for locale support
  820. lockfile-progs 0.1.17 Programs for locking and unlocking files and mailboxes
  821. login 1:4.1.5.1-1ubuntu9.2 system login tools
  822. logrotate 3.8.7-1ubuntu1 Log rotation utility
  823. lsb-base 4.1+Debian11ubuntu6.2 Linux Standard Base 4.1 init script functionality
  824. lsb-release 4.1+Debian11ubuntu6.2 Linux Standard Base version reporting utility
  825. lshw 02.16-2ubuntu1.3 information about hardware configuration
  826. lsof 4.86+dfsg-1ubuntu2 Utility to list open files
  827. ltrace 0.7.3-4ubuntu5.1 Tracks runtime library calls in dynamically linked programs
  828. lvm2 2.02.98-6ubuntu2 Linux Logical Volume Manager
  829. make 3.81-8.2ubuntu3 An utility for Directing compilation.
  830. makedev 2.3.1-93ubuntu1 creates device files in /dev
  831. man-db 2.6.7.1-1ubuntu1 on-line manual pager
  832. manpages 3.54-1ubuntu1 Manual pages about using a GNU/Linux system
  833. manpages-dev 3.54-1ubuntu1 Manual pages about using GNU/Linux for development
  834. mawk 1.3.3-17ubuntu2 a pattern scanning and text processing language
  835. memtest86+ 4.20-1.1ubuntu8 thorough real-mode memory tester
  836. mime-support 3.54ubuntu1.1 MIME files 'mime.types' & 'mailcap', and support programs
  837. mlocate 0.26-1ubuntu1 quickly find files on the filesystem based on their name
  838. module-init-tools 15-0ubuntu6 transitional dummy package (module-init-tools to kmod)
  839. mount 2.20.1-5.1ubuntu20.7 Tools for mounting and manipulating filesystems
  840. mountall 2.53 filesystem mounting tool
  841. mtr-tiny 0.85-2 Full screen ncurses traceroute tool
  842. multiarch-support 2.19-0ubuntu6.9 Transitional package to ensure multiarch compatibility
  843. mysql-client 5.5.53-0ubuntu0.14.04.1 MySQL database client (metapackage depending on the latest version)
  844. mysql-client-5.5 5.5.53-0ubuntu0.14.04.1 MySQL database client binaries
  845. mysql-client-core-5.5 5.5.53-0ubuntu0.14.04.1 MySQL database core client binaries
  846. mysql-common 5.5.53-0ubuntu0.14.04.1 MySQL database common files, e.g. /etc/mysql/my.cnf
  847. mysql-server 5.5.53-0ubuntu0.14.04.1 MySQL database server (metapackage depending on the latest version)
  848. mysql-server-5.5 5.5.53-0ubuntu0.14.04.1 MySQL database server binaries and system database setup
  849. mysql-server-core-5.5 5.5.53-0ubuntu0.14.04.1 MySQL database server binaries
  850. nano 2.2.6-1ubuntu1 small, friendly text editor inspired by Pico
  851. ncurses-base 5.9+20140118-1ubuntu1 basic terminal type definitions
  852. ncurses-bin 5.9+20140118-1ubuntu1 terminal-related programs and man pages
  853. ncurses-term 5.9+20140118-1ubuntu1 additional terminal type definitions
  854. net-tools 1.60-25ubuntu2.1 The NET-3 networking toolkit
  855. netbase 5.2 Basic TCP/IP networking system
  856. netcat-openbsd 1.105-7ubuntu1 TCP/IP swiss army knife
  857. ntfs-3g 1:2013.1.13AR.1-2ubuntu2 read/write NTFS driver for FUSE
  858. ntpdate 1:4.2.6.p5+dfsg-3ubuntu2.14.04.10 client for setting system time from NTP servers
  859. openssh-client 1:6.6p1-2ubuntu2.8 secure shell (SSH) client, for secure access to remote machines
  860. openssh-server 1:6.6p1-2ubuntu2.8 secure shell (SSH) server, for secure access from remote machines
  861. openssh-sftp-server 1:6.6p1-2ubuntu2.8 secure shell (SSH) sftp server module, for SFTP access from remote machines
  862. openssl 1.0.1f-1ubuntu2.21 Secure Sockets Layer toolkit - cryptographic utility
  863. os-prober 1.63ubuntu1.1 utility to detect other OSes on a set of drives
  864. parted 2.3-19ubuntu1.14.04.1 disk partition manipulator
  865. passwd 1:4.1.5.1-1ubuntu9.2 change and administer password and group data
  866. patch 2.7.1-4ubuntu2.3 Apply a diff file to an original
  867. pciutils 1:3.2.1-1ubuntu5.1 Linux PCI Utilities
  868. perl 5.18.2-2ubuntu1.1 Larry Wall's Practical Extraction and Report Language
  869. perl-base 5.18.2-2ubuntu1.1 minimal Perl system
  870. perl-modules 5.18.2-2ubuntu1.1 Core Perl modules
  871. php5-cli 5.5.9+dfsg-1ubuntu4.20 command-line interpreter for the php5 scripting language
  872. php5-common 5.5.9+dfsg-1ubuntu4.20 Common files for packages built from the php5 source
  873. php5-gd 5.5.9+dfsg-1ubuntu4.20 GD module for php5
  874. php5-json 1.3.2-2build1 JSON module for php5
  875. php5-mysql 5.5.9+dfsg-1ubuntu4.20 MySQL module for php5
  876. php5-readline 5.5.9+dfsg-1ubuntu4.20 Readline module for php5
  877. plymouth 0.8.8-0ubuntu17.1 graphical boot animation and logger - main package
  878. plymouth-theme-ubuntu-text 0.8.8-0ubuntu17.1 graphical boot animation and logger - ubuntu-logo theme
  879. policykit-1 0.105-4ubuntu3.14.04.1 framework for managing administrative policies and privileges
  880. popularity-contest 1.57ubuntu1 Vote for your favourite packages automatically
  881. postfix 2.11.0-1ubuntu1 High-performance mail transport agent
  882. powermgmt-base 1.31build1 Common utils and configs for power management
  883. ppp 2.4.5-5.1ubuntu2.2 Point-to-Point Protocol (PPP) - daemon
  884. pppconfig 2.3.19ubuntu1 A text menu based utility for configuring ppp
  885. pppoeconf 1.20ubuntu1 configures PPPoE/ADSL connections
  886. procps 1:3.3.9-1ubuntu2.2 /proc file system utilities
  887. psmisc 22.20-1ubuntu2 utilities that use the proc file system
  888. python 2.7.5-5ubuntu3 interactive high-level object-oriented language (default version)
  889. python-apt 0.9.3.5ubuntu2 Python interface to libapt-pkg
  890. python-apt-common 0.9.3.5ubuntu2 Python interface to libapt-pkg (locales)
  891. python-chardet 2.0.1-2build2 universal character encoding detector
  892. python-configobj 4.7.2+ds-5build1 simple but powerful config file reader and writer for Python
  893. python-creoleparser 0.7.4-1 Parser for the Creole common wiki markup language
  894. python-debian 0.1.21+nmu2ubuntu2 Python modules to work with Debian-related data formats
  895. python-gdbm 2.7.5-1ubuntu1 GNU dbm database support for Python
  896. python-genshi 0.7-3 Python XML-based template engine - Python 2.x
  897. python-minimal 2.7.5-5ubuntu3 minimal subset of the Python language (default version)
  898. python-openssl 0.13-2ubuntu6 Python 2 wrapper around the OpenSSL library
  899. python-pam 0.4.2-13.1ubuntu3 Python interface to the PAM library
  900. python-pkg-resources 3.3-1ubuntu2 Package Discovery and Resource Access using pkg_resources
  901. python-pyinotify 0.9.4-1build1 simple Linux inotify Python bindings
  902. python-requests 2.2.1-1ubuntu0.3 elegant and simple HTTP library for Python, built for human beings
  903. python-serial 2.6-1build1 pyserial - module encapsulating access for the serial port
  904. python-six 1.5.2-1ubuntu1 Python 2 and 3 compatibility library (Python 2 interface)
  905. python-sqlalchemy 0.8.4-1build1 SQL toolkit and Object Relational Mapper for Python
  906. python-sqlalchemy-ext 0.8.4-1build1 SQL toolkit and Object Relational Mapper for Python - C extension
  907. python-twisted-bin 13.2.0-1ubuntu1 Event-based framework for internet applications
  908. python-twisted-core 13.2.0-1ubuntu1 Event-based framework for internet applications
  909. python-urllib3 1.7.1-1ubuntu4 HTTP library with thread-safe connection pooling for Python
  910. python-werkzeug 0.9.4+dfsg-1.1ubuntu2 collection of utilities for WSGI applications
  911. python-xapian 1.2.16-2ubuntu1 Xapian search engine interface for Python
  912. python-zope.interface 4.0.5-1ubuntu4 Interfaces for Python
  913. python2.7 2.7.6-8ubuntu0.2 Interactive high-level object-oriented language (version 2.7)
  914. python2.7-minimal 2.7.6-8ubuntu0.2 Minimal subset of the Python language (version 2.7)
  915. python3 3.4.0-0ubuntu2 interactive high-level object-oriented language (default python3 version)
  916. python3-apport 2.14.1-0ubuntu3.21 Python 3 library for Apport crash report handling
  917. python3-apt 0.9.3.5ubuntu2 Python 3 interface to libapt-pkg
  918. python3-commandnotfound 0.3ubuntu12 Python 3 bindings for command-not-found.
  919. python3-dbus 1.2.0-2build2 simple interprocess messaging system (Python 3 interface)
  920. python3-distupgrade 1:0.220.8 manage release upgrades
  921. python3-gdbm:amd64 3.4.3-1~14.04.2 GNU dbm database support for Python 3.x
  922. python3-gi 3.12.0-1ubuntu1 Python 3 bindings for gobject-introspection libraries
  923. python3-minimal 3.4.0-0ubuntu2 minimal subset of the Python language (default python3 version)
  924. python3-newt 0.52.15-2ubuntu5 NEWT module for Python3
  925. python3-problem-report 2.14.1-0ubuntu3.21 Python 3 library to handle problem reports
  926. python3-pycurl 7.19.3-0ubuntu3 Python 3 bindings to libcurl
  927. python3-software-properties 0.92.37.7 manage the repositories that you install software from
  928. python3-update-manager 1:0.196.22 python 3.x module for update-manager
  929. python3.4 3.4.3-1ubuntu1~14.04.4 Interactive high-level object-oriented language (version 3.4)
  930. python3.4-minimal 3.4.3-1ubuntu1~14.04.4 Minimal subset of the Python language (version 3.4)
  931. readline-common 6.3-4ubuntu2 GNU readline and history libraries, common files
  932. resolvconf 1.69ubuntu1.1 name server information handler
  933. rsync 3.1.0-2ubuntu0.2 fast, versatile, remote (and local) file-copying tool
  934. rsyslog 7.4.4-1ubuntu2.6 reliable system and kernel logging daemon
  935. run-one 1.17-0ubuntu1 run just one instance of a command and its args at a time
  936. screen 4.1.0~20120320gitdb59704-9 terminal multiplexer with VT100/ANSI terminal emulation
  937. sed 4.2.2-4ubuntu1 The GNU sed stream editor
  938. sensible-utils 0.0.9 Utilities for sensible alternative selection
  939. sgml-base 1.26+nmu4ubuntu1 SGML infrastructure and SGML catalog file support
  940. shared-mime-info 1.2-0ubuntu3 FreeDesktop.org shared MIME database and spec
  941. software-properties-common 0.92.37.7 manage the repositories that you install software from (common)
  942. ssh-import-id 3.21-0ubuntu1 securely retrieve an SSH public key and install it locally
  943. ssl-cert 1.0.33 simple debconf wrapper for OpenSSL
  944. strace 4.8-1ubuntu5 A system call tracer
  945. sudo 1.8.9p5-1ubuntu1 Provide limited super user privileges to specific users
  946. systemd-services 204-5ubuntu20.19 systemd runtime services
  947. systemd-shim 6-2bzr1 shim for systemd
  948. sysv-rc 2.88dsf-41ubuntu6.3 System-V-like runlevel change mechanism
  949. sysvinit-utils 2.88dsf-41ubuntu6.3 System-V-like utilities
  950. tar 1.27.1-1 GNU version of the tar archiving utility
  951. tasksel 2.88ubuntu15 Tool for selecting tasks for installation on Debian systems
  952. tasksel-data 2.88ubuntu15 Official tasks used for installation of Debian systems
  953. tcpd 7.6.q-25 Wietse Venema's TCP wrapper utilities
  954. tcpdump 4.5.1-2ubuntu1.2 command-line network traffic analyzer
  955. telnet 0.17-36build2 The telnet client
  956. time 1.7-24 GNU time program for measuring CPU resource usage
  957. tinymce 3.4.8+dfsg0-1 platform independent web based Javascript/HTML WYSIWYG editor
  958. tmux 1.8-5 terminal multiplexer
  959. tzdata 2016h-0ubuntu0.14.04 time zone and daylight-saving time data
  960. ubuntu-keyring 2012.05.19 GnuPG keys of the Ubuntu archive
  961. ubuntu-minimal 1.325 Minimal core of Ubuntu
  962. ubuntu-release-upgrader-core 1:0.220.8 manage release upgrades
  963. ubuntu-standard 1.325 The Ubuntu standard system
  964. ucf 3.0027+nmu1 Update Configuration File(s): preserve user changes to config files
  965. udev 204-5ubuntu20.19 /dev/ and hotplug management daemon
  966. ufw 0.34~rc-0ubuntu2 program for managing a Netfilter firewall
  967. unattended-upgrades 0.82.1ubuntu2.4 automatic installation of security upgrades
  968. unzip 6.0-9ubuntu1.5 De-archiver for .zip files
  969. update-manager-core 1:0.196.22 manage release upgrades
  970. update-notifier-common 0.154.1ubuntu2 Files shared between update-notifier and other packages
  971. upstart 1.12.1-0ubuntu4.2 event-based init daemon
  972. ureadahead 0.100.0-16 Read required files in advance
  973. usbutils 1:007-2ubuntu1.1 Linux USB utilities
  974. util-linux 2.20.1-5.1ubuntu20.7 Miscellaneous system utilities
  975. uuid-runtime 2.20.1-5.1ubuntu20.7 runtime components for the Universally Unique ID library
  976. vim 2:7.4.052-1ubuntu3 Vi IMproved - enhanced vi editor
  977. vim-common 2:7.4.052-1ubuntu3 Vi IMproved - Common files
  978. vim-runtime 2:7.4.052-1ubuntu3 Vi IMproved - Runtime files
  979. vim-tiny 2:7.4.052-1ubuntu3 Vi IMproved - enhanced vi editor - compact version
  980. w3m 0.5.3-15 WWW browsable pager with excellent tables/frames support
  981. watershed 7 reduce superfluous executions of idempotent command
  982. wget 1.15-1ubuntu1.14.04.2 retrieves files from the web
  983. whiptail 0.52.15-2ubuntu5 Displays user-friendly dialog boxes from shell scripts
  984. wireless-regdb 2013.02.13-1ubuntu1 wireless regulatory database
  985. wireless-tools 30~pre9-8ubuntu1 Tools for manipulating Linux Wireless Extensions
  986. wordpress 3.8.2+dfsg-1ubuntu0.1 weblog manager
  987. wordpress-l10n 3.8.2+dfsg-1ubuntu0.1 weblog manager - language files
  988. wordpress-theme-twentyfourteen 3.8.2+dfsg-1ubuntu0.1 weblog manager - twentyfourteen theme files
  989. wordpress-theme-twentytwelve 3.8.2+dfsg-1ubuntu0.1 weblog manager - twentyttwelve theme files
  990. wpasupplicant 2.1-0ubuntu1.4 client support for WPA and WPA2 (IEEE 802.11i)
  991. xauth 1:1.0.7-1ubuntu1 X authentication utility
  992. xkb-data 2.10.1-1ubuntu1 X Keyboard Extension (XKB) configuration data
  993. xml-core 0.13+nmu2 XML infrastructure and XML catalog file support
  994. xz-utils 5.1.1alpha+20120614-2ubuntu2 XZ-format compression utilities
  995. zlib1g:amd64 1:1.2.8.dfsg-1ubuntu1 compression library - runtime
  996.  
  997. [+] Current processes
  998. USER PID START TIME COMMAND
  999. root 1 00:27 0:02 /sbin/init
  1000. root 2 00:27 0:00 [kthreadd]
  1001. root 3 00:27 0:00 [ksoftirqd/0]
  1002. root 5 00:27 0:00 [kworker/0:0H]
  1003. root 7 00:27 0:00 [rcu_sched]
  1004. root 8 00:27 0:01 [rcuos/0]
  1005. root 9 00:27 0:00 [rcu_bh]
  1006. root 10 00:27 0:00 [rcuob/0]
  1007. root 11 00:27 0:00 [migration/0]
  1008. root 12 00:27 0:00 [watchdog/0]
  1009. root 13 00:27 0:00 [khelper]
  1010. root 14 00:27 0:00 [kdevtmpfs]
  1011. root 15 00:27 0:00 [netns]
  1012. root 16 00:27 0:00 [writeback]
  1013. root 17 00:27 0:00 [kintegrityd]
  1014. root 18 00:27 0:00 [bioset]
  1015. root 19 00:27 0:00 [kworker/u3:0]
  1016. root 20 00:27 0:00 [kblockd]
  1017. root 21 00:27 0:00 [ata_sff]
  1018. root 22 00:27 0:00 [khubd]
  1019. root 23 00:27 0:00 [md]
  1020. root 24 00:27 0:00 [devfreq_wq]
  1021. root 25 00:27 0:07 [kworker/0:1]
  1022. root 27 00:27 0:00 [khungtaskd]
  1023. root 28 00:27 0:00 [kswapd0]
  1024. root 29 00:27 0:00 [vmstat]
  1025. root 30 00:27 0:00 [ksmd]
  1026. root 31 00:27 0:00 [khugepaged]
  1027. root 32 00:27 0:00 [fsnotify_mark]
  1028. root 33 00:27 0:00 [ecryptfs-kthrea]
  1029. root 34 00:27 0:00 [crypto]
  1030. root 46 00:27 0:00 [kthrotld]
  1031. root 48 00:27 0:00 [scsi_eh_0]
  1032. root 49 00:27 0:00 [scsi_eh_1]
  1033. root 70 00:27 0:00 [deferwq]
  1034. root 71 00:27 0:00 [charger_manager]
  1035. root 127 00:27 0:00 [mpt_poll_0]
  1036. root 128 00:27 0:00 [mpt/0]
  1037. root 129 00:27 0:00 [kpsmoused]
  1038. root 130 00:27 0:00 [kworker/0:2]
  1039. root 132 00:27 0:00 [scsi_eh_2]
  1040. root 138 00:27 0:00 [kdmflush]
  1041. root 139 00:27 0:00 [bioset]
  1042. root 141 00:27 0:00 [kdmflush]
  1043. root 143 00:27 0:00 [bioset]
  1044. root 159 00:27 0:00 [jbd2/dm-0-8]
  1045. root 160 00:27 0:00 [ext4-rsv-conver]
  1046. root 313 00:27 0:00 [ext4-rsv-conver]
  1047. root 417 00:27 0:00 upstart-udev-bridge
  1048. message+ 425 00:27 0:00 dbus-daemon
  1049. root 429 00:27 0:00 /lib/systemd/systemd-udevd
  1050. root 482 00:27 0:00 /lib/systemd/systemd-logind
  1051. syslog 491 00:27 0:00 rsyslogd
  1052. root 498 00:27 0:00 upstart-file-bridge
  1053. root 593 00:27 0:00 [ttm_swap]
  1054. root 766 00:27 0:00 upstart-socket-bridge
  1055. root 888 00:27 0:00 /sbin/getty
  1056. root 894 00:27 0:00 /sbin/getty
  1057. root 901 00:27 0:00 /sbin/getty
  1058. root 902 00:27 0:00 /sbin/getty
  1059. root 906 00:27 0:00 /sbin/getty
  1060. root 939 00:27 0:00 /usr/sbin/sshd
  1061. root 940 00:27 0:00 /usr/sbin/dovecot
  1062. root 944 00:27 0:00 acpid
  1063. root 945 00:27 0:00 cron
  1064. daemon 946 00:27 0:00 atd
  1065. dovecot 971 00:27 0:00 dovecot/anvil
  1066. root 972 00:27 0:00 dovecot/log
  1067. mysql 1006 00:27 0:06 /usr/sbin/mysqld
  1068. root 1149 00:27 0:00 /usr/lib/postfix/master
  1069. postfix 1153 00:27 0:00 qmgr
  1070. root 1297 00:27 0:00 /usr/sbin/apache2
  1071. root 1302 00:27 0:13 /usr/sbin/vmtoolsd
  1072. www-data 1315 00:27 0:00 /usr/sbin/apache2
  1073. www-data 1316 00:27 0:00 /usr/sbin/apache2
  1074. www-data 1317 00:27 0:00 /usr/sbin/apache2
  1075. www-data 1318 00:27 0:00 /usr/sbin/apache2
  1076. www-data 1319 00:27 0:00 /usr/sbin/apache2
  1077. root 1362 00:27 0:00 su
  1078. root 1365 00:27 0:00 /sbin/getty
  1079. root 1367 00:27 0:00 [kauditd]
  1080. werkzeug 1369 00:27 0:00 python
  1081. werkzeug 1470 00:27 0:48 /usr/bin/python
  1082. postfix 1524 00:39 0:00 tlsmgr
  1083. root 1530 00:45 0:00 [kworker/u2:2]
  1084. root 1553 01:13 0:00 [kworker/u2:1]
  1085. root 1554 01:13 0:00 dovecot/ssl-params
  1086. postfix 1582 02:12 0:00 pickup
  1087. werkzeug 1633 03:26 0:00 [sh]
  1088. werkzeug 1646 03:39 0:00 /usr/bin/python
  1089. werkzeug 1649 03:41 0:00 /bin/sh
  1090. werkzeug 1651 03:41 0:00 /bin/sh
  1091. werkzeug 1661 03:44 0:00 python
  1092. werkzeug 1954 03:44 0:00 /bin/sh
  1093. werkzeug 1955 03:44 0:00 ps
  1094. werkzeug 1956 03:44 0:00 awk
  1095.  
  1096. [+] Apache Version and Modules
  1097.  
  1098. [+] Apache Config File
  1099. # This is the main Apache server configuration file. It contains the
  1100. # configuration directives that give the server its instructions.
  1101. # See http://httpd.apache.org/docs/2.4/ for detailed information about
  1102. # the directives and /usr/share/doc/apache2/README.Debian about Debian specific
  1103. # hints.
  1104. #
  1105. #
  1106. # Summary of how the Apache 2 configuration works in Debian:
  1107. # The Apache 2 web server configuration in Debian is quite different to
  1108. # upstream's suggested way to configure the web server. This is because Debian's
  1109. # default Apache2 installation attempts to make adding and removing modules,
  1110. # virtual hosts, and extra configuration directives as flexible as possible, in
  1111. # order to make automating the changes and administering the server as easy as
  1112. # possible.
  1113. # It is split into several files forming the configuration hierarchy outlined
  1114. # below, all located in the /etc/apache2/ directory:
  1115. #
  1116. # /etc/apache2/
  1117. # |-- apache2.conf
  1118. # | `-- ports.conf
  1119. # |-- mods-enabled
  1120. # | |-- *.load
  1121. # | `-- *.conf
  1122. # |-- conf-enabled
  1123. # | `-- *.conf
  1124. # `-- sites-enabled
  1125. # `-- *.conf
  1126. #
  1127. #
  1128. # * apache2.conf is the main configuration file (this file). It puts the pieces
  1129. # together by including all remaining configuration files when starting up the
  1130. # web server.
  1131. #
  1132. # * ports.conf is always included from the main configuration file. It is
  1133. # supposed to determine listening ports for incoming connections which can be
  1134. # customized anytime.
  1135. #
  1136. # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
  1137. # directories contain particular configuration snippets which manage modules,
  1138. # global configuration fragments, or virtual host configurations,
  1139. # respectively.
  1140. #
  1141. # They are activated by symlinking available configuration files from their
  1142. # respective *-available/ counterparts. These should be managed by using our
  1143. # helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
  1144. # their respective man pages for detailed information.
  1145. #
  1146. # * The binary is called apache2. Due to the use of environment variables, in
  1147. # the default configuration, apache2 needs to be started/stopped with
  1148. # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
  1149. # work with the default configuration.
  1150. # Global configuration
  1151. #
  1152. #
  1153. # ServerRoot: The top of the directory tree under which the server's
  1154. # configuration, error, and log files are kept.
  1155. #
  1156. # NOTE! If you intend to place this on an NFS (or otherwise network)
  1157. # mounted filesystem then please read the Mutex documentation (available
  1158. # at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
  1159. # you will save yourself a lot of trouble.
  1160. #
  1161. # Do NOT add a slash at the end of the directory path.
  1162. #
  1163. #ServerRoot "/etc/apache2"
  1164. #
  1165. # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
  1166. #
  1167. Mutex file:${APACHE_LOCK_DIR} default
  1168. #
  1169. # PidFile: The file in which the server should record its process
  1170. # identification number when it starts.
  1171. # This needs to be set in /etc/apache2/envvars
  1172. #
  1173. PidFile ${APACHE_PID_FILE}
  1174. #
  1175. # Timeout: The number of seconds before receives and sends time out.
  1176. #
  1177. Timeout 300
  1178. #
  1179. # KeepAlive: Whether or not to allow persistent connections (more than
  1180. # one request per connection). Set to "Off" to deactivate.
  1181. #
  1182. KeepAlive On
  1183. #
  1184. # MaxKeepAliveRequests: The maximum number of requests to allow
  1185. # during a persistent connection. Set to 0 to allow an unlimited amount.
  1186. # We recommend you leave this number high, for maximum performance.
  1187. #
  1188. MaxKeepAliveRequests 100
  1189. #
  1190. # KeepAliveTimeout: Number of seconds to wait for the next request from the
  1191. # same client on the same connection.
  1192. #
  1193. KeepAliveTimeout 5
  1194. # These need to be set in /etc/apache2/envvars
  1195. User ${APACHE_RUN_USER}
  1196. Group ${APACHE_RUN_GROUP}
  1197. #
  1198. # HostnameLookups: Log the names of clients or just their IP addresses
  1199. # e.g., www.apache.org (on) or 204.62.129.132 (off).
  1200. # The default is off because it'd be overall better for the net if people
  1201. # had to knowingly turn this feature on, since enabling it means that
  1202. # each client request will result in AT LEAST one lookup request to the
  1203. # nameserver.
  1204. #
  1205. HostnameLookups Off
  1206. # ErrorLog: The location of the error log file.
  1207. # If you do not specify an ErrorLog directive within a <VirtualHost>
  1208. # container, error messages relating to that virtual host will be
  1209. # logged here. If you *do* define an error logfile for a <VirtualHost>
  1210. # container, that host's errors will be logged there and not here.
  1211. #
  1212. ErrorLog ${APACHE_LOG_DIR}/error.log
  1213. #
  1214. # LogLevel: Control the severity of messages logged to the error_log.
  1215. # Available values: trace8, ..., trace1, debug, info, notice, warn,
  1216. # error, crit, alert, emerg.
  1217. # It is also possible to configure the log level for particular modules, e.g.
  1218. # "LogLevel info ssl:warn"
  1219. #
  1220. LogLevel warn
  1221. # Include module configuration:
  1222. IncludeOptional mods-enabled/*.load
  1223. IncludeOptional mods-enabled/*.conf
  1224. # Include list of ports to listen on
  1225. Include ports.conf
  1226. # Sets the default security model of the Apache2 HTTPD server. It does
  1227. # not allow access to the root filesystem outside of /usr/share and /var/www.
  1228. # The former is used by web applications packaged in Debian,
  1229. # the latter may be used for local directories served by the web server. If
  1230. # your system is serving content from a sub-directory in /srv you must allow
  1231. # access here, or in any related virtual host.
  1232. <Directory />
  1233. Options FollowSymLinks
  1234. AllowOverride None
  1235. Require all denied
  1236. </Directory>
  1237. <Directory /usr/share>
  1238. AllowOverride None
  1239. Require all granted
  1240. </Directory>
  1241. <Directory /var/www/>
  1242. Options Indexes FollowSymLinks
  1243. AllowOverride None
  1244. Require all granted
  1245. </Directory>
  1246. #<Directory /srv/>
  1247. # Options Indexes FollowSymLinks
  1248. # AllowOverride None
  1249. # Require all granted
  1250. #</Directory>
  1251. # AccessFileName: The name of the file to look for in each directory
  1252. # for additional configuration directives. See also the AllowOverride
  1253. # directive.
  1254. #
  1255. AccessFileName .htaccess
  1256. #
  1257. # The following lines prevent .htaccess and .htpasswd files from being
  1258. # viewed by Web clients.
  1259. #
  1260. <FilesMatch "^\.ht">
  1261. Require all denied
  1262. </FilesMatch>
  1263. #
  1264. # The following directives define some format nicknames for use with
  1265. # a CustomLog directive.
  1266. #
  1267. # These deviate from the Common Log Format definitions in that they use %O
  1268. # (the actual bytes sent including headers) instead of %b (the size of the
  1269. # requested file), because the latter makes it impossible to detect partial
  1270. # requests.
  1271. #
  1272. # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
  1273. # Use mod_remoteip instead.
  1274. #
  1275. LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
  1276. LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
  1277. LogFormat "%h %l %u %t \"%r\" %>s %O" common
  1278. LogFormat "%{Referer}i -> %U" referer
  1279. LogFormat "%{User-agent}i" agent
  1280. # Include of directories ignores editors' and dpkg's backup files,
  1281. # see README.Debian for details.
  1282. # Include generic snippets of statements
  1283. IncludeOptional conf-enabled/*.conf
  1284. # Include the virtual host configurations:
  1285. IncludeOptional sites-enabled/*.conf
  1286. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  1287.  
  1288. [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
  1289. Sudo version 1.8.9p5
  1290. Sudoers policy plugin version 1.8.9p5
  1291. Sudoers file grammar version 43
  1292. Sudoers I/O plugin version 1.8.9p5
  1293.  
  1294. [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
  1295.  
  1296. root 1367 00:27 0:00 [kauditd]
  1297. root 7 00:27 0:00 [rcu_sched]
  1298. root 24 00:27 0:00 [devfreq_wq]
  1299. root 939 00:27 0:00 /usr/sbin/sshd
  1300. root 940 00:27 0:00 /usr/sbin/dovecot
  1301. Possible Related Packages:
  1302. dovecot-core 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - core files
  1303. dovecot-imapd 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - IMAP daemon
  1304. dovecot-pop3d 1:2.2.9-1ubuntu2.1 secure POP3/IMAP server - POP3 daemon
  1305. root 1530 00:45 0:00 [kworker/u2:2]
  1306. root 901 00:27 0:00 /sbin/getty
  1307. root 902 00:27 0:00 /sbin/getty
  1308. root 128 00:27 0:00 [mpt/0]
  1309. root 23 00:27 0:00 [md]
  1310. root 498 00:27 0:00 upstart-file-bridge
  1311. root 1 00:27 0:02 /sbin/init
  1312. Possible Related Packages:
  1313. busybox-initramfs 1:1.21.0-1ubuntu1 Standalone shell setup for initramfs
  1314. init-system-helpers 1.14 helper tools for all init systems
  1315. initramfs-tools 0.103ubuntu4.4 tools for generating an initramfs
  1316. initramfs-tools-bin 0.103ubuntu4.4 binaries used by initramfs-tools
  1317. initscripts 2.88dsf-41ubuntu6.3 scripts for initializing and shutting down the system
  1318. insserv 1.14.0-5ubuntu2 boot sequence organizer using LSB init.d script dependency information
  1319. libklibc 2.0.3-0ubuntu1.14.04.1 minimal libc subset for use with initramfs
  1320. lsb-base 4.1+Debian11ubuntu6.2 Linux Standard Base 4.1 init script functionality
  1321. module-init-tools 15-0ubuntu6 transitional dummy package (module-init-tools to kmod)
  1322. ncurses-base 5.9+20140118-1ubuntu1 basic terminal type definitions
  1323. ncurses-term 5.9+20140118-1ubuntu1 additional terminal type definitions
  1324. sysvinit-utils 2.88dsf-41ubuntu6.3 System-V-like utilities
  1325. upstart 1.12.1-0ubuntu4.2 event-based init daemon
  1326. root 1297 00:27 0:00 /usr/sbin/apache2
  1327. Possible Related Packages:
  1328. apache2 2.4.7-1ubuntu4.13 Apache HTTP Server
  1329. apache2-bin 2.4.7-1ubuntu4.13 Apache HTTP Server (binary files and modules)
  1330. apache2-data 2.4.7-1ubuntu4.13 Apache HTTP Server (common files)
  1331. libapache2-mod-php5 5.5.9+dfsg-1ubuntu4.20 server-side, HTML-embedded scripting language (Apache 2 module)
  1332. root 32 00:27 0:00 [fsnotify_mark]
  1333. root 139 00:27 0:00 [bioset]
  1334. root 3 00:27 0:00 [ksoftirqd/0]
  1335. root 19 00:27 0:00 [kworker/u3:0]
  1336. root 1362 00:27 0:00 su
  1337. root 972 00:27 0:00 dovecot/log
  1338. Possible Related Packages:
  1339. liblog-message-simple-perl 0.10-1 simplified interface to Log::Message
  1340. libparse-debianchangelog-perl 1.2.0-1ubuntu1 parse Debian changelogs and output them in other formats
  1341. libplymouth2:amd64 0.8.8-0ubuntu17.1 graphical boot animation and logger - shared libraries
  1342. libsystemd-login0:amd64 204-5ubuntu20.19 systemd login utility library
  1343. login 1:4.1.5.1-1ubuntu9.2 system login tools
  1344. logrotate 3.8.7-1ubuntu1 Log rotation utility
  1345. plymouth 0.8.8-0ubuntu17.1 graphical boot animation and logger - main package
  1346. plymouth-theme-ubuntu-text 0.8.8-0ubuntu17.1 graphical boot animation and logger - ubuntu-logo theme
  1347. rsyslog 7.4.4-1ubuntu2.6 reliable system and kernel logging daemon
  1348. sgml-base 1.26+nmu4ubuntu1 SGML infrastructure and SGML catalog file support
  1349. whiptail 0.52.15-2ubuntu5 Displays user-friendly dialog boxes from shell scripts
  1350. wordpress 3.8.2+dfsg-1ubuntu0.1 weblog manager
  1351. wordpress-l10n 3.8.2+dfsg-1ubuntu0.1 weblog manager - language files
  1352. wordpress-theme-twentyfourteen 3.8.2+dfsg-1ubuntu0.1 weblog manager - twentyfourteen theme files
  1353. wordpress-theme-twentytwelve 3.8.2+dfsg-1ubuntu0.1 weblog manager - twentyttwelve theme files
  1354. xml-core 0.13+nmu2 XML infrastructure and XML catalog file support
  1355. root 888 00:27 0:00 /sbin/getty
  1356. root 13 00:27 0:00 [khelper]
  1357. root 15 00:27 0:00 [netns]
  1358. root 48 00:27 0:00 [scsi_eh_0]
  1359. root 27 00:27 0:00 [khungtaskd]
  1360. root 17 00:27 0:00 [kintegrityd]
  1361. root 34 00:27 0:00 [crypto]
  1362. root 127 00:27 0:00 [mpt_poll_0]
  1363. root 1149 00:27 0:00 /usr/lib/postfix/master
  1364. Possible Related Packages:
  1365. base-passwd 3.5.33 Debian base system master password and group files
  1366. root 71 00:27 0:00 [charger_manager]
  1367. root 11 00:27 0:00 [migration/0]
  1368. root 5 00:27 0:00 [kworker/0:0H]
  1369. root 593 00:27 0:00 [ttm_swap]
  1370. root 20 00:27 0:00 [kblockd]
  1371. root 30 00:27 0:00 [ksmd]
  1372. root 1365 00:27 0:00 /sbin/getty
  1373. root 129 00:27 0:00 [kpsmoused]
  1374. root 482 00:27 0:00 /lib/systemd/systemd-logind
  1375. root 46 00:27 0:00 [kthrotld]
  1376. root 141 00:27 0:00 [kdmflush]
  1377. root 894 00:27 0:00 /sbin/getty
  1378. root 429 00:27 0:00 /lib/systemd/systemd-udevd
  1379. root 138 00:27 0:00 [kdmflush]
  1380. root 8 00:27 0:01 [rcuos/0]
  1381. root 159 00:27 0:00 [jbd2/dm-0-8]
  1382. root 130 00:27 0:00 [kworker/0:2]
  1383. root 33 00:27 0:00 [ecryptfs-kthrea]
  1384. root 70 00:27 0:00 [deferwq]
  1385. root 14 00:27 0:00 [kdevtmpfs]
  1386. root 29 00:27 0:00 [vmstat]
  1387. root 313 00:27 0:00 [ext4-rsv-conver]
  1388. root 22 00:27 0:00 [khubd]
  1389. root 417 00:27 0:00 upstart-udev-bridge
  1390. root 10 00:27 0:00 [rcuob/0]
  1391. root 49 00:27 0:00 [scsi_eh_1]
  1392. root 12 00:27 0:00 [watchdog/0]
  1393. root 766 00:27 0:00 upstart-socket-bridge
  1394. root 25 00:27 0:07 [kworker/0:1]
  1395. root 1302 00:27 0:13 /usr/sbin/vmtoolsd
  1396. root 18 00:27 0:00 [bioset]
  1397. root 16 00:27 0:00 [writeback]
  1398. root 31 00:27 0:00 [khugepaged]
  1399. root 132 00:27 0:00 [scsi_eh_2]
  1400. root 160 00:27 0:00 [ext4-rsv-conver]
  1401. root 21 00:27 0:00 [ata_sff]
  1402. root 143 00:27 0:00 [bioset]
  1403. root 2 00:27 0:00 [kthreadd]
  1404. root 1553 01:13 0:00 [kworker/u2:1]
  1405. root 906 00:27 0:00 /sbin/getty
  1406. root 944 00:27 0:00 acpid
  1407. Possible Related Packages:
  1408. acpid 1:2.0.21-1ubuntu2 Advanced Configuration and Power Interface event daemon
  1409. root 9 00:27 0:00 [rcu_bh]
  1410. root 1554 01:13 0:00 dovecot/ssl-params
  1411. root 28 00:27 0:00 [kswapd0]
  1412. root 945 00:27 0:00 cron
  1413. Possible Related Packages:
  1414. cron 3.0pl1-124ubuntu2 process scheduling daemon
  1415.  
  1416. [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
  1417.  
  1418. [+] Installed Tools
  1419. /usr/bin/awk
  1420. /usr/bin/perl
  1421. /usr/bin/python
  1422. /usr/bin/gcc
  1423. /usr/bin/cc
  1424. /usr/bin/vi
  1425. /usr/bin/vim
  1426. /usr/bin/find
  1427. /bin/netcat
  1428. /bin/nc
  1429. /usr/bin/wget
  1430. /usr/bin/ftp
  1431.  
  1432. [+] Related Shell Escape Sequences...
  1433.  
  1434. vi--> :!bash
  1435. vi--> :set shell=/bin/bash:shell
  1436. vi--> :!bash
  1437. vi--> :set shell=/bin/bash:shell
  1438. awk--> awk 'BEGIN {system("/bin/bash")}'
  1439. find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
  1440. perl--> perl -e 'exec "/bin/bash";'
  1441.  
  1442. [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
  1443.  
  1444. Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
  1445.  
  1446. The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
  1447. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  1448.  
  1449. The following exploits are applicable to this kernel version and should be investigated as well
  1450. - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
  1451. - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
  1452. - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
  1453. - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
  1454. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  1455. - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
  1456. - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
  1457.  
  1458. Finished
  1459. =================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement