Advertisement
Guest User

Untitled

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