Advertisement
wermaxta

Untitled

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