· 6 years ago · Oct 03, 2019, 09:20 PM
1www-data@Wall:/tmp$ python linuxprivchecker.py
2python linuxprivchecker.py
3=================================================================================================
4LINUX PRIVILEGE ESCALATION CHECKER
5=================================================================================================
6
7[*] GETTING BASIC SYSTEM INFO...
8
9[+] Kernel
10 Linux version 4.15.0-54-generic (buildd@lgw01-amd64-014) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019
11
12[+] Hostname
13 Wall
14
15[+] Operating System
16 Ubuntu 18.04.2 LTS \n \l
17
18[*] GETTING NETWORKING INFO...
19
20[+] Interfaces
21 ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
22 inet 10.10.10.157 netmask 255.255.255.0 broadcast 10.10.10.255
23 inet6 dead:beef::250:56ff:feb9:719d prefixlen 64 scopeid 0x0<global>
24 inet6 fe80::250:56ff:feb9:719d prefixlen 64 scopeid 0x20<link>
25 ether 00:50:56:b9:71:9d txqueuelen 1000 (Ethernet)
26 RX packets 16814 bytes 2495149 (2.4 MB)
27 RX errors 0 dropped 0 overruns 0 frame 0
28 TX packets 15861 bytes 9236578 (9.2 MB)
29 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
30 device interrupt 19 base 0x2000
31 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
32 inet 127.0.0.1 netmask 255.0.0.0
33 inet6 ::1 prefixlen 128 scopeid 0x10<host>
34 loop txqueuelen 1000 (Local Loopback)
35 RX packets 9546 bytes 684516 (684.5 KB)
36 RX errors 0 dropped 0 overruns 0 frame 0
37 TX packets 9546 bytes 684516 (684.5 KB)
38 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
39
40[+] Netstat
41 Active Internet connections (servers and established)
42 Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
43 tcp 0 0 127.0.0.1:9042 0.0.0.0:* LISTEN -
44 tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
45 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
46 tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
47 tcp 0 586 10.10.10.157:56526 10.10.14.5:1234 ESTABLISHED 2229/python
48 tcp6 0 0 :::80 :::* LISTEN -
49 tcp6 0 0 :::22 :::* LISTEN -
50 tcp6 1 0 10.10.10.157:80 10.10.14.5:36940 CLOSE_WAIT -
51 tcp6 0 0 10.10.10.157:80 10.10.14.5:34302 ESTABLISHED -
52 tcp6 0 0 10.10.10.157:80 10.10.14.5:36950 ESTABLISHED -
53 tcp6 1 0 10.10.10.157:80 10.10.14.5:34272 CLOSE_WAIT -
54 tcp6 1 0 10.10.10.157:80 10.10.14.5:34212 CLOSE_WAIT -
55 tcp6 0 0 10.10.10.157:80 10.10.14.5:34296 ESTABLISHED -
56 tcp6 1 0 10.10.10.157:80 10.10.14.5:36942 CLOSE_WAIT -
57 tcp6 1 0 10.10.10.157:80 10.10.14.5:36938 CLOSE_WAIT -
58 tcp6 1 0 10.10.10.157:80 10.10.14.5:34270 CLOSE_WAIT -
59 tcp6 0 0 10.10.10.157:80 10.10.14.5:34640 ESTABLISHED -
60 tcp6 1 0 10.10.10.157:80 10.10.14.5:34274 CLOSE_WAIT -
61 tcp6 0 0 10.10.10.157:80 10.10.14.5:36956 ESTABLISHED -
62 tcp6 0 0 10.10.10.157:80 10.10.14.5:34432 ESTABLISHED -
63 tcp6 0 0 10.10.10.157:80 10.10.14.5:36962 ESTABLISHED -
64 tcp6 0 0 10.10.10.157:80 10.10.14.5:36960 ESTABLISHED -
65 tcp6 0 0 10.10.10.157:80 10.10.14.5:34434 ESTABLISHED -
66 tcp6 0 0 10.10.10.157:80 10.10.14.5:36954 ESTABLISHED -
67 tcp6 0 0 10.10.10.157:80 10.10.14.5:36948 ESTABLISHED -
68 tcp6 0 0 10.10.10.157:80 10.10.14.5:34642 ESTABLISHED -
69 tcp6 1 0 10.10.10.157:80 10.10.14.5:36944 CLOSE_WAIT -
70 udp 0 0 127.0.0.53:53 0.0.0.0:* -
71 udp 0 0 127.0.0.1:161 0.0.0.0:* -
72 udp 0 0 0.0.0.0:54480 0.0.0.0:* -
73
74[+] Route
75 Kernel IP routing table
76 Destination Gateway Genmask Flags Metric Ref Use Iface
77 default _gateway 0.0.0.0 UG 0 0 0 ens33
78 10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 ens33
79
80[*] GETTING FILESYSTEM INFO...
81
82[+] Mount results
83 /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
84 udev on /dev type devtmpfs (rw,nosuid,relatime,size=986484k,nr_inodes=246621,mode=755)
85 devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
86 tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
87 mqueue on /dev/mqueue type mqueue (rw,relatime)
88 hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
89 tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=201728k,mode=755)
90 tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
91 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
92 securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
93 tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
94 cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
95 cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
96 cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
97 cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
98 cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
99 cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
100 cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
101 cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
102 cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
103 cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
104 cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
105 cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
106 cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
107 pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
108 debugfs on /sys/kernel/debug type debugfs (rw,relatime)
109 configfs on /sys/kernel/config type configfs (rw,relatime)
110 fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
111 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
112 systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=39,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19148)
113 /dev/sda1 on /tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
114 /dev/sda1 on /var/tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
115 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
116
117[+] fstab entries
118 # /etc/fstab: static file system information.
119 #
120 # Use 'blkid' to print the universally unique identifier for a
121 # device; this may be used with UUID= as a more robust way to name devices
122 # that works even if disks are added and removed. See fstab(5).
123 #
124 # <file system> <mount point> <type> <options> <dump> <pass>
125 # / was on /dev/sda1 during installation
126 UUID=d5da515a-b7dc-4405-bd32-5ac8646ad9e3 / ext4 errors=remount-ro 0 1
127 /swapfile none swap sw 0 0
128
129[+] Scheduled cron jobs
130 -rw-r--r-- 1 root root 722 Nov 16 2017 /etc/crontab
131 /etc/cron.d:
132 total 28
133 drwxr-xr-x 2 root root 4096 Jul 2 15:05 .
134 drwxr-xr-x 99 root root 4096 Aug 28 14:41 ..
135 -rw-r--r-- 1 root root 1481 Jul 2 15:31 centreon
136 -rw-r--r-- 1 root root 705 Jul 2 15:31 centstorage
137 -rw-r--r-- 1 root root 712 Dec 17 2018 php
138 -rw-r--r-- 1 root root 102 Nov 16 2017 .placeholder
139 -rw-r--r-- 1 root root 191 Jul 2 14:10 popularity-contest
140 /etc/cron.daily:
141 total 52
142 drwxr-xr-x 2 root root 4096 Jul 2 14:27 .
143 drwxr-xr-x 99 root root 4096 Aug 28 14:41 ..
144 -rwxr-xr-x 1 root root 539 Oct 10 2018 apache2
145 -rwxr-xr-x 1 root root 1478 Apr 20 2018 apt-compat
146 -rwxr-xr-x 1 root root 355 Dec 29 2017 bsdmainutils
147 -rwxr-xr-x 1 root root 1176 Nov 3 2017 dpkg
148 -rwxr-xr-x 1 root root 372 Aug 21 2017 logrotate
149 -rwxr-xr-x 1 root root 1065 Apr 7 2018 man-db
150 -rwxr-xr-x 1 root root 538 Mar 1 2018 mlocate
151 -rwxr-xr-x 1 root root 249 Jan 25 2018 passwd
152 -rw-r--r-- 1 root root 102 Nov 16 2017 .placeholder
153 -rwxr-xr-x 1 root root 3477 Feb 21 2018 popularity-contest
154 -rwxr-xr-x 1 root root 246 Mar 21 2018 ubuntu-advantage-tools
155 /etc/cron.hourly:
156 total 12
157 drwxr-xr-x 2 root root 4096 Jul 2 14:06 .
158 drwxr-xr-x 99 root root 4096 Aug 28 14:41 ..
159 -rw-r--r-- 1 root root 102 Nov 16 2017 .placeholder
160 /etc/cron.monthly:
161 total 12
162 drwxr-xr-x 2 root root 4096 Jul 2 14:06 .
163 drwxr-xr-x 99 root root 4096 Aug 28 14:41 ..
164 -rw-r--r-- 1 root root 102 Nov 16 2017 .placeholder
165 /etc/cron.weekly:
166 total 16
167 drwxr-xr-x 2 root root 4096 Jul 2 14:10 .
168 drwxr-xr-x 99 root root 4096 Aug 28 14:41 ..
169 -rwxr-xr-x 1 root root 723 Apr 7 2018 man-db
170 -rw-r--r-- 1 root root 102 Nov 16 2017 .placeholder
171
172[+] Writable cron dirs
173
174
175[*] ENUMERATING USER AND ENVIRONMENTAL INFO...
176
177[+] Logged in User Activity
178 00:15:45 up 58 min, 0 users, load average: 0.00, 0.00, 0.00
179 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
180
181[+] Super Users Found:
182 root
183
184[+] Environment
185 SHLVL=1
186 OLDPWD=/usr/local/centreon/www
187 APACHE_RUN_DIR=/var/run/apache2
188 APACHE_PID_FILE=/var/run/apache2/apache2.pid
189 JOURNAL_STREAM=9:23696
190 _=/usr/bin/python
191 TERM=xterm
192 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
193 INVOCATION_ID=de3ca3a8517244b6a23303b6b16307fe
194 APACHE_LOCK_DIR=/var/lock/apache2
195 LANG=en_US.UTF-8
196 APACHE_RUN_GROUP=www-data
197 APACHE_RUN_USER=www-data
198 APACHE_LOG_DIR=/var/log/apache2
199 PWD=/tmp
200
201[+] Root and current user history (depends on privs)
202
203[+] Sudoers (privileged)
204
205[+] All users
206 root:x:0:0:root:/root:/bin/bash
207 daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
208 bin:x:2:2:bin:/bin:/usr/sbin/nologin
209 sys:x:3:3:sys:/dev:/usr/sbin/nologin
210 sync:x:4:65534:sync:/bin:/bin/sync
211 games:x:5:60:games:/usr/games:/usr/sbin/nologin
212 man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
213 lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
214 mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
215 news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
216 uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
217 proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
218 www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
219 backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
220 list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
221 irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
222 gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
223 nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
224 systemd-network:x:100:102:systemd Network Management,,,:/run/systemd/netif:/usr/sbin/nologin
225 systemd-resolve:x:101:103:systemd Resolver,,,:/run/systemd/resolve:/usr/sbin/nologin
226 syslog:x:102:106::/home/syslog:/usr/sbin/nologin
227 messagebus:x:103:107::/nonexistent:/usr/sbin/nologin
228 _apt:x:104:65534::/nonexistent:/usr/sbin/nologin
229 uuidd:x:105:109::/run/uuidd:/usr/sbin/nologin
230 sysmonitor:x:1000:1000:sysmonitor,,,:/home/sysmonitor:/bin/bash
231 sshd:x:106:65534::/run/sshd:/usr/sbin/nologin
232 mysql:x:107:113:MySQL Server,,,:/nonexistent:/bin/false
233 postfix:x:108:115::/var/spool/postfix:/usr/sbin/nologin
234 centreon:x:6000:6000:Centreon Admin:/var/lib/centreon:/bin/bash
235 Debian-snmp:x:109:117::/var/lib/snmp:/bin/false
236 shelby:x:6001:6001::/home/shelby:/bin/bash
237
238[+] Current User
239 www-data
240
241[+] Current User ID
242 uid=33(www-data) gid=33(www-data) groups=33(www-data),6000(centreon)
243
244[*] ENUMERATING FILE AND DIRECTORY PERMISSIONS/CONTENTS...
245
246[+] World Writeable Directories for User/Group 'Root'
247 drwxrwxrwt 4 root root 80 Oct 3 23:17 /run/lock
248 drwxrwxrwt 3 root root 4096 Oct 4 00:15 /tmp
249 drwxrwxrwt 2 root root 40 Oct 3 23:17 /dev/mqueue
250 drwxrwxrwt 2 root root 40 Oct 3 23:17 /dev/shm
251 drwxrwxrwt 2 root root 4096 Oct 3 23:17 /var/tmp
252 drwx-wx-wt 2 root root 425984 Oct 3 23:28 /var/lib/php/sessions
253
254[+] World Writeable Directories for Users other than Root
255
256[+] World Writable Files
257 -rw-rw-rw- 1 root root 0 Oct 3 23:17 /sys/kernel/security/apparmor/.remove
258 -rw-rw-rw- 1 root root 0 Oct 3 23:17 /sys/kernel/security/apparmor/.replace
259 -rw-rw-rw- 1 root root 0 Oct 3 23:17 /sys/kernel/security/apparmor/.load
260 -rw-rw-rw- 1 root root 0 Oct 3 23:17 /sys/kernel/security/apparmor/.access
261 --w--w--w- 1 root root 0 Oct 4 00:15 /sys/fs/cgroup/memory/cgroup.event_control
262
263[+] Checking if root's home folder is accessible
264
265[+] SUID/SGID Files and Directories
266 -rwsr-xr-x 1 root root 43088 Oct 15 2018 /bin/mount
267 -rwsr-xr-x 1 root root 64424 Mar 10 2017 /bin/ping
268 -rwsr-xr-x 1 root root 1595624 Jul 4 00:25 /bin/screen-4.5.0
269 -rwsr-xr-x 1 root root 30800 Aug 11 2016 /bin/fusermount
270 -rwsr-xr-x 1 root root 44664 Mar 22 2019 /bin/su
271 -rwsr-xr-x 1 root root 26696 Oct 15 2018 /bin/umount
272 -rwxr-sr-x 1 root tty 30800 Oct 15 2018 /usr/bin/wall
273 -rwxr-sr-x 1 root shadow 22808 Mar 22 2019 /usr/bin/expiry
274 -rwsr-xr-x 1 root root 44528 Mar 22 2019 /usr/bin/chsh
275 -rwxr-sr-x 1 root mail 18424 Dec 3 2017 /usr/bin/dotlockfile
276 -rwsr-xr-x 1 root root 59640 Mar 22 2019 /usr/bin/passwd
277 -rwsr-xr-x 1 root root 75824 Mar 22 2019 /usr/bin/gpasswd
278 -rwsr-xr-x 1 root root 18448 Mar 10 2017 /usr/bin/traceroute6.iputils
279 -rwsr-xr-x 1 root root 76496 Mar 22 2019 /usr/bin/chfn
280 -rwxr-sr-x 1 root mlocate 43088 Mar 1 2018 /usr/bin/mlocate
281 -rwxr-sr-x 1 root crontab 39352 Nov 16 2017 /usr/bin/crontab
282 -rwxr-sr-x 1 root shadow 71816 Mar 22 2019 /usr/bin/chage
283 -rwsr-xr-x 1 root root 40344 Mar 22 2019 /usr/bin/newgrp
284 -rwxr-sr-x 1 root tty 14328 Jan 17 2018 /usr/bin/bsd-write
285 -rwxr-sr-x 1 root ssh 362640 Mar 4 2019 /usr/bin/ssh-agent
286 -rwsr-xr-x 1 root root 149080 Jan 18 2018 /usr/bin/sudo
287 -r-xr-sr-x 1 root postdrop 22600 Oct 11 2018 /usr/sbin/postqueue
288 -r-xr-sr-x 1 root postdrop 14456 Oct 11 2018 /usr/sbin/postdrop
289 -rwsr-xr-- 1 root messagebus 42992 Jun 10 21:05 /usr/lib/dbus-1.0/dbus-daemon-launch-helper
290 -rwsr-xr-x 1 root root 436552 Mar 4 2019 /usr/lib/openssh/ssh-keysign
291 -r-sr-xr-x 1 root root 13628 Aug 28 14:41 /usr/lib/vmware-tools/bin32/vmware-user-suid-wrapper
292 -r-sr-xr-x 1 root root 14320 Aug 28 14:41 /usr/lib/vmware-tools/bin64/vmware-user-suid-wrapper
293 -rwsr-xr-x 1 root root 10232 Mar 28 2017 /usr/lib/eject/dmcrypt-get-device
294 drwxrwsr-x 3 centreon centreon 4096 Jul 2 15:57 /usr/local/centreon/installDir
295 drwxrwsr-x 2 root staff 4096 Jul 2 14:27 /usr/local/share/fonts
296 drwxrwsr-x 3 root staff 4096 Jul 2 14:06 /usr/local/lib/python3.6
297 drwxrwsr-x 2 root staff 4096 Jul 2 14:06 /usr/local/lib/python3.6/dist-packages
298 drwxrwsr-x 4 root staff 4096 Jul 2 14:41 /usr/local/lib/python2.7
299 drwxrwsr-x 15 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages
300 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/paramiko
301 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cffi
302 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/bcrypt
303 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/paramiko-2.6.0.dist-info
304 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/.libs_cffi_backend
305 drwxr-sr-x 3 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/pycparser
306 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/pycparser/ply
307 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/bcrypt-3.1.7.dist-info
308 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cffi-1.12.3.dist-info
309 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography-2.7.dist-info
310 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/pycparser-2.19.dist-info
311 drwxr-sr-x 4 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/nacl
312 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/nacl/bindings
313 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/nacl/pwhash
314 drwxr-sr-x 4 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography
315 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/x509
316 drwxr-sr-x 5 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat
317 drwxr-sr-x 3 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/bindings
318 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl
319 drwxr-sr-x 3 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/backends
320 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/backends/openssl
321 drwxr-sr-x 7 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives
322 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/kdf
323 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/asymmetric
324 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/twofactor
325 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers
326 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/cryptography/hazmat/primitives/serialization
327 drwxr-sr-x 2 root staff 4096 Jul 30 17:35 /usr/local/lib/python2.7/dist-packages/PyNaCl-1.3.0.dist-info
328 drwxrwsr-x 2 root staff 4096 Jul 2 14:41 /usr/local/lib/python2.7/site-packages
329 -rwxr-sr-x 1 root shadow 34816 Feb 27 2019 /sbin/unix_chkpwd
330 -rwxr-sr-x 1 root shadow 34816 Feb 27 2019 /sbin/pam_extrausers_chkpwd
331 drwx--s--- 2 postfix postdrop 4096 Jul 2 14:27 /var/spool/postfix/public
332 drwxr-s--- 2 mysql adm 4096 Jul 2 14:27 /var/log/mysql
333 drwxr-sr-x+ 3 root systemd-journal 4096 Jul 2 14:21 /var/log/journal
334 drwxr-sr-x+ 2 root systemd-journal 4096 Oct 3 23:17 /var/log/journal/5ca9d3bc21b247cabe18d8a99153a010
335 drwxrwsr-x 2 root mail 4096 Jul 2 14:06 /var/mail
336 drwxrwsr-x 2 root staff 4096 Apr 24 2018 /var/local
337
338[+] Logs containing keyword 'password'
339
340[+] Config files containing keyword 'password'
341 /etc/modsecurity/crs/crs-setup.conf:# Default: .asa/ .asax/ .ascx/ .axd/ .backup/ .bak/ .bat/ .cdx/ .cer/ .cfg/ .cmd/ .com/ .config/ .conf/ .cs/ .csproj/ .csr/ .dat/ .db/ .dbf/ .dll/ .dos/ .htr/ .htw/ .ida/ .idc/ .idq/ .inc/ .ini/ .key/ .licx/ .lnk/ .log/ .mdb/ .old/ .pass/ .pdb/ .pol/ .printer/ .pwd/ .resources/ .resx/ .sql/ .sys/ .vb/ .vbs/ .vbproj/ .vsdisco/ .webinfo/ .xsd/ .xsx/
342 /etc/modsecurity/crs/crs-setup.conf:# setvar:'tx.restricted_extensions=.asa/ .asax/ .ascx/ .axd/ .backup/ .bak/ .bat/ .cdx/ .cer/ .cfg/ .cmd/ .com/ .config/ .conf/ .cs/ .csproj/ .csr/ .dat/ .db/ .dbf/ .dll/ .dos/ .htr/ .htw/ .ida/ .idc/ .idq/ .inc/ .ini/ .key/ .licx/ .lnk/ .log/ .mdb/ .old/ .pass/ .pdb/ .pol/ .printer/ .pwd/ .resources/ .resx/ .sql/ .sys/ .vb/ .vbs/ .vbproj/ .vsdisco/ .webinfo/ .xsd/ .xsx/'"
343 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# This rule shows how to conditionally exclude the "password"
344 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# ctl:ruleRemoveTargetById=942100;ARGS:password"
345 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# ModSecurity Rule Exclusion: Disable inspection of ARGS:pwd
346 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# ctl:ruleRemoveTargetByTag=attack-sqli;ARGS:pwd"
347 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# ModSecurity Rule Exclusion: Disable inspection of ARGS:pwd
348 /etc/modsecurity/crs/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf:# ctl:ruleRemoveTargetByTag=CRS;ARGS:pwd"
349 /etc/ssl/openssl.cnf:# input_password = secret
350 /etc/ssl/openssl.cnf:# output_password = secret
351 /etc/ssl/openssl.cnf:challengePassword = A challenge password
352 /etc/centreon/centreon.conf.php:$conf_centreon['password'] = 'FKASdm312350.asd';
353 /etc/hdparm.conf:# --security-set-pass Set security password
354 /etc/hdparm.conf:# security_pass = password
355 /etc/hdparm.conf:# --user-master Select password to use
356 /etc/apache2/sites-available/default-ssl.conf: # Note that no password is obtained from the user. Every entry in the user
357 /etc/apache2/sites-available/default-ssl.conf: # file needs this password: `xxj31ZMTZzkVA'.
358 /etc/mysql/mariadb.conf.d/50-server.cnf:# Needed so the root database user can authenticate without a password but
359 /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf:# It has been reported that passwords should be enclosed with ticks/quotes
360 /etc/mysql/my.cnf.fallback:# It has been reported that passwords should be enclosed with ticks/quotes
361 /etc/centreon-engine/centengine.cfg:# be sensitive (usernames, passwords, etc) can be defined as macros in
362 /etc/centreon-engine/resource.cfg:# for storing sensitive information such as usernames, passwords, etc. They are
363 /etc/centreon-engine/resource.cfg:# Store some usernames and passwords.
364 /etc/centreon-engine/resource.cfg:#$USER4$=somepassword
365 /etc/debconf.conf:# World-readable, and accepts everything but passwords.
366 /etc/debconf.conf:Reject-Type: password
367 /etc/debconf.conf:# Not world readable (the default), and accepts only passwords.
368 /etc/debconf.conf:Name: passwords
369 /etc/debconf.conf:Accept-Type: password
370 /etc/debconf.conf:Filename: /var/cache/debconf/passwords.dat
371 /etc/debconf.conf:# databases, one to hold passwords and one for everything else.
372 /etc/debconf.conf:Stack: config, passwords
373 /etc/debconf.conf:# A remote LDAP database. It is also read-only. The password is really
374 /etc/ltrace.conf:; pwd.h
375 /etc/postfix/main.cf.proto:# NOTE: if you use this feature for accounts not in the UNIX password
376 /etc/postfix/main.cf.proto:# NOTE: if you use this feature for accounts not in the UNIX password
377 /etc/postfix/main.cf.proto:# NOTE: if you use this feature for accounts not in the UNIX password
378
379[+] Shadow File (Privileged)
380
381[*] ENUMERATING PROCESSES AND APPLICATIONS...
382
383[+] Installed Packages
384 Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
385 Err?=(none)/Reinst-required (Status,Err:
386 Name Version Description
387 accountsservice 0.6.45-1ubuntu1 query and manipulate user account information
388 adduser 3.116ubuntu1 add and remove users and groups
389 amd64-microcode 3.20180524.1~ubuntu0.18.04.2 Processor microcode firmware for AMD CPUs
390 apache2 2.4.29-1ubuntu4.6 Apache HTTP Server
391 apache2-bin 2.4.29-1ubuntu4.6 Apache HTTP Server (modules and other binary files)
392 apache2-data 2.4.29-1ubuntu4.6 Apache HTTP Server (common files)
393 apache2-utils 2.4.29-1ubuntu4.6 Apache HTTP Server (utility programs for web servers)
394 apparmor 2.12-4ubuntu5.1 user-space parser utility for AppArmor
395 apt 1.6.11 commandline package manager
396 apt-transport-https 1.6.11 transitional package for https support
397 apt-utils 1.6.11 package management related utility programs
398 autotools-dev 20180224.1 Update infrastructure for config.{guess,sub} files
399 base-files 10.1ubuntu2.4 Debian base system miscellaneous files
400 base-passwd 3.5.44 Debian base system master password and group files
401 bash 4.4.18-2ubuntu1.1 GNU Bourne Again SHell
402 bash-completion 1:2.8-1ubuntu1 programmable completion for the bash shell
403 bind9-host 1:9.11.3+dfsg-1ubuntu1.8 DNS lookup utility (deprecated)
404 binutils 2.30-21ubuntu1~18.04.2 GNU assembler, linker and binary utilities
405 binutils-common:amd64 2.30-21ubuntu1~18.04.2 Common files for the GNU assembler, linker and binary utilities
406 binutils-x86-64-linux-gnu 2.30-21ubuntu1~18.04.2 GNU binary utilities, for x86-64-linux-gnu target
407 bsd-mailx 8.1.2-0.20160123cvs-4 simple mail user agent
408 bsdmainutils 11.1.2ubuntu1 collection of more utilities from FreeBSD
409 bsdutils 1:2.31.1-0.4ubuntu3.3 basic utilities from 4.4BSD-Lite
410 build-essential 12.4ubuntu1 Informational list of build-essential packages
411 busybox-initramfs 1:1.27.2-2ubuntu3.2 Standalone shell setup for initramfs
412 busybox-static 1:1.27.2-2ubuntu3.2 Standalone rescue shell with tons of builtin utilities
413 bzip2 1.0.6-8.1ubuntu0.1 high-quality block-sorting file compressor - utilities
414 ca-certificates 20180409 Common CA certificates
415 cmake 3.10.2-1ubuntu2 cross-platform, open-source make system
416 cmake-data 3.10.2-1ubuntu2 CMake data files (modules, templates and documentation)
417 command-not-found 18.04.5 Suggest installation of packages in interactive bash sessions
418 command-not-found-data 18.04.5 Set of data files for command-not-found.
419 console-setup 1.178ubuntu2.9 console font and keymap setup program
420 console-setup-linux 1.178ubuntu2.9 Linux specific part of console-setup
421 coreutils 8.28-1ubuntu1 GNU core utilities
422 cpio 2.12+dfsg-6 GNU cpio -- a program to manage archives of files
423 cpp 4:7.4.0-1ubuntu2.3 GNU C preprocessor (cpp)
424 cpp-7 7.4.0-1ubuntu1~18.04.1 GNU C preprocessor
425 crda 3.18-1build1 wireless Central Regulatory Domain Agent
426 cron 3.0pl1-128.1ubuntu1 process scheduling daemon
427 dash 0.5.8-2.10 POSIX-compliant shell
428 dbus 1.12.2-1ubuntu1.1 simple interprocess messaging system (daemon and utilities)
429 debconf 1.5.66ubuntu1 Debian configuration management system
430 debconf-i18n 1.5.66ubuntu1 full internationalization support for debconf
431 debianutils 4.8.4 Miscellaneous utilities specific to Debian
432 debugedit 4.14.1+dfsg1-2 tool to mangle source locations in .debug files
433 diffutils 1:3.6-1 File comparison utilities
434 dirmngr 2.2.4-1ubuntu1.2 GNU privacy guard - network certificate management service
435 distro-info-data 0.37ubuntu0.5 information about the distributions' releases (data files)
436 dmidecode 3.1-1 SMBIOS/DMI table decoder
437 dmsetup 2:1.02.145-4.1ubuntu3 Linux Kernel Device Mapper userspace library
438 dnsutils 1:9.11.3+dfsg-1ubuntu1.8 Clients provided with BIND
439 dosfstools 4.1-1 utilities for making and checking MS-DOS FAT filesystems
440 dpkg 1.19.0.5ubuntu2.1 Debian package management system
441 dpkg-dev 1.19.0.5ubuntu2.1 Debian package development tools
442 e2fsprogs 1.44.1-1ubuntu1.1 ext2/ext3/ext4 file system utilities
443 ed 1.10-2.1 classic UNIX line editor
444 eject 2.1.5+deb1+cvs20081104-13.2 ejects CDs and operates CD-Changers under Linux
445 fakeroot 1.22-2ubuntu1 tool for simulating superuser privileges
446 fdisk 2.31.1-0.4ubuntu3.3 collection of partitioning utilities
447 file 1:5.32-2ubuntu0.2 Recognize the type of data in a file using "magic" numbers
448 findutils 4.6.0+git+20170828-2 utilities for finding files--find, xargs
449 fontconfig 2.12.6-0ubuntu2 generic font configuration library - support binaries
450 fontconfig-config 2.12.6-0ubuntu2 generic font configuration library - configuration
451 fonts-dejavu-core 2.37-1 Vera font family derivate with additional characters
452 fonts-droid-fallback 1:6.0.1r16-1.1 handheld device font with extensive style and language support (fallback)
453 fonts-noto-mono 20171026-2 "No Tofu" monospaced font family with large Unicode coverage
454 friendly-recovery 0.2.38ubuntu1 Make recovery boot mode more user-friendly
455 ftp 0.17-34 classical file transfer client
456 fuse 2.9.7-1ubuntu1 Filesystem in Userspace
457 g++ 4:7.4.0-1ubuntu2.3 GNU C++ compiler
458 g++-7 7.4.0-1ubuntu1~18.04.1 GNU C++ compiler
459 galera-3 25.3.20-1 Replication framework for transactional applications
460 gawk 1:4.1.4+dfsg-1build1 GNU awk, a pattern scanning and processing language
461 gcc 4:7.4.0-1ubuntu2.3 GNU C compiler
462 gcc-7 7.4.0-1ubuntu1~18.04.1 GNU C compiler
463 gcc-7-base:amd64 7.4.0-1ubuntu1~18.04.1 GCC, the GNU Compiler Collection (base package)
464 gcc-8-base:amd64 8.3.0-6ubuntu1~18.04.1 GCC, the GNU Compiler Collection (base package)
465 geoip-database 20180315-1 IP lookup command line tools that use the GeoIP library (country database)
466 gettext-base 0.19.8.1-6ubuntu0.3 GNU Internationalization utilities for the base system
467 ghostscript 9.26~dfsg+0-0ubuntu0.18.04.9 interpreter for the PostScript language and for PDF
468 gir1.2-glib-2.0:amd64 1.56.1-1 Introspection data for GLib, GObject, Gio and GModule
469 git 1:2.17.1-1ubuntu0.4 fast, scalable, distributed revision control system
470 git-man 1:2.17.1-1ubuntu0.4 fast, scalable, distributed revision control system (manual pages)
471 gnupg 2.2.4-1ubuntu1.2 GNU privacy guard - a free PGP replacement
472 gnupg-l10n 2.2.4-1ubuntu1.2 GNU privacy guard - localization files
473 gnupg-utils 2.2.4-1ubuntu1.2 GNU privacy guard - utility programs
474 gpg 2.2.4-1ubuntu1.2 GNU Privacy Guard -- minimalist public key operations
475 gpg-agent 2.2.4-1ubuntu1.2 GNU privacy guard - cryptographic agent
476 gpg-wks-client 2.2.4-1ubuntu1.2 GNU privacy guard - Web Key Service client
477 gpg-wks-server 2.2.4-1ubuntu1.2 GNU privacy guard - Web Key Service server
478 gpgconf 2.2.4-1ubuntu1.2 GNU privacy guard - core configuration utilities
479 gpgsm 2.2.4-1ubuntu1.2 GNU privacy guard - S/MIME version
480 gpgv 2.2.4-1ubuntu1.2 GNU privacy guard - signature verification tool
481 grep 3.1-2 GNU grep, egrep and fgrep
482 groff-base 1.22.3-10 GNU troff text-formatting system (base system components)
483 grub-common 2.02-2ubuntu8.13 GRand Unified Bootloader (common files)
484 grub-gfxpayload-lists 0.7 GRUB gfxpayload blacklist
485 grub-pc 2.02-2ubuntu8.13 GRand Unified Bootloader, version 2 (PC/BIOS version)
486 grub-pc-bin 2.02-2ubuntu8.13 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
487 grub2-common 2.02-2ubuntu8.13 GRand Unified Bootloader (common files for version 2)
488 gsfonts 1:8.11+urwcyr1.0.7~pre44-4.4 Fonts for the Ghostscript interpreter(s)
489 gzip 1.6-5ubuntu1 GNU compression utilities
490 hdparm 9.54+ds-1 tune hard disk parameters for high performance
491 hostname 3.20 utility to set/show the host name or domain name
492 ifupdown 0.8.17ubuntu1.1 high level tools to configure network interfaces
493 imagemagick-6-common 8:6.9.7.4+dfsg-16ubuntu6.7 image manipulation programs -- infrastructure
494 info 6.5.0.dfsg.1-2 Standalone GNU Info documentation browser
495 init 1.51 metapackage ensuring an init system is installed
496 init-system-helpers 1.51 helper tools for all init systems
497 initramfs-tools 0.130ubuntu3.8 generic modular initramfs generator (automation)
498 initramfs-tools-bin 0.130ubuntu3.8 binaries used by initramfs-tools
499 initramfs-tools-core 0.130ubuntu3.8 generic modular initramfs generator (core tools)
500 install-info 6.5.0.dfsg.1-2 Manage installed documentation in info format
501 installation-report 2.62ubuntu1 system installation report
502 intel-microcode 3.20190618.0ubuntu0.18.04.1 Processor microcode firmware for Intel CPUs
503 iproute2 4.15.0-2ubuntu1 networking and traffic control tools
504 iptables 1.6.1-2ubuntu2 administration tools for packet filtering and NAT
505 iputils-ping 3:20161105-1ubuntu2 Tools to test the reachability of network hosts
506 iputils-tracepath 3:20161105-1ubuntu2 Tools to trace the network path to a remote host
507 irqbalance 1.3.0-0.1ubuntu0.18.04.1 Daemon to balance interrupts for SMP systems
508 isc-dhcp-client 4.3.5-3ubuntu7.1 DHCP client for automatically obtaining an IP address
509 isc-dhcp-common 4.3.5-3ubuntu7.1 common manpages relevant to all of the isc-dhcp packages
510 iso-codes 3.79-1 ISO language, territory, currency, script codes and their translations
511 iucode-tool 2.3.1-1 Intel processor microcode tool
512 iw 4.14-0.1 tool for configuring Linux wireless devices
513 kbd 2.0.4-2ubuntu1 Linux console font and keytable utilities
514 keyboard-configuration 1.178ubuntu2.9 system-wide keyboard preferences
515 klibc-utils 2.0.4-9ubuntu2 small utilities built with klibc for early boot
516 kmod 24-1ubuntu3.2 tools for managing Linux kernel modules
517 krb5-locales 1.16-2ubuntu0.1 internationalization support for MIT Kerberos
518 language-pack-en 1:18.04+20180712 translation updates for language English
519 language-pack-en-base 1:18.04+20180712 translations for language English
520 language-selector-common 0.188.2 Language selector for Ubuntu
521 laptop-detect 0.16 system chassis type checker
522 less 487-0.1 pager program similar to more
523 libaccountsservice0:amd64 0.6.45-1ubuntu1 query and manipulate user account information - shared libraries
524 libacl1:amd64 2.2.52-3build1 Access control list shared library
525 libaio1:amd64 0.3.110-5ubuntu0.1 Linux kernel AIO access library - shared library
526 libalgorithm-diff-perl 1.19.03-1 module to find differences between files
527 libalgorithm-diff-xs-perl 0.04-5 module to find differences between files (XS accelerated)
528 libalgorithm-merge-perl 0.08-3 Perl module for three-way merge of textual data
529 libapache2-mod-php7.1 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (Apache 2 module)
530 libapache2-mod-php7.3 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (Apache 2 module)
531 libapache2-mod-security2 2.9.2-1 Tighten web applications security for Apache
532 libapparmor1:amd64 2.12-4ubuntu5.1 changehat AppArmor library
533 libapr1:amd64 1.6.3-2 Apache Portable Runtime Library
534 libaprutil1:amd64 1.6.1-2 Apache Portable Runtime Utility Library
535 libaprutil1-dbd-sqlite3:amd64 1.6.1-2 Apache Portable Runtime Utility Library - SQLite3 Driver
536 libaprutil1-ldap:amd64 1.6.1-2 Apache Portable Runtime Utility Library - LDAP Driver
537 libapt-inst2.0:amd64 1.6.11 deb package format runtime library
538 libapt-pkg5.0:amd64 1.6.11 package management runtime library
539 libarchive13:amd64 3.2.2-3.1ubuntu0.3 Multi-format archive and compression library (shared library)
540 libargon2-0:amd64 0~20161029-1.1 memory-hard hashing function - runtime library
541 libasan4:amd64 7.4.0-1ubuntu1~18.04.1 AddressSanitizer -- a fast memory error detector
542 libasn1-8-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - ASN.1 library
543 libassuan0:amd64 2.5.1-2 IPC library for the GnuPG components
544 libatm1:amd64 1:2.5.1-2build1 shared library for ATM (Asynchronous Transfer Mode)
545 libatomic1:amd64 8.3.0-6ubuntu1~18.04.1 support library providing __atomic built-in functions
546 libattr1:amd64 1:2.4.47-2build1 Extended attribute shared library
547 libaudio2:amd64 1.9.4-6 Network Audio System - shared libraries
548 libaudit-common 1:2.8.2-1ubuntu1 Dynamic library for security auditing - common files
549 libaudit1:amd64 1:2.8.2-1ubuntu1 Dynamic library for security auditing
550 libavahi-client3:amd64 0.7-3.1ubuntu1.2 Avahi client library
551 libavahi-common-data:amd64 0.7-3.1ubuntu1.2 Avahi common data files
552 libavahi-common3:amd64 0.7-3.1ubuntu1.2 Avahi common library
553 libbind9-160:amd64 1:9.11.3+dfsg-1ubuntu1.8 BIND9 Shared Library used by BIND
554 libbinutils:amd64 2.30-21ubuntu1~18.04.2 GNU binary utilities (private shared library)
555 libblkid1:amd64 2.31.1-0.4ubuntu3.3 block device ID library
556 libbsd0:amd64 0.8.7-1 utility functions from BSD systems - shared library
557 libbz2-1.0:amd64 1.0.6-8.1ubuntu0.1 high-quality block-sorting file compressor library - runtime
558 libc-bin 2.27-3ubuntu1 GNU C Library: Binaries
559 libc-dev-bin 2.27-3ubuntu1 GNU C Library: Development binaries
560 libc6:amd64 2.27-3ubuntu1 GNU C Library: Shared libraries
561 libc6-dev:amd64 2.27-3ubuntu1 GNU C Library: Development Libraries and Header Files
562 libcairo2:amd64 1.15.10-2ubuntu0.1 Cairo 2D vector graphics library
563 libcap-ng0:amd64 0.7.7-3.1 An alternate POSIX capabilities library
564 libcap2:amd64 1:2.25-1.2 POSIX 1003.1e capabilities (library)
565 libcap2-bin 1:2.25-1.2 POSIX 1003.1e capabilities (utilities)
566 libcc1-0:amd64 8.3.0-6ubuntu1~18.04.1 GCC cc1 plugin for GDB
567 libcgi-fast-perl 1:2.13-1 CGI subclass for work with FCGI
568 libcgi-pm-perl 4.38-1 module for Common Gateway Interface applications
569 libcilkrts5:amd64 7.4.0-1ubuntu1~18.04.1 Intel Cilk Plus language extensions (runtime)
570 libcom-err2:amd64 1.44.1-1ubuntu1.1 common error description library
571 libconfig-inifiles-perl 2.94-1 Read .ini-style configuration files
572 libcrypt-des-perl 2.07-1build4 Perl DES encryption module
573 libcryptsetup12:amd64 2:2.0.2-1ubuntu1.1 disk encryption support - shared library
574 libcups2:amd64 2.2.7-1ubuntu2.6 Common UNIX Printing System(tm) - Core library
575 libcupsfilters1:amd64 1.20.2-0ubuntu3.1 OpenPrinting CUPS Filters - Shared library
576 libcupsimage2:amd64 2.2.7-1ubuntu2.6 Common UNIX Printing System(tm) - Raster image library
577 libcurl3-gnutls:amd64 7.58.0-2ubuntu3.7 easy-to-use client-side URL transfer library (GnuTLS flavour)
578 libcurl4:amd64 7.58.0-2ubuntu3.7 easy-to-use client-side URL transfer library (OpenSSL flavour)
579 libdatrie1:amd64 0.2.10-7 Double-array trie library
580 libdb5.3:amd64 5.3.28-13.1ubuntu1.1 Berkeley v5.3 Database Libraries [runtime]
581 libdbd-mysql-perl 4.046-1 Perl5 database interface to the MariaDB/MySQL database
582 libdbi-perl 1.640-1 Perl Database Interface (DBI)
583 libdbi1:amd64 0.9.0-5 DB Independent Abstraction Layer for C -- shared library
584 libdbus-1-3:amd64 1.12.2-1ubuntu1.1 simple interprocess messaging system (library)
585 libdebconfclient0:amd64 0.213ubuntu1 Debian Configuration Management System (C-implementation library)
586 libdevmapper1.02.1:amd64 2:1.02.145-4.1ubuntu3 Linux Kernel Device Mapper userspace library
587 libdigest-hmac-perl 1.03+dfsg-1 module for creating standard message integrity checks
588 libdigest-sha-perl 6.01-1 Perl extension for SHA-1/224/256/384/512, SHA-512/224 and SHA-512/256
589 libdns-export1100 1:9.11.3+dfsg-1ubuntu1.8 Exported DNS Shared Library
590 libdns1100:amd64 1:9.11.3+dfsg-1ubuntu1.8 DNS Shared Library used by BIND
591 libdpkg-perl 1.19.0.5ubuntu2.1 Dpkg perl modules
592 libdrm-amdgpu1:amd64 2.4.95-1~18.04.1 Userspace interface to amdgpu-specific kernel DRM services -- runtime
593 libdrm-common 2.4.95-1~18.04.1 Userspace interface to kernel DRM services -- common files
594 libdrm-dev:amd64 2.4.95-1~18.04.1 Userspace interface to kernel DRM services -- development files
595 libdrm-intel1:amd64 2.4.95-1~18.04.1 Userspace interface to intel-specific kernel DRM services -- runtime
596 libdrm-nouveau2:amd64 2.4.95-1~18.04.1 Userspace interface to nouveau-specific kernel DRM services -- runtime
597 libdrm-radeon1:amd64 2.4.95-1~18.04.1 Userspace interface to radeon-specific kernel DRM services -- runtime
598 libdrm2:amd64 2.4.95-1~18.04.1 Userspace interface to kernel DRM services -- runtime
599 libdw1:amd64 0.170-0.4ubuntu0.1 library that provides access to the DWARF debug information
600 libedit2:amd64 3.1-20170329-1 BSD editline and history libraries
601 libegl-mesa0:amd64 18.2.8-0ubuntu0~18.04.2 free implementation of the EGL API -- Mesa vendor library
602 libegl1:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- EGL support
603 libelf1:amd64 0.170-0.4ubuntu0.1 library to read and write ELF files
604 libencode-locale-perl 1.05-1 utility to determine the locale encoding
605 liberror-perl 0.17025-1 Perl module for error/exception handling in an OO-ish way
606 libestr0:amd64 0.1.10-2.1 Helper functions for handling strings (lib)
607 libevent-2.1-6:amd64 2.1.8-stable-4build1 Asynchronous event notification library
608 libexpat1:amd64 2.2.5-3ubuntu0.1 XML parsing C library - runtime library
609 libexpat1-dev:amd64 2.2.5-3ubuntu0.1 XML parsing C library - development kit
610 libext2fs2:amd64 1.44.1-1ubuntu1.1 ext2/ext3/ext4 file system libraries
611 libfakeroot:amd64 1.22-2ubuntu1 tool for simulating superuser privileges - shared libraries
612 libfastjson4:amd64 0.99.8-2 fast json library for C
613 libfcgi-perl 0.78-2build1 helper module for FastCGI
614 libfdisk1:amd64 2.31.1-0.4ubuntu3.3 fdisk partitioning library
615 libffi6:amd64 3.2.1-8 Foreign Function Interface library runtime
616 libfftw3-double3:amd64 3.3.7-1 Library for computing Fast Fourier Transforms - Double precision
617 libfile-fcntllock-perl 0.22-3build2 Perl module for file locking with fcntl(2)
618 libfontconfig1:amd64 2.12.6-0ubuntu2 generic font configuration library - runtime
619 libfreetype6:amd64 2.8.1-2ubuntu2 FreeType 2 font engine, shared library files
620 libfribidi0:amd64 0.19.7-2 Free Implementation of the Unicode BiDi algorithm
621 libfuse2:amd64 2.9.7-1ubuntu1 Filesystem in Userspace (library)
622 libgbm1:amd64 18.2.8-0ubuntu0~18.04.2 generic buffer management API -- runtime
623 libgcc-7-dev:amd64 7.4.0-1ubuntu1~18.04.1 GCC support library (development files)
624 libgcc1:amd64 1:8.3.0-6ubuntu1~18.04.1 GCC support library
625 libgcrypt20:amd64 1.8.1-4ubuntu1.1 LGPL Crypto library - runtime library
626 libgd-perl 2.66-1build1 Perl module wrapper for libgd
627 libgd3:amd64 2.2.5-5.1+ubuntu18.04.1+deb.sury.org+1 GD Graphics Library
628 libgdbm-compat4:amd64 1.14.1-6 GNU dbm database routines (legacy support runtime version)
629 libgdbm5:amd64 1.14.1-6 GNU dbm database routines (runtime version)
630 libgeoip1:amd64 1.6.12-1 non-DNS IP-to-country resolver library
631 libgirepository-1.0-1:amd64 1.56.1-1 Library for handling GObject introspection data (runtime library)
632 libgl1:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- legacy GL support
633 libgl1-mesa-dev:amd64 18.2.8-0ubuntu0~18.04.2 free implementation of the OpenGL API -- GLX development files
634 libgl1-mesa-dri:amd64 18.2.8-0ubuntu0~18.04.2 free implementation of the OpenGL API -- DRI modules
635 libglapi-mesa:amd64 18.2.8-0ubuntu0~18.04.2 free implementation of the GL API -- shared library
636 libgles1:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- GLESv1 support
637 libgles2:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- GLESv2 support
638 libglib2.0-0:amd64 2.56.4-0ubuntu0.18.04.3 GLib library of C routines
639 libglib2.0-data 2.56.4-0ubuntu0.18.04.3 Common files for GLib library
640 libglu1-mesa:amd64 9.0.0-2.1build1 Mesa OpenGL utility library (GLU)
641 libglu1-mesa-dev:amd64 9.0.0-2.1build1 Mesa OpenGL utility library -- development files
642 libglvnd-core-dev:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- core development files
643 libglvnd-dev:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- development files
644 libglvnd0:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library
645 libglx-mesa0:amd64 18.2.8-0ubuntu0~18.04.2 free implementation of the OpenGL API -- GLX vendor library
646 libglx0:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- GLX support
647 libgmp-dev:amd64 2:6.1.2+dfsg-2 Multiprecision arithmetic library developers tools
648 libgmp10:amd64 2:6.1.2+dfsg-2 Multiprecision arithmetic library
649 libgmpxx4ldbl:amd64 2:6.1.2+dfsg-2 Multiprecision arithmetic library (C++ bindings)
650 libgnutls-dane0:amd64 3.5.18-1ubuntu1.1 GNU TLS library - DANE security support
651 libgnutls-openssl27:amd64 3.5.18-1ubuntu1.1 GNU TLS library - OpenSSL wrapper
652 libgnutls28-dev:amd64 3.5.18-1ubuntu1.1 GNU TLS library - development files
653 libgnutls30:amd64 3.5.18-1ubuntu1.1 GNU TLS library - main runtime library
654 libgnutlsxx28:amd64 3.5.18-1ubuntu1.1 GNU TLS library - C++ runtime library
655 libgomp1:amd64 8.3.0-6ubuntu1~18.04.1 GCC OpenMP (GOMP) support library
656 libgpg-error0:amd64 1.27-6 library for common error values and messages in GnuPG components
657 libgraphite2-3:amd64 1.3.11-2 Font rendering engine for Complex Scripts -- library
658 libgs9:amd64 9.26~dfsg+0-0ubuntu0.18.04.9 interpreter for the PostScript language and for PDF - Library
659 libgs9-common 9.26~dfsg+0-0ubuntu0.18.04.9 interpreter for the PostScript language and for PDF - common files
660 libgssapi-krb5-2:amd64 1.16-2ubuntu0.1 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
661 libgssapi3-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - GSSAPI support library
662 libharfbuzz0b:amd64 1.7.2-1ubuntu1 OpenType text shaping engine (shared library)
663 libhcrypto4-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - crypto library
664 libheimbase1-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - Base library
665 libheimntlm0-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - NTLM support library
666 libhogweed4:amd64 3.4-1 low level cryptographic library (public-key cryptos)
667 libhtml-parser-perl 3.72-3build1 collection of modules that parse HTML text documents
668 libhtml-tagset-perl 3.20-3 Data tables pertaining to HTML
669 libhtml-template-perl 2.97-1 module for using HTML templates with Perl
670 libhttp-date-perl 6.02-1 module of date conversion routines
671 libhttp-message-perl 6.14-1 perl interface to HTTP style messages
672 libhx509-5-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - X509 support library
673 libice6:amd64 2:1.0.9-2 X11 Inter-Client Exchange library
674 libicu60:amd64 60.2-3ubuntu3 International Components for Unicode
675 libicu64:amd64 64.1-0.1+ubuntu18.04.1+deb.sury.org+1 International Components for Unicode
676 libidn11:amd64 1.33-2.1ubuntu1.2 GNU Libidn library, implementation of IETF IDN specifications
677 libidn2-0:amd64 2.0.4-1.1build2 Internationalized domain names (IDNA2008/TR46) library
678 libidn2-0-dev 2.0.4-1.1build2 Internationalized domain names (IDNA2008/TR46) development files [dummy]
679 libidn2-dev:amd64 2.0.4-1.1build2 Internationalized domain names (IDNA2008/TR46) development files
680 libijs-0.35:amd64 0.35-13 IJS raster image transport protocol: shared library
681 libio-html-perl 1.001-1 open an HTML file with automatic charset detection
682 libip4tc0:amd64 1.6.1-2ubuntu2 netfilter libip4tc library
683 libip6tc0:amd64 1.6.1-2ubuntu2 netfilter libip6tc library
684 libiptc0:amd64 1.6.1-2ubuntu2 netfilter libiptc library
685 libirs160:amd64 1:9.11.3+dfsg-1ubuntu1.8 DNS Shared Library used by BIND
686 libisc-export169:amd64 1:9.11.3+dfsg-1ubuntu1.8 Exported ISC Shared Library
687 libisc169:amd64 1:9.11.3+dfsg-1ubuntu1.8 ISC Shared Library used by BIND
688 libisccc160:amd64 1:9.11.3+dfsg-1ubuntu1.8 Command Channel Library used by BIND
689 libisccfg160:amd64 1:9.11.3+dfsg-1ubuntu1.8 Config File Handling Library used by BIND
690 libisl19:amd64 0.19-1 manipulating sets and relations of integer points bounded by linear constraints
691 libitm1:amd64 8.3.0-6ubuntu1~18.04.1 GNU Transactional Memory Library
692 libjbig0:amd64 2.1-3.1build1 JBIGkit libraries
693 libjbig2dec0:amd64 0.13-6 JBIG2 decoder library - shared libraries
694 libjemalloc1 3.6.0-11 general-purpose scalable concurrent malloc(3) implementation
695 libjpeg-turbo8:amd64 1.5.2-0ubuntu5.18.04.1 IJG JPEG compliant runtime library.
696 libjpeg8:amd64 8c-2ubuntu8 Independent JPEG Group's JPEG runtime library (dependency package)
697 libjson-c3:amd64 0.12.1-1.3 JSON manipulation library - shared library
698 libjsoncpp1:amd64 1.7.4-3 library for reading and writing JSON for C++
699 libk5crypto3:amd64 1.16-2ubuntu0.1 MIT Kerberos runtime libraries - Crypto Library
700 libkeyutils1:amd64 1.5.9-9.2ubuntu2 Linux Key Management Utilities (library)
701 libklibc 2.0.4-9ubuntu2 minimal libc subset for use with initramfs
702 libkmod2:amd64 24-1ubuntu3.2 libkmod shared library
703 libkrb5-26-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - libraries
704 libkrb5-3:amd64 1.16-2ubuntu0.1 MIT Kerberos runtime libraries
705 libkrb5support0:amd64 1.16-2ubuntu0.1 MIT Kerberos runtime libraries - Support library
706 libksba8:amd64 1.3.5-2 X.509 and CMS support library
707 liblcms2-2:amd64 2.9-1ubuntu0.1 Little CMS 2 color management library
708 libldap-2.4-2:amd64 2.4.45+dfsg-1ubuntu1.2 OpenLDAP libraries
709 libldap-common 2.4.45+dfsg-1ubuntu1.2 OpenLDAP common files for libraries
710 libllvm7:amd64 1:7-3~ubuntu0.18.04.1 Modular compiler and toolchain technologies, runtime library
711 liblocale-gettext-perl 1.07-3build2 module using libc functions for internationalization in Perl
712 liblockfile-bin 1.14-1.1 support binaries for and cli utilities based on liblockfile
713 liblockfile1:amd64 1.14-1.1 NFS-safe locking library
714 liblqr-1-0:amd64 0.4.2-2.1 converts plain array images into multi-size representation
715 liblsan0:amd64 8.3.0-6ubuntu1~18.04.1 LeakSanitizer -- a memory leak detector (runtime)
716 libltdl-dev:amd64 2.4.6-2 System independent dlopen wrapper for GNU libtool
717 libltdl7:amd64 2.4.6-2 System independent dlopen wrapper for GNU libtool
718 liblua5.1-0:amd64 5.1.5-8.1build2 Shared library for the Lua interpreter version 5.1
719 liblua5.1-0-dev:amd64 5.1.5-8.1build2 Development files for the Lua language version 5.1
720 liblua5.2-0:amd64 5.2.4-1.1build1 Shared library for the Lua interpreter version 5.2
721 liblua50 5.0.3-8 Main interpreter library for the Lua 5.0 programming language
722 liblua50-dev 5.0.3-8 Main interpreter library for Lua 5.0: static library and headers
723 liblualib50 5.0.3-8 Extension library for the Lua 5.0 programming language
724 liblualib50-dev 5.0.3-8 Extension library for Lua 5.0: static and headers
725 liblwp-mediatypes-perl 6.02-1 module to guess media type for a file or a URL
726 liblwres160:amd64 1:9.11.3+dfsg-1ubuntu1.8 Lightweight Resolver Library used by BIND
727 liblz4-1:amd64 0.0~r131-2ubuntu3 Fast LZ compression algorithm library - runtime
728 liblzma5:amd64 5.2.2-1.3 XZ-format compression library
729 liblzo2-2:amd64 2.08-1.2 data compression library
730 libmagic-mgc 1:5.32-2ubuntu0.2 File type determination library using "magic" numbers (compiled magic file)
731 libmagic1:amd64 1:5.32-2ubuntu0.2 Recognize the type of data in a file using "magic" numbers - library
732 libmagickcore-6.q16-3:amd64 8:6.9.7.4+dfsg-16ubuntu6.7 low-level image manipulation library -- quantum depth Q16
733 libmagickwand-6.q16-3:amd64 8:6.9.7.4+dfsg-16ubuntu6.7 image manipulation library -- quantum depth Q16
734 libmcrypt4 2.5.8-3.3 De-/Encryption Library
735 libmng2:amd64 2.0.2-0ubuntu3 Multiple-image Network Graphics library
736 libmnl0:amd64 1.0.4-2 minimalistic Netlink communication library
737 libmount1:amd64 2.31.1-0.4ubuntu3.3 device mounting library
738 libmpc3:amd64 1.1.0-1 multiple precision complex floating-point library
739 libmpdec2:amd64 2.4.2-1ubuntu1 library for decimal floating point arithmetic (runtime library)
740 libmpfr6:amd64 4.0.1-1 multiple precision floating-point computation
741 libmpx2:amd64 8.3.0-6ubuntu1~18.04.1 Intel memory protection extensions (runtime)
742 libmysqlclient20:amd64 5.7.26-0ubuntu0.18.04.1 MySQL database client library
743 libncurses5:amd64 6.1-1ubuntu1.18.04 shared libraries for terminal handling
744 libncursesw5:amd64 6.1-1ubuntu1.18.04 shared libraries for terminal handling (wide character support)
745 libnetfilter-conntrack3:amd64 1.0.6-2 Netfilter netlink-conntrack library
746 libnettle6:amd64 3.4-1 low level cryptographic library (symmetric and one-way cryptos)
747 libnewt0.52:amd64 0.52.20-1ubuntu1 Not Erik's Windowing Toolkit - text mode windowing with slang
748 libnfnetlink0:amd64 1.0.1-3 Netfilter netlink library
749 libnghttp2-14:amd64 1.30.0-1ubuntu1 library implementing HTTP/2 protocol (shared library)
750 libnih1:amd64 1.0.3-6ubuntu2 NIH Utility Library
751 libnl-3-200:amd64 3.2.29-0ubuntu3 library for dealing with netlink sockets
752 libnl-genl-3-200:amd64 3.2.29-0ubuntu3 library for dealing with netlink sockets - generic netlink
753 libnpth0:amd64 1.5-3 replacement for GNU Pth using system threads
754 libnspr4:amd64 2:4.18-1ubuntu1 NetScape Portable Runtime Library
755 libnss-systemd:amd64 237-3ubuntu10.23 nss module providing dynamic user and group name resolution
756 libnss3:amd64 2:3.35-2ubuntu2.2 Network Security Service libraries
757 libntfs-3g88 1:2017.3.23-2ubuntu0.18.04.2 read/write NTFS driver for FUSE (runtime library)
758 libnuma1:amd64 2.0.11-2.1ubuntu0.1 Libraries for controlling NUMA policy
759 libopengl0:amd64 1.0.0-2ubuntu2.3 Vendor neutral GL dispatch library -- OpenGL support
760 libp11-kit-dev:amd64 0.23.9-2 library for loading and coordinating access to PKCS#11 modules - development
761 libp11-kit0:amd64 0.23.9-2 library for loading and coordinating access to PKCS#11 modules - runtime
762 libpam-cap:amd64 1:2.25-1.2 POSIX 1003.1e capabilities (PAM module)
763 libpam-modules:amd64 1.1.8-3.6ubuntu2.18.04.1 Pluggable Authentication Modules for PAM
764 libpam-modules-bin 1.1.8-3.6ubuntu2.18.04.1 Pluggable Authentication Modules for PAM - helper binaries
765 libpam-runtime 1.1.8-3.6ubuntu2.18.04.1 Runtime support for the PAM library
766 libpam-systemd:amd64 237-3ubuntu10.23 system and service manager - PAM module
767 libpam0g:amd64 1.1.8-3.6ubuntu2.18.04.1 Pluggable Authentication Modules library
768 libpango-1.0-0:amd64 1.40.14-1ubuntu0.1 Layout and rendering of internationalized text
769 libpangocairo-1.0-0:amd64 1.40.14-1ubuntu0.1 Layout and rendering of internationalized text
770 libpangoft2-1.0-0:amd64 1.40.14-1ubuntu0.1 Layout and rendering of internationalized text
771 libpaper-utils 1.1.24+nmu5ubuntu1 library for handling paper characteristics (utilities)
772 libpaper1:amd64 1.1.24+nmu5ubuntu1 library for handling paper characteristics
773 libparted2:amd64 3.2-20ubuntu0.2 disk partition manipulator - shared library
774 libpcap0.8:amd64 1.8.1-6ubuntu1 system interface for user-level packet capture
775 libpci-dev 1:3.5.2-1ubuntu1.1 Linux PCI Utilities (development files)
776 libpci3:amd64 1:3.5.2-1ubuntu1.1 Linux PCI Utilities (shared library)
777 libpciaccess0:amd64 0.14-1 Generic PCI access library for X
778 libpcre2-8-0:amd64 10.31-3+ubuntu18.04.1+deb.sury.org+1 New Perl Compatible Regular Expression Library- 8 bit runtime files
779 libpcre3:amd64 2:8.42-1+ubuntu18.04.1+deb.sury.org+1 Perl 5 Compatible Regular Expression Library - runtime files
780 libperl5.26:amd64 5.26.1-6ubuntu0.3 shared Perl library
781 libpipeline1:amd64 1.5.0-1 pipeline manipulation library
782 libpixman-1-0:amd64 0.34.0-2 pixel-manipulation library for X and cairo
783 libplymouth4:amd64 0.9.3-1ubuntu7.18.04.2 graphical boot animation and logger - shared libraries
784 libpng16-16:amd64 1.6.34-1ubuntu0.18.04.2 PNG library - runtime (version 1.6)
785 libpolkit-gobject-1-0:amd64 0.105-20ubuntu0.18.04.5 PolicyKit Authorization API
786 libpopt0:amd64 1.16-11 lib for parsing cmdline parameters
787 libprocps6:amd64 2:3.3.12-3ubuntu1.1 library for accessing process information from /proc
788 libpsl5:amd64 0.19.1-5build1 Library for Public Suffix List (shared libraries)
789 libpthread-stubs0-dev:amd64 0.3-4 pthread stubs not provided by native libc, development files
790 libpython-all-dev:amd64 2.7.15~rc1-1 package depending on all supported Python development packages
791 libpython-dev:amd64 2.7.15~rc1-1 header files and a static library for Python (default)
792 libpython-stdlib:amd64 2.7.15~rc1-1 interactive high-level object-oriented language (default python version)
793 libpython2.7:amd64 2.7.15-4ubuntu4~18.04 Shared Python runtime library (version 2.7)
794 libpython2.7-dev:amd64 2.7.15-4ubuntu4~18.04 Header files and a static library for Python (v2.7)
795 libpython2.7-minimal:amd64 2.7.15-4ubuntu4~18.04 Minimal subset of the Python language (version 2.7)
796 libpython2.7-stdlib:amd64 2.7.15-4ubuntu4~18.04 Interactive high-level object-oriented language (standard library, version 2.7)
797 libpython3-stdlib:amd64 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
798 libpython3.6-minimal:amd64 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
799 libpython3.6-stdlib:amd64 3.6.8-1~18.04.1 Interactive high-level object-oriented language (standard library, version 3.6)
800 libqt4-dbus:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 D-Bus module
801 libqt4-declarative:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 Declarative module
802 libqt4-designer:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 designer module
803 libqt4-dev 4:4.8.7+dfsg-7ubuntu1 Qt 4 development files
804 libqt4-dev-bin 4:4.8.7+dfsg-7ubuntu1 Qt 4 development programs
805 libqt4-help:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 help module
806 libqt4-network:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 network module
807 libqt4-opengl:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 OpenGL module
808 libqt4-opengl-dev 4:4.8.7+dfsg-7ubuntu1 Qt 4 OpenGL library development files
809 libqt4-qt3support:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 3 compatibility library for Qt 4
810 libqt4-script:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 script module
811 libqt4-scripttools:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 script tools module
812 libqt4-sql:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 SQL module
813 libqt4-sql-mysql:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 MySQL database driver
814 libqt4-svg:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 SVG module
815 libqt4-test:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 test module
816 libqt4-xml:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 XML module
817 libqt4-xmlpatterns:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 XML patterns module
818 libqtcore4:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 core module
819 libqtdbus4:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 D-Bus module library
820 libqtgui4:amd64 4:4.8.7+dfsg-7ubuntu1 Qt 4 GUI module
821 libquadmath0:amd64 8.3.0-6ubuntu1~18.04.1 GCC Quad-Precision Math Library
822 libreadline-dev:amd64 7.0-3 GNU readline and history libraries, development files
823 libreadline5:amd64 5.2+dfsg-3build1 GNU readline and history libraries, run-time libraries
824 libreadline7:amd64 7.0-3 GNU readline and history libraries, run-time libraries
825 librecode0:amd64 3.6-23 Shared library on which recode is based
826 librhash0:amd64 1.3.6-2 shared library for hash functions computing
827 libroken18-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - roken support library
828 librpm8 4.14.1+dfsg1-2 RPM shared library
829 librpmbuild8 4.14.1+dfsg1-2 RPM build shared library
830 librpmio8 4.14.1+dfsg1-2 RPM IO shared library
831 librpmsign8 4.14.1+dfsg1-2 RPM signing shared library
832 librrd-dev:amd64 1.7.0-1build1 time-series data storage and display system (development)
833 librrd8:amd64 1.7.0-1build1 time-series data storage and display system (runtime library)
834 librtmp1:amd64 2.4+20151223.gitfa8646d.1-1 toolkit for RTMP streams (shared library)
835 libsasl2-2:amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 Cyrus SASL - authentication abstraction library
836 libsasl2-modules:amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 Cyrus SASL - pluggable authentication modules
837 libsasl2-modules-db:amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 Cyrus SASL - pluggable authentication modules (DB)
838 libseccomp2:amd64 2.4.1-0ubuntu0.18.04.2 high level interface to Linux seccomp filter
839 libselinux1:amd64 2.7-2build2 SELinux runtime shared libraries
840 libsemanage-common 2.7-2build2 Common files for SELinux policy management libraries
841 libsemanage1:amd64 2.7-2build2 SELinux policy management library
842 libsensors4:amd64 1:3.4.0-4 library to read temperature/voltage/fan sensors
843 libsensors4-dev 1:3.4.0-4 lm-sensors development kit
844 libsepol1:amd64 2.7-1 SELinux library for manipulating binary security policies
845 libsigsegv2:amd64 2.12-1 Library for handling page faults in a portable way
846 libslang2:amd64 2.3.1a-3ubuntu1 S-Lang programming library - runtime version
847 libsm6:amd64 2:1.2.2-1 X11 Session Management library
848 libsmartcols1:amd64 2.31.1-0.4ubuntu3.3 smart column output alignment library
849 libsnmp-base 5.7.3+dfsg-1.8ubuntu3.1 SNMP configuration script, MIBs and documentation
850 libsnmp-dev 5.7.3+dfsg-1.8ubuntu3.1 SNMP (Simple Network Management Protocol) development files
851 libsnmp30:amd64 5.7.3+dfsg-1.8ubuntu3.1 SNMP (Simple Network Management Protocol) library
852 libsodium23:amd64 1.0.17-0.1+ubuntu18.04.1+deb.sury.org+1 Network communication, cryptography and signaturing library
853 libsqlite0 2.8.17-14fakesync1 SQLite 2 shared library
854 libsqlite3-0:amd64 3.22.0-1ubuntu0.1 SQLite 3 shared library
855 libsqlite3-dev:amd64 3.22.0-1ubuntu0.1 SQLite 3 development files
856 libss2:amd64 1.44.1-1ubuntu1.1 command-line interface parsing library
857 libssl-dev:amd64 1.1.1c-1+ubuntu18.04.1+deb.sury.org+1 Secure Sockets Layer toolkit - development files
858 libssl1.0.0:amd64 1.0.2n-1ubuntu5.3 Secure Sockets Layer toolkit - shared libraries
859 libssl1.1:amd64 1.1.1c-1+ubuntu18.04.1+deb.sury.org+1 Secure Sockets Layer toolkit - shared libraries
860 libstdc++-7-dev:amd64 7.4.0-1ubuntu1~18.04.1 GNU Standard C++ Library v3 (development files)
861 libstdc++6:amd64 8.3.0-6ubuntu1~18.04.1 GNU Standard C++ Library v3
862 libsystemd0:amd64 237-3ubuntu10.23 systemd utility library
863 libtasn1-6:amd64 4.13-2 Manage ASN.1 structures (runtime)
864 libtasn1-6-dev:amd64 4.13-2 Manage ASN.1 structures (development)
865 libtasn1-doc 4.13-2 Manage ASN.1 structures (documentation)
866 libterm-readkey-perl 2.37-1build1 perl module for simple terminal control
867 libtext-charwidth-perl 0.04-7.1 get display widths of characters on the terminal
868 libtext-iconv-perl 1.7-5build6 converts between character sets in Perl
869 libtext-wrapi18n-perl 0.06-7.1 internationalized substitute of Text::Wrap
870 libthai-data 0.1.27-2 Data files for Thai language support library
871 libthai0:amd64 0.1.27-2 Thai language support library
872 libtidy5deb1:amd64 2:5.6.0-6+ubuntu18.04.1+deb.sury.org+2 HTML/XML syntax checker and reformatter - shared library
873 libtiff5:amd64 4.0.9-5ubuntu0.2 Tag Image File Format (TIFF) library
874 libtimedate-perl 2.3000-2 collection of modules to manipulate date/time information
875 libtinfo-dev:amd64 6.1-1ubuntu1.18.04 developer's library for the low-level terminfo library
876 libtinfo5:amd64 6.1-1ubuntu1.18.04 shared low-level terminfo library for terminal handling
877 libtool 2.4.6-2 Generic library support script
878 libtool-bin 2.4.6-2 Generic library support script (libtool binary)
879 libtsan0:amd64 8.3.0-6ubuntu1~18.04.1 ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
880 libubsan0:amd64 7.4.0-1ubuntu1~18.04.1 UBSan -- undefined behaviour sanitizer (runtime)
881 libudev-dev:amd64 237-3ubuntu10.23 libudev development files
882 libudev1:amd64 237-3ubuntu10.23 libudev shared library
883 libunbound2:amd64 1.6.7-1ubuntu2.2 library implementing DNS resolution and validation
884 libunistring2:amd64 0.9.9-0ubuntu2 Unicode string library for C
885 libunwind8:amd64 1.2.1-8 library to determine the call-chain of a program - runtime
886 liburi-perl 1.73-1 module to manipulate and access URI strings
887 libusb-1.0-0:amd64 2:1.0.21-2 userspace USB programming library
888 libuuid1:amd64 2.31.1-0.4ubuntu3.3 Universally Unique ID library
889 libuv1:amd64 1.18.0-3 asynchronous event notification library - runtime library
890 libwayland-client0:amd64 1.16.0-1ubuntu1.1~18.04.1 wayland compositor infrastructure - client library
891 libwayland-server0:amd64 1.16.0-1ubuntu1.1~18.04.1 wayland compositor infrastructure - server library
892 libwebp6:amd64 0.6.1-2 Lossy compression of digital photographic images.
893 libwind0-heimdal:amd64 7.5.0+dfsg-1 Heimdal Kerberos - stringprep implementation
894 libwrap0:amd64 7.6.q-27 Wietse Venema's TCP wrappers library
895 libwrap0-dev:amd64 7.6.q-27 Wietse Venema's TCP wrappers library, development files
896 libx11-6:amd64 2:1.6.4-3ubuntu0.2 X11 client-side library
897 libx11-data 2:1.6.4-3ubuntu0.2 X11 client-side library
898 libx11-dev:amd64 2:1.6.4-3ubuntu0.2 X11 client-side library (development headers)
899 libx11-doc 2:1.6.4-3ubuntu0.2 X11 client-side library (development documentation)
900 libx11-xcb-dev:amd64 2:1.6.4-3ubuntu0.2 Xlib/XCB interface library (development headers)
901 libx11-xcb1:amd64 2:1.6.4-3ubuntu0.2 Xlib/XCB interface library
902 libxau-dev:amd64 1:1.0.8-1 X11 authorisation library (development headers)
903 libxau6:amd64 1:1.0.8-1 X11 authorisation library
904 libxcb-dri2-0:amd64 1.13-2~ubuntu18.04 X C Binding, dri2 extension
905 libxcb-dri2-0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, dri2 extension, development files
906 libxcb-dri3-0:amd64 1.13-2~ubuntu18.04 X C Binding, dri3 extension
907 libxcb-dri3-dev:amd64 1.13-2~ubuntu18.04 X C Binding, dri3 extension, development files
908 libxcb-glx0:amd64 1.13-2~ubuntu18.04 X C Binding, glx extension
909 libxcb-glx0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, glx extension, development files
910 libxcb-present-dev:amd64 1.13-2~ubuntu18.04 X C Binding, present extension, development files
911 libxcb-present0:amd64 1.13-2~ubuntu18.04 X C Binding, present extension
912 libxcb-randr0:amd64 1.13-2~ubuntu18.04 X C Binding, randr extension
913 libxcb-randr0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, randr extension, development files
914 libxcb-render0:amd64 1.13-2~ubuntu18.04 X C Binding, render extension
915 libxcb-render0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, render extension, development files
916 libxcb-shape0:amd64 1.13-2~ubuntu18.04 X C Binding, shape extension
917 libxcb-shape0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, shape extension, development files
918 libxcb-shm0:amd64 1.13-2~ubuntu18.04 X C Binding, shm extension
919 libxcb-sync-dev:amd64 1.13-2~ubuntu18.04 X C Binding, sync extension, development files
920 libxcb-sync1:amd64 1.13-2~ubuntu18.04 X C Binding, sync extension
921 libxcb-xfixes0:amd64 1.13-2~ubuntu18.04 X C Binding, xfixes extension
922 libxcb-xfixes0-dev:amd64 1.13-2~ubuntu18.04 X C Binding, xfixes extension, development files
923 libxcb1:amd64 1.13-2~ubuntu18.04 X C Binding
924 libxcb1-dev:amd64 1.13-2~ubuntu18.04 X C Binding, development files
925 libxdamage-dev:amd64 1:1.1.4-3 X11 damaged region extension library (development headers)
926 libxdamage1:amd64 1:1.1.4-3 X11 damaged region extension library
927 libxdmcp-dev:amd64 1:1.1.2-3 X11 authorisation library (development headers)
928 libxdmcp6:amd64 1:1.1.2-3 X11 Display Manager Control Protocol library
929 libxext-dev:amd64 2:1.3.3-1 X11 miscellaneous extensions library (development headers)
930 libxext6:amd64 2:1.3.3-1 X11 miscellaneous extension library
931 libxfixes-dev:amd64 1:5.0.3-1 X11 miscellaneous 'fixes' extension library (development headers)
932 libxfixes3:amd64 1:5.0.3-1 X11 miscellaneous 'fixes' extension library
933 libxi6:amd64 2:1.7.9-1 X11 Input extension library
934 libxml2:amd64 2.9.4+dfsg1-6.1ubuntu1.2 GNOME XML library
935 libxmlrpc-epi0:amd64 0.54.2-1.2 XML-RPC request serialisation/deserialisation library
936 libxmuu1:amd64 2:1.1.2-2 X11 miscellaneous micro-utility library
937 libxpm4:amd64 1:3.5.12-1 X11 pixmap library
938 libxrender1:amd64 1:0.9.10-1 X Rendering Extension client library
939 libxshmfence-dev:amd64 1.3-1 X shared memory fences - development files
940 libxshmfence1:amd64 1.3-1 X shared memory fences - shared library
941 libxslt1.1:amd64 1.1.29-5ubuntu0.1 XSLT 1.0 processing library - runtime library
942 libxt6:amd64 1:1.1.5-1 X11 toolkit intrinsics library
943 libxtables12:amd64 1.6.1-2ubuntu2 netfilter xtables library
944 libxxf86vm-dev:amd64 1:1.1.4-1 X11 XFree86 video mode extension library (development headers)
945 libxxf86vm1:amd64 1:1.1.4-1 X11 XFree86 video mode extension library
946 libyajl2:amd64 2.1.0-2build1 Yet Another JSON Library
947 libyaml-0-2:amd64 0.1.7-2ubuntu3 Fast YAML 1.1 parser and emitter library
948 libzip4:amd64 1.5.1-4+ubuntu18.04.1+deb.sury.org+2 library for reading, creating, and modifying zip archives (runtime)
949 libzstd1:amd64 1.3.3+dfsg-2ubuntu1 fast lossless compression algorithm
950 linux-base 4.5ubuntu1 Linux image base package
951 linux-firmware 1.173.6 Firmware for Linux kernel drivers
952 linux-generic 4.15.0.54.56 Complete Generic Linux kernel and headers
953 linux-headers-4.15.0-54 4.15.0-54.58 Header files related to Linux kernel version 4.15.0
954 linux-headers-4.15.0-54-generic 4.15.0-54.58 Linux kernel headers for version 4.15.0 on 64 bit x86 SMP
955 linux-headers-generic 4.15.0.54.56 Generic Linux kernel headers
956 linux-image-4.15.0-54-generic 4.15.0-54.58 Signed kernel image generic
957 linux-image-generic 4.15.0.54.56 Generic Linux kernel image
958 linux-libc-dev:amd64 4.15.0-54.58 Linux Kernel Headers for development
959 linux-modules-4.15.0-54-generic 4.15.0-54.58 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
960 linux-modules-extra-4.15.0-54-generic 4.15.0-54.58 Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
961 locales 2.27-3ubuntu1 GNU C Library: National Language (locale) data [support]
962 login 1:4.5-1ubuntu2 system login tools
963 logrotate 3.11.0-0.1ubuntu1 Log rotation utility
964 lsb-base 9.20170808ubuntu1 Linux Standard Base init script functionality
965 lsb-release 9.20170808ubuntu1 Linux Standard Base version reporting utility
966 lshw 02.18-0.1ubuntu6.18.04.1 information about hardware configuration
967 lsof 4.89+dfsg-0.1 Utility to list open files
968 ltrace 0.7.3-6ubuntu1 Tracks runtime library calls in dynamically linked programs
969 lua50 5.0.3-8 Small embeddable language with simple procedural syntax
970 make 4.1-9.1ubuntu1 utility for directing compilation
971 man-db 2.8.3-2ubuntu0.1 on-line manual pager
972 manpages 4.15-1 Manual pages about using a GNU/Linux system
973 manpages-dev 4.15-1 Manual pages about using GNU/Linux for development
974 mariadb-client-10.1 1:10.1.40-0ubuntu0.18.04.1 MariaDB database client binaries
975 mariadb-client-core-10.1 1:10.1.40-0ubuntu0.18.04.1 MariaDB database core client binaries
976 mariadb-common 1:10.1.40-0ubuntu0.18.04.1 MariaDB common metapackage
977 mariadb-server 1:10.1.40-0ubuntu0.18.04.1 MariaDB database server (metapackage depending on the latest version)
978 mariadb-server-10.1 1:10.1.40-0ubuntu0.18.04.1 MariaDB database server binaries
979 mariadb-server-core-10.1 1:10.1.40-0ubuntu0.18.04.1 MariaDB database core server files
980 mawk 1.3.3-17ubuntu3 a pattern scanning and text processing language
981 mesa-common-dev:amd64 18.2.8-0ubuntu0~18.04.2 Developer documentation for Mesa
982 mime-support 3.60ubuntu1 MIME files 'mime.types' & 'mailcap', and support programs
983 mlocate 0.26-2ubuntu3.1 quickly find files on the filesystem based on their name
984 modsecurity-crs 3.0.2-1 OWASP ModSecurity Core Rule Set
985 mount 2.31.1-0.4ubuntu3.3 tools for mounting and manipulating filesystems
986 mtr-tiny 0.92-1 Full screen ncurses traceroute tool
987 multiarch-support 2.27-3ubuntu1 Transitional package to ensure multiarch compatibility
988 mysql-common 5.8+1.0.4 MySQL database common files, e.g. /etc/mysql/my.cnf
989 nano 2.9.3-2 small, friendly text editor inspired by Pico
990 ncurses-base 6.1-1ubuntu1.18.04 basic terminal type definitions
991 ncurses-bin 6.1-1ubuntu1.18.04 terminal-related programs and man pages
992 ncurses-term 6.1-1ubuntu1.18.04 additional terminal type definitions
993 net-tools 1.60+git20161116.90da8a0-1ubuntu1 NET-3 networking toolkit
994 netbase 5.4 Basic TCP/IP networking system
995 netcat-openbsd 1.187-1ubuntu0.1 TCP/IP swiss army knife
996 netplan.io 0.97-0ubuntu1~18.04.1 YAML network configuration abstraction for various backends
997 nettle-dev:amd64 3.4-1 low level cryptographic library (development files)
998 networkd-dispatcher 1.7-0ubuntu3.3 Dispatcher service for systemd-networkd connection status changes
999 nplan 0.97-0ubuntu1~18.04.1 YAML network configuration abstraction - transitional package
1000 ntfs-3g 1:2017.3.23-2ubuntu0.18.04.2 read/write NTFS driver for FUSE
1001 openssh-client 1:7.6p1-4ubuntu0.3 secure shell (SSH) client, for secure access to remote machines
1002 openssh-server 1:7.6p1-4ubuntu0.3 secure shell (SSH) server, for secure access from remote machines
1003 openssh-sftp-server 1:7.6p1-4ubuntu0.3 secure shell (SSH) sftp server module, for SFTP access from remote machines
1004 openssl 1.1.1-1ubuntu2.1~18.04.3 Secure Sockets Layer toolkit - cryptographic utility
1005 os-prober 1.74ubuntu1 utility to detect other OSes on a set of drives
1006 parted 3.2-20ubuntu0.2 disk partition manipulator
1007 passwd 1:4.5-1ubuntu2 change and administer password and group data
1008 patch 2.7.6-2ubuntu1 Apply a diff file to an original
1009 pciutils 1:3.5.2-1ubuntu1.1 Linux PCI Utilities
1010 perl 5.26.1-6ubuntu0.3 Larry Wall's Practical Extraction and Report Language
1011 perl-base 5.26.1-6ubuntu0.3 minimal Perl system
1012 perl-modules-5.26 5.26.1-6ubuntu0.3 Core Perl modules
1013 php-cli 2:7.3+69+ubuntu18.04.1+deb.sury.org+2+php7.3 command-line interpreter for the PHP scripting language (default)
1014 php-common 2:69+ubuntu18.04.1+deb.sury.org+2+php7.3 Common files for PHP packages
1015 php-date 1.4.7-3 Generic date/time handling class for PEAR
1016 php-db 1.9.2-2ubuntu1 Database Abstraction Layer
1017 php-fpm 2:7.3+69+ubuntu18.04.1+deb.sury.org+2+php7.3 server-side, HTML-embedded scripting language (FPM-CGI binary) (default)
1018 php-imagick 3.4.3-4+ubuntu18.04.1+deb.sury.org+1 Provides a wrapper to the ImageMagick library
1019 php-ldap 2:7.3+69+ubuntu18.04.1+deb.sury.org+2+php7.3 LDAP module for PHP [default]
1020 php-mbstring 2:7.3+69+ubuntu18.04.1+deb.sury.org+2+php7.3 MBSTRING module for PHP [default]
1021 php-pear 1:1.10.8+submodules+notgz-1+ubuntu18.04.1+deb.sury.org+1 PEAR Base System
1022 php-xml 2:7.3+69+ubuntu18.04.1+deb.sury.org+2+php7.3 DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
1023 php7.1 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (metapackage)
1024 php7.1-cli 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 command-line interpreter for the PHP scripting language
1025 php7.1-common 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 documentation, examples and common module for PHP
1026 php7.1-curl 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 CURL module for PHP
1027 php7.1-fpm 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (FPM-CGI binary)
1028 php7.1-gd 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 GD module for PHP
1029 php7.1-intl 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 Internationalisation module for PHP
1030 php7.1-json 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 JSON module for PHP
1031 php7.1-ldap 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 LDAP module for PHP
1032 php7.1-mbstring 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 MBSTRING module for PHP
1033 php7.1-mcrypt 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 libmcrypt module for PHP
1034 php7.1-mysql 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 MySQL module for PHP
1035 php7.1-opcache 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 Zend OpCache module for PHP
1036 php7.1-readline 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 readline module for PHP
1037 php7.1-snmp 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 SNMP module for PHP
1038 php7.1-sqlite3 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 SQLite3 module for PHP
1039 php7.1-xml 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
1040 php7.1-zip 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 Zip module for PHP
1041 php7.3 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (metapackage)
1042 php7.3-cli 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 command-line interpreter for the PHP scripting language
1043 php7.3-common 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 documentation, examples and common module for PHP
1044 php7.3-fpm 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (FPM-CGI binary)
1045 php7.3-gd 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 GD module for PHP
1046 php7.3-intl 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 Internationalisation module for PHP
1047 php7.3-json 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 JSON module for PHP
1048 php7.3-ldap 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 LDAP module for PHP
1049 php7.3-mbstring 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 MBSTRING module for PHP
1050 php7.3-mysql 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 MySQL module for PHP
1051 php7.3-opcache 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 Zend OpCache module for PHP
1052 php7.3-readline 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 readline module for PHP
1053 php7.3-recode 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 recode module for PHP
1054 php7.3-sqlite3 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 SQLite3 module for PHP
1055 php7.3-tidy 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 tidy module for PHP
1056 php7.3-xml 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
1057 php7.3-xmlrpc 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 XMLRPC-EPI module for PHP
1058 pinentry-curses 1.1.0-1 curses-based PIN or pass-phrase entry dialog for GnuPG
1059 pkg-config 0.29.1-0ubuntu2 manage compile and link flags for libraries
1060 plymouth 0.9.3-1ubuntu7.18.04.2 boot animation, logger and I/O multiplexer
1061 plymouth-theme-ubuntu-text 0.9.3-1ubuntu7.18.04.2 boot animation, logger and I/O multiplexer - ubuntu text theme
1062 poppler-data 0.4.8-2 encoding data for the poppler PDF rendering library
1063 popularity-contest 1.66ubuntu1 Vote for your favourite packages automatically
1064 postfix 3.3.0-1ubuntu0.2 High-performance mail transport agent
1065 powermgmt-base 1.33 common utils for power management
1066 procps 2:3.3.12-3ubuntu1.1 /proc file system utilities
1067 psmisc 23.1-1ubuntu0.1 utilities that use the proc file system
1068 publicsuffix 20180223.1310-1 accurate, machine-readable list of domain name suffixes
1069 python 2.7.15~rc1-1 interactive high-level object-oriented language (default version)
1070 python-all 2.7.15~rc1-1 package depending on all supported Python runtime versions
1071 python-all-dev 2.7.15~rc1-1 package depending on all supported Python development packages
1072 python-apt-common 1.6.4 Python interface to libapt-pkg (locales)
1073 python-asn1crypto 0.24.0-1 Fast ASN.1 parser and serializer (Python 2)
1074 python-cffi-backend 1.11.5-1 Foreign Function Interface for Python calling C code - backend
1075 python-crypto 2.6.1-8ubuntu2 cryptographic algorithms and protocols for Python
1076 python-cryptography 2.1.4-1ubuntu1.3 Python library exposing cryptographic recipes and primitives (Python 2)
1077 python-dbus 1.2.6-1 simple interprocess messaging system (Python interface)
1078 python-dev 2.7.15~rc1-1 header files and a static library for Python (default)
1079 python-enum34 1.1.6-2 backport of Python 3.4's enum package
1080 python-gi 3.26.1-2ubuntu1 Python 2.x bindings for gobject-introspection libraries
1081 python-idna 2.6-1 Python IDNA2008 (RFC 5891) handling (Python 2)
1082 python-ipaddress 1.0.17-1 Backport of Python 3 ipaddress module (Python 2)
1083 python-keyring 10.6.0-1 store and access your passwords safely
1084 python-keyrings.alt 3.0-1 alternate backend implementations for python-keyring
1085 python-libxml2 2.9.4+dfsg1-6.1ubuntu1.2 Python bindings for the GNOME XML library
1086 python-lzma 0.5.3-3 Python bindings for liblzma
1087 python-minimal 2.7.15~rc1-1 minimal subset of the Python language (default version)
1088 python-pip 9.0.1-2.3~ubuntu1.18.04.1 Python package installer
1089 python-pip-whl 9.0.1-2.3~ubuntu1.18.04.1 Python package installer
1090 python-pkg-resources 39.0.1-2 Package Discovery and Resource Access using pkg_resources
1091 python-pycurl 7.43.0.1-0.2 Python bindings to libcurl
1092 python-rpm 4.14.1+dfsg1-2 Python bindings for RPM
1093 python-secretstorage 2.3.1-2 Python module for storing secrets - Python 2.x version
1094 python-setuptools 39.0.1-2 Python Distutils Enhancements
1095 python-six 1.11.0-2 Python 2 and 3 compatibility library (Python 2 interface)
1096 python-sqlite 1.0.1-12 Python interface to SQLite 2
1097 python-sqlitecachec 1.1.4-1 Fast metadata parser for yum
1098 python-urlgrabber 3.10.2-1 high-level URL transfer library
1099 python-wheel 0.30.0-0.2 built-package format for Python
1100 python-xdg 0.25-4ubuntu1 Python 2 library to access freedesktop.org standards
1101 python2.7 2.7.15-4ubuntu4~18.04 Interactive high-level object-oriented language (version 2.7)
1102 python2.7-dev 2.7.15-4ubuntu4~18.04 Header files and a static library for Python (v2.7)
1103 python2.7-minimal 2.7.15-4ubuntu4~18.04 Minimal subset of the Python language (version 2.7)
1104 python3 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
1105 python3-apt 1.6.4 Python 3 interface to libapt-pkg
1106 python3-certifi 2018.1.18-2 root certificates for validating SSL certs and verifying TLS hosts (python3)
1107 python3-chardet 3.0.4-1 universal character encoding detector for Python3
1108 python3-commandnotfound 18.04.5 Python 3 bindings for command-not-found.
1109 python3-dbus 1.2.6-1 simple interprocess messaging system (Python 3 interface)
1110 python3-distro-info 0.18ubuntu0.18.04.1 information about distributions' releases (Python 3 module)
1111 python3-distupgrade 1:18.04.34 manage release upgrades
1112 python3-gdbm:amd64 3.6.8-1~18.04 GNU dbm database support for Python 3.x
1113 python3-gi 3.26.1-2ubuntu1 Python 3 bindings for gobject-introspection libraries
1114 python3-idna 2.6-1 Python IDNA2008 (RFC 5891) handling (Python 3)
1115 python3-minimal 3.6.7-1~18.04 minimal subset of the Python language (default python3 version)
1116 python3-netifaces 0.10.4-0.1build4 portable network interface information - Python 3.x
1117 python3-pkg-resources 39.0.1-2 Package Discovery and Resource Access using pkg_resources
1118 python3-requests 2.18.4-2ubuntu0.1 elegant and simple HTTP library for Python3, built for human beings
1119 python3-six 1.11.0-2 Python 2 and 3 compatibility library (Python 3 interface)
1120 python3-software-properties 0.96.24.32.9 manage the repositories that you install software from
1121 python3-update-manager 1:18.04.11.10 python 3.x module for update-manager
1122 python3-urllib3 1.22-1ubuntu0.18.04.1 HTTP library with thread-safe connection pooling for Python3
1123 python3-yaml 3.12-1build2 YAML parser and emitter for Python3
1124 python3.6 3.6.8-1~18.04.1 Interactive high-level object-oriented language (version 3.6)
1125 python3.6-minimal 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
1126 qdbus 4:4.8.7+dfsg-7ubuntu1 Qt 4 D-Bus tool
1127 qt-at-spi:amd64 0.4.0-8 at-spi accessibility plugin for Qt
1128 qt4-linguist-tools 4:4.8.7+dfsg-7ubuntu1 Qt 4 Linguist tools
1129 qt4-qmake 4:4.8.7+dfsg-7ubuntu1 Qt 4 qmake Makefile generator tool
1130 qtchooser 64-ga1b6736-5 Wrapper to select between Qt development binary versions
1131 qtcore4-l10n 4:4.8.7+dfsg-7ubuntu1 Qt 4 core module translations
1132 readline-common 7.0-3 GNU readline and history libraries, common files
1133 rpm 4.14.1+dfsg1-2 package manager for RPM
1134 rpm-common 4.14.1+dfsg1-2 common files for RPM
1135 rpm2cpio 4.14.1+dfsg1-2 tool to convert RPM package to CPIO archive
1136 rrdtool 1.7.0-1build1 time-series data storage and display system (programs)
1137 rsync 3.1.2-2.1ubuntu1 fast, versatile, remote (and local) file-copying tool
1138 rsyslog 8.32.0-1ubuntu4 reliable system and kernel logging daemon
1139 sed 4.4-2 GNU stream editor for filtering/transforming text
1140 sensible-utils 0.0.12 Utilities for sensible alternative selection
1141 shared-mime-info 1.9-2 FreeDesktop.org shared MIME database and spec
1142 smistrip 0.4.8+dfsg2-15 extract MIB from text files like RFC
1143 snmp 5.7.3+dfsg-1.8ubuntu3.1 SNMP (Simple Network Management Protocol) applications
1144 snmp-mibs-downloader 1.1+nmu1 Install and manage Management Information Base (MIB) files
1145 snmpd 5.7.3+dfsg-1.8ubuntu3.1 SNMP (Simple Network Management Protocol) agents
1146 socat 1.7.3.2-2ubuntu2 multipurpose relay for bidirectional data transfer
1147 software-properties-common 0.96.24.32.9 manage the repositories that you install software from (common)
1148 ssh-import-id 5.7-0ubuntu1.1 securely retrieve an SSH public key and install it locally
1149 ssl-cert 1.0.39 simple debconf wrapper for OpenSSL
1150 strace 4.21-1ubuntu1 System call tracer
1151 sudo 1.8.21p2-3ubuntu1 Provide limited super user privileges to specific users
1152 systemd 237-3ubuntu10.23 system and service manager
1153 systemd-sysv 237-3ubuntu10.23 system and service manager - SysV links
1154 sysvinit-utils 2.88dsf-59.10ubuntu1 System-V-like utilities
1155 tar 1.29b-2ubuntu0.1 GNU version of the tar archiving utility
1156 tasksel 3.34ubuntu11 tool for selecting tasks for installation on Debian systems
1157 tasksel-data 3.34ubuntu11 official tasks used for installation of Debian systems
1158 tcpdump 4.9.2-3 command-line network traffic analyzer
1159 telnet 0.17-41 basic telnet client
1160 time 1.7-25.1build1 GNU time program for measuring CPU resource usage
1161 tofrodos 1.7.13+ds-3 Converts DOS <-> Unix text files, alias tofromdos
1162 ttf-dejavu-core 2.37-1 transitional dummy package
1163 tzdata 2019a-0ubuntu0.18.04 time zone and daylight-saving time data
1164 ubuntu-advantage-tools 17 management tools for Ubuntu Advantage
1165 ubuntu-keyring 2018.09.18.1~18.04.0 GnuPG keys of the Ubuntu archive
1166 ubuntu-minimal 1.417.1 Minimal core of Ubuntu
1167 ubuntu-release-upgrader-core 1:18.04.34 manage release upgrades
1168 ubuntu-standard 1.417.1 The Ubuntu standard system
1169 ucf 3.0038 Update Configuration File(s): preserve user changes to config files
1170 udev 237-3ubuntu10.23 /dev/ and hotplug management daemon
1171 ufw 0.36-0ubuntu0.18.04.1 program for managing a Netfilter firewall
1172 unattended-upgrades 1.1ubuntu1.18.04.11 automatic installation of security upgrades
1173 unzip 6.0-21ubuntu1 De-archiver for .zip files
1174 update-manager-core 1:18.04.11.10 manage release upgrades
1175 ureadahead 0.100.0-21 Read required files in advance
1176 usbutils 1:007-4build1 Linux USB utilities
1177 util-linux 2.31.1-0.4ubuntu3.3 miscellaneous system utilities
1178 uuid-runtime 2.31.1-0.4ubuntu3.3 runtime components for the Universally Unique ID library
1179 vim-common 2:8.0.1453-1ubuntu1.1 Vi IMproved - Common files
1180 vim-tiny 2:8.0.1453-1ubuntu1.1 Vi IMproved - enhanced vi editor - compact version
1181 wget 1.19.4-1ubuntu2.2 retrieves files from the web
1182 whiptail 0.52.20-1ubuntu1 Displays user-friendly dialog boxes from shell scripts
1183 wireless-regdb 2018.05.09-0ubuntu1~18.04.1 wireless regulatory database
1184 x11-common 1:7.7+19ubuntu7.1 X Window System (X.Org) infrastructure
1185 x11proto-core-dev 2018.4-4 transitional dummy package
1186 x11proto-damage-dev 1:2018.4-4 transitional dummy package
1187 x11proto-dev 2018.4-4 X11 extension protocols and auxiliary headers
1188 x11proto-fixes-dev 1:2018.4-4 transitional dummy package
1189 x11proto-xext-dev 2018.4-4 transitional dummy package
1190 x11proto-xf86vidmode-dev 2018.4-4 transitional dummy package
1191 xauth 1:1.0.10-1 X authentication utility
1192 xdg-user-dirs 0.17-1ubuntu1 tool to manage well known user directories
1193 xkb-data 2.23.1-1ubuntu1 X Keyboard Extension (XKB) configuration data
1194 xorg-sgml-doctools 1:1.11-1 Common tools for building X.Org SGML documentation
1195 xtrans-dev 1.3.5-1 X transport library (development files)
1196 xxd 2:8.0.1453-1ubuntu1.1 tool to make (or reverse) a hex dump
1197 xz-utils 5.2.2-1.3 XZ-format compression utilities
1198 yum 3.4.3-3 Advanced front-end for rpm
1199 zip 3.0-11build1 Archiver for .zip files
1200 zlib1g:amd64 1:1.2.11.dfsg-0ubuntu2 compression library - runtime
1201 zlib1g-dev:amd64 1:1.2.11.dfsg-0ubuntu2 compression library - development
1202
1203[+] Current processes
1204 USER PID START TIME COMMAND
1205 root 1 Oct03 0:02 /sbin/init
1206 root 2 Oct03 0:00 [kthreadd]
1207 root 3 Oct03 0:00 [kworker/0:0]
1208 root 4 Oct03 0:00 [kworker/0:0H]
1209 root 6 Oct03 0:00 [mm_percpu_wq]
1210 root 7 Oct03 0:00 [ksoftirqd/0]
1211 root 8 Oct03 0:00 [rcu_sched]
1212 root 9 Oct03 0:00 [rcu_bh]
1213 root 10 Oct03 0:00 [migration/0]
1214 root 11 Oct03 0:00 [watchdog/0]
1215 root 12 Oct03 0:00 [cpuhp/0]
1216 root 13 Oct03 0:00 [kdevtmpfs]
1217 root 14 Oct03 0:00 [netns]
1218 root 15 Oct03 0:00 [rcu_tasks_kthre]
1219 root 16 Oct03 0:00 [kauditd]
1220 root 17 Oct03 0:00 [khungtaskd]
1221 root 18 Oct03 0:00 [oom_reaper]
1222 root 19 Oct03 0:00 [writeback]
1223 root 20 Oct03 0:00 [kcompactd0]
1224 root 21 Oct03 0:00 [ksmd]
1225 root 22 Oct03 0:00 [khugepaged]
1226 root 23 Oct03 0:00 [crypto]
1227 root 24 Oct03 0:00 [kintegrityd]
1228 root 25 Oct03 0:00 [kblockd]
1229 root 26 Oct03 0:00 [ata_sff]
1230 root 27 Oct03 0:00 [md]
1231 root 28 Oct03 0:00 [edac-poller]
1232 root 29 Oct03 0:00 [devfreq_wq]
1233 root 30 Oct03 0:00 [watchdogd]
1234 root 34 Oct03 0:00 [kswapd0]
1235 root 35 Oct03 0:00 [kworker/u257:0]
1236 root 36 Oct03 0:00 [ecryptfs-kthrea]
1237 root 78 Oct03 0:00 [kthrotld]
1238 root 79 Oct03 0:00 [acpi_thermal_pm]
1239 root 80 Oct03 0:00 [scsi_eh_0]
1240 root 81 Oct03 0:00 [scsi_tmf_0]
1241 root 82 Oct03 0:00 [scsi_eh_1]
1242 root 83 Oct03 0:00 [scsi_tmf_1]
1243 root 89 Oct03 0:00 [ipv6_addrconf]
1244 root 90 Oct03 0:01 [kworker/0:2]
1245 root 99 Oct03 0:00 [kstrp]
1246 root 116 Oct03 0:00 [charger_manager]
1247 root 169 Oct03 0:00 [mpt_poll_0]
1248 root 170 Oct03 0:00 [mpt/0]
1249 root 172 Oct03 0:00 [kworker/0:1H]
1250 root 173 Oct03 0:00 [scsi_eh_2]
1251 root 174 Oct03 0:00 [scsi_tmf_2]
1252 root 195 Oct03 0:00 [jbd2/sda1-8]
1253 root 196 Oct03 0:00 [ext4-rsv-conver]
1254 root 243 Oct03 0:00 /lib/systemd/systemd-journald
1255 root 275 Oct03 0:00 /lib/systemd/systemd-udevd
1256 systemd+ 343 Oct03 0:00 /lib/systemd/systemd-resolved
1257 systemd+ 348 Oct03 0:00 /lib/systemd/systemd-timesyncd
1258 root 386 Oct03 0:00 [ttm_swap]
1259 root 387 Oct03 0:00 [irq/16-vmwgfx]
1260 root 398 Oct03 0:00 /usr/lib/accountsservice/accounts-daemon
1261 syslog 399 Oct03 0:00 /usr/sbin/rsyslogd
1262 root 400 Oct03 0:00 /lib/systemd/systemd-logind
1263 root 402 Oct03 0:00 /usr/bin/python3
1264 root 407 Oct03 0:00 /usr/sbin/cron
1265 message+ 413 Oct03 0:00 /usr/bin/dbus-daemon
1266 root 655 Oct03 0:02 /usr/sbin/vmtoolsd
1267 root 708 Oct03 0:00 /usr/lib/vmware-vgauth/VGAuthService
1268 root 838 Oct03 0:00 php-fpm:
1269 root 840 Oct03 0:00 /usr/bin/python3
1270 root 847 Oct03 0:00 php-fpm:
1271 Debian-+ 860 Oct03 0:01 /usr/sbin/snmpd
1272 root 863 Oct03 0:00 /usr/sbin/sshd
1273 root 906 Oct03 0:00 /sbin/agetty
1274 www-data 929 Oct03 0:00 php-fpm:
1275 www-data 930 Oct03 0:00 php-fpm:
1276 www-data 968 Oct03 0:00 php-fpm:
1277 www-data 969 Oct03 0:00 php-fpm:
1278 mysql 972 Oct03 0:05 /usr/sbin/mysqld
1279 root 973 Oct03 0:00 /usr/sbin/apache2
1280 www-data 978 Oct03 0:01 /usr/sbin/apache2
1281 www-data 979 Oct03 0:01 /usr/sbin/apache2
1282 centreon 1026 Oct03 0:00 /usr/bin/perl
1283 www-data 1175 Oct03 0:01 /usr/sbin/apache2
1284 www-data 1192 Oct03 0:00 /usr/sbin/apache2
1285 www-data 1236 Oct03 0:00 /usr/sbin/apache2
1286 www-data 1239 Oct03 0:00 /usr/sbin/apache2
1287 www-data 1258 Oct03 0:00 /usr/sbin/apache2
1288 root 1390 Oct03 0:00 [kworker/u256:1]
1289 www-data 1500 Oct03 0:00 /usr/sbin/apache2
1290 www-data 1675 Oct03 0:00 /usr/sbin/apache2
1291 www-data 1825 Oct03 0:00 sh
1292 www-data 1826 Oct03 0:00 python
1293 www-data 1827 Oct03 0:00 /bin/sh
1294 www-data 1839 Oct03 0:00 /usr/sbin/apache2
1295 www-data 1867 Oct03 0:00 /usr/sbin/apache2
1296 www-data 1996 Oct03 0:00 python
1297 www-data 1997 Oct03 0:00 /bin/bash
1298 www-data 2005 Oct03 0:00 grep
1299 www-data 2078 00:02 0:00 /usr/sbin/apache2
1300 www-data 2080 00:02 0:00 /usr/sbin/apache2
1301 www-data 2081 00:02 0:00 /usr/sbin/apache2
1302 www-data 2082 00:02 0:00 /usr/sbin/apache2
1303 www-data 2088 00:02 0:00 /usr/sbin/apache2
1304 www-data 2090 00:02 0:00 /usr/sbin/apache2
1305 www-data 2094 00:02 0:00 /usr/sbin/apache2
1306 www-data 2095 00:02 0:00 /usr/sbin/apache2
1307 www-data 2109 00:03 0:00 /usr/sbin/apache2
1308 www-data 2228 00:07 0:00 sh
1309 www-data 2229 00:07 0:00 python
1310 www-data 2230 00:07 0:00 /bin/sh
1311 www-data 2231 00:07 0:00 /usr/sbin/apache2
1312 www-data 2232 00:08 0:00 /usr/sbin/apache2
1313 www-data 2243 00:08 0:00 /usr/sbin/apache2
1314 www-data 2244 00:08 0:00 /usr/sbin/apache2
1315 www-data 2245 00:08 0:00 /usr/sbin/apache2
1316 www-data 2246 00:08 0:00 /usr/sbin/apache2
1317 root 2264 00:08 0:00 [kworker/u256:2]
1318 www-data 2265 00:08 0:00 python
1319 www-data 2266 00:08 0:00 /bin/bash
1320 root 2538 00:14 0:00 [kworker/u256:0]
1321 www-data 2557 00:15 0:00 python
1322 www-data 2749 00:15 0:00 /bin/sh
1323 www-data 2750 00:15 0:00 ps
1324 www-data 2751 00:15 0:00 awk
1325
1326[+] Apache Version and Modules
1327 Server version: Apache/2.4.29 (Ubuntu)
1328 Server built: 2019-04-03T13:22:37
1329 Loaded Modules:
1330 core_module (static)
1331 so_module (static)
1332 watchdog_module (static)
1333 http_module (static)
1334 log_config_module (static)
1335 logio_module (static)
1336 version_module (static)
1337 unixd_module (static)
1338 access_compat_module (shared)
1339 alias_module (shared)
1340 auth_basic_module (shared)
1341 authn_core_module (shared)
1342 authn_file_module (shared)
1343 authz_core_module (shared)
1344 authz_host_module (shared)
1345 authz_user_module (shared)
1346 autoindex_module (shared)
1347 deflate_module (shared)
1348 dir_module (shared)
1349 env_module (shared)
1350 filter_module (shared)
1351 mime_module (shared)
1352 mpm_prefork_module (shared)
1353 negotiation_module (shared)
1354 php7_module (shared)
1355 proxy_module (shared)
1356 proxy_fcgi_module (shared)
1357 reqtimeout_module (shared)
1358 rewrite_module (shared)
1359 security2_module (shared)
1360 setenvif_module (shared)
1361 status_module (shared)
1362 unique_id_module (shared)
1363 Compiled in modules:
1364 core.c
1365 mod_so.c
1366 mod_watchdog.c
1367 http_core.c
1368 mod_log_config.c
1369 mod_logio.c
1370 mod_version.c
1371 mod_unixd.c
1372
1373[+] Apache Config File
1374 # This is the main Apache server configuration file. It contains the
1375 # configuration directives that give the server its instructions.
1376 # See http://httpd.apache.org/docs/2.4/ for detailed information about
1377 # the directives and /usr/share/doc/apache2/README.Debian about Debian specific
1378 # hints.
1379 #
1380 #
1381 # Summary of how the Apache 2 configuration works in Debian:
1382 # The Apache 2 web server configuration in Debian is quite different to
1383 # upstream's suggested way to configure the web server. This is because Debian's
1384 # default Apache2 installation attempts to make adding and removing modules,
1385 # virtual hosts, and extra configuration directives as flexible as possible, in
1386 # order to make automating the changes and administering the server as easy as
1387 # possible.
1388 # It is split into several files forming the configuration hierarchy outlined
1389 # below, all located in the /etc/apache2/ directory:
1390 #
1391 # /etc/apache2/
1392 # |-- apache2.conf
1393 # | `-- ports.conf
1394 # |-- mods-enabled
1395 # | |-- *.load
1396 # | `-- *.conf
1397 # |-- conf-enabled
1398 # | `-- *.conf
1399 # `-- sites-enabled
1400 # `-- *.conf
1401 #
1402 #
1403 # * apache2.conf is the main configuration file (this file). It puts the pieces
1404 # together by including all remaining configuration files when starting up the
1405 # web server.
1406 #
1407 # * ports.conf is always included from the main configuration file. It is
1408 # supposed to determine listening ports for incoming connections which can be
1409 # customized anytime.
1410 #
1411 # * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
1412 # directories contain particular configuration snippets which manage modules,
1413 # global configuration fragments, or virtual host configurations,
1414 # respectively.
1415 #
1416 # They are activated by symlinking available configuration files from their
1417 # respective *-available/ counterparts. These should be managed by using our
1418 # helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
1419 # their respective man pages for detailed information.
1420 #
1421 # * The binary is called apache2. Due to the use of environment variables, in
1422 # the default configuration, apache2 needs to be started/stopped with
1423 # /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
1424 # work with the default configuration.
1425 # Global configuration
1426 #
1427 #
1428 # ServerRoot: The top of the directory tree under which the server's
1429 # configuration, error, and log files are kept.
1430 #
1431 # NOTE! If you intend to place this on an NFS (or otherwise network)
1432 # mounted filesystem then please read the Mutex documentation (available
1433 # at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
1434 # you will save yourself a lot of trouble.
1435 #
1436 # Do NOT add a slash at the end of the directory path.
1437 #
1438 #ServerRoot "/etc/apache2"
1439 #
1440 # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
1441 #
1442 #Mutex file:${APACHE_LOCK_DIR} default
1443 #
1444 # The directory where shm and other runtime files will be stored.
1445 #
1446 DefaultRuntimeDir ${APACHE_RUN_DIR}
1447 #
1448 # PidFile: The file in which the server should record its process
1449 # identification number when it starts.
1450 # This needs to be set in /etc/apache2/envvars
1451 #
1452 PidFile ${APACHE_PID_FILE}
1453 #
1454 # Timeout: The number of seconds before receives and sends time out.
1455 #
1456 Timeout 300
1457 #
1458 # KeepAlive: Whether or not to allow persistent connections (more than
1459 # one request per connection). Set to "Off" to deactivate.
1460 #
1461 KeepAlive On
1462 #
1463 # MaxKeepAliveRequests: The maximum number of requests to allow
1464 # during a persistent connection. Set to 0 to allow an unlimited amount.
1465 # We recommend you leave this number high, for maximum performance.
1466 #
1467 MaxKeepAliveRequests 100
1468 #
1469 # KeepAliveTimeout: Number of seconds to wait for the next request from the
1470 # same client on the same connection.
1471 #
1472 KeepAliveTimeout 5
1473 # These need to be set in /etc/apache2/envvars
1474 User ${APACHE_RUN_USER}
1475 Group ${APACHE_RUN_GROUP}
1476 #
1477 # HostnameLookups: Log the names of clients or just their IP addresses
1478 # e.g., www.apache.org (on) or 204.62.129.132 (off).
1479 # The default is off because it'd be overall better for the net if people
1480 # had to knowingly turn this feature on, since enabling it means that
1481 # each client request will result in AT LEAST one lookup request to the
1482 # nameserver.
1483 #
1484 HostnameLookups Off
1485 # ErrorLog: The location of the error log file.
1486 # If you do not specify an ErrorLog directive within a <VirtualHost>
1487 # container, error messages relating to that virtual host will be
1488 # logged here. If you *do* define an error logfile for a <VirtualHost>
1489 # container, that host's errors will be logged there and not here.
1490 #
1491 ErrorLog ${APACHE_LOG_DIR}/error.log
1492 #
1493 # LogLevel: Control the severity of messages logged to the error_log.
1494 # Available values: trace8, ..., trace1, debug, info, notice, warn,
1495 # error, crit, alert, emerg.
1496 # It is also possible to configure the log level for particular modules, e.g.
1497 # "LogLevel info ssl:warn"
1498 #
1499 LogLevel warn
1500 # Include module configuration:
1501 IncludeOptional mods-enabled/*.load
1502 IncludeOptional mods-enabled/*.conf
1503 # Include list of ports to listen on
1504 Include ports.conf
1505 # Sets the default security model of the Apache2 HTTPD server. It does
1506 # not allow access to the root filesystem outside of /usr/share and /var/www.
1507 # The former is used by web applications packaged in Debian,
1508 # the latter may be used for local directories served by the web server. If
1509 # your system is serving content from a sub-directory in /srv you must allow
1510 # access here, or in any related virtual host.
1511 <Directory />
1512 Options FollowSymLinks
1513 AllowOverride None
1514 Require all denied
1515 </Directory>
1516 <Directory /usr/share>
1517 AllowOverride None
1518 Require all granted
1519 </Directory>
1520 <Directory /var/www/>
1521 Options Indexes FollowSymLinks
1522 AllowOverride None
1523 Require all granted
1524 </Directory>
1525 #<Directory /srv/>
1526 # Options Indexes FollowSymLinks
1527 # AllowOverride None
1528 # Require all granted
1529 #</Directory>
1530 # AccessFileName: The name of the file to look for in each directory
1531 # for additional configuration directives. See also the AllowOverride
1532 # directive.
1533 #
1534 AccessFileName .htaccess
1535 #
1536 # The following lines prevent .htaccess and .htpasswd files from being
1537 # viewed by Web clients.
1538 #
1539 <FilesMatch "^\.ht">
1540 Require all denied
1541 </FilesMatch>
1542 #
1543 # The following directives define some format nicknames for use with
1544 # a CustomLog directive.
1545 #
1546 # These deviate from the Common Log Format definitions in that they use %O
1547 # (the actual bytes sent including headers) instead of %b (the size of the
1548 # requested file), because the latter makes it impossible to detect partial
1549 # requests.
1550 #
1551 # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
1552 # Use mod_remoteip instead.
1553 #
1554 LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
1555 LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
1556 LogFormat "%h %l %u %t \"%r\" %>s %O" common
1557 LogFormat "%{Referer}i -> %U" referer
1558 LogFormat "%{User-agent}i" agent
1559 # Include of directories ignores editors' and dpkg's backup files,
1560 # see README.Debian for details.
1561 # Include generic snippets of statements
1562 IncludeOptional conf-enabled/*.conf
1563 # Include the virtual host configurations:
1564 IncludeOptional sites-enabled/*.conf
1565 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
1566
1567[+] Sudo Version (Check out http://www.exploit-db.com/search/?action=search&filter_page=1&filter_description=sudo)
1568 Sudo version 1.8.21p2
1569 Sudoers policy plugin version 1.8.21p2
1570 Sudoers file grammar version 46
1571 Sudoers I/O plugin version 1.8.21p2
1572
1573[*] IDENTIFYING PROCESSES AND PACKAGES RUNNING AS ROOT OR OTHER SUPERUSER...
1574
1575 root 243 Oct03 0:00 /lib/systemd/systemd-journald
1576 root 30 Oct03 0:00 [watchdogd]
1577 root 27 Oct03 0:00 [md]
1578 root 4 Oct03 0:00 [kworker/0:0H]
1579 root 34 Oct03 0:00 [kswapd0]
1580 root 6 Oct03 0:00 [mm_percpu_wq]
1581 root 655 Oct03 0:02 /usr/sbin/vmtoolsd
1582 root 23 Oct03 0:00 [crypto]
1583 root 35 Oct03 0:00 [kworker/u257:0]
1584 root 196 Oct03 0:00 [ext4-rsv-conver]
1585 root 16 Oct03 0:00 [kauditd]
1586 root 1390 Oct03 0:00 [kworker/u256:1]
1587 root 386 Oct03 0:00 [ttm_swap]
1588 root 81 Oct03 0:00 [scsi_tmf_0]
1589 root 708 Oct03 0:00 /usr/lib/vmware-vgauth/VGAuthService
1590 root 29 Oct03 0:00 [devfreq_wq]
1591 root 840 Oct03 0:00 /usr/bin/python3
1592 Possible Related Packages:
1593 libpython3-stdlib:amd64 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
1594 libpython3.6-minimal:amd64 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
1595 libpython3.6-stdlib:amd64 3.6.8-1~18.04.1 Interactive high-level object-oriented language (standard library, version 3.6)
1596 python3 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
1597 python3-apt 1.6.4 Python 3 interface to libapt-pkg
1598 python3-certifi 2018.1.18-2 root certificates for validating SSL certs and verifying TLS hosts (python3)
1599 python3-chardet 3.0.4-1 universal character encoding detector for Python3
1600 python3-commandnotfound 18.04.5 Python 3 bindings for command-not-found.
1601 python3-dbus 1.2.6-1 simple interprocess messaging system (Python 3 interface)
1602 python3-distro-info 0.18ubuntu0.18.04.1 information about distributions' releases (Python 3 module)
1603 python3-distupgrade 1:18.04.34 manage release upgrades
1604 python3-gdbm:amd64 3.6.8-1~18.04 GNU dbm database support for Python 3.x
1605 python3-gi 3.26.1-2ubuntu1 Python 3 bindings for gobject-introspection libraries
1606 python3-idna 2.6-1 Python IDNA2008 (RFC 5891) handling (Python 3)
1607 python3-minimal 3.6.7-1~18.04 minimal subset of the Python language (default python3 version)
1608 python3-netifaces 0.10.4-0.1build4 portable network interface information - Python 3.x
1609 python3-pkg-resources 39.0.1-2 Package Discovery and Resource Access using pkg_resources
1610 python3-requests 2.18.4-2ubuntu0.1 elegant and simple HTTP library for Python3, built for human beings
1611 python3-six 1.11.0-2 Python 2 and 3 compatibility library (Python 3 interface)
1612 python3-software-properties 0.96.24.32.9 manage the repositories that you install software from
1613 python3-update-manager 1:18.04.11.10 python 3.x module for update-manager
1614 python3-urllib3 1.22-1ubuntu0.18.04.1 HTTP library with thread-safe connection pooling for Python3
1615 python3-yaml 3.12-1build2 YAML parser and emitter for Python3
1616 python3.6 3.6.8-1~18.04.1 Interactive high-level object-oriented language (version 3.6)
1617 python3.6-minimal 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
1618 root 116 Oct03 0:00 [charger_manager]
1619 root 906 Oct03 0:00 /sbin/agetty
1620 root 407 Oct03 0:00 /usr/sbin/cron
1621 Possible Related Packages:
1622 cron 3.0pl1-128.1ubuntu1 process scheduling daemon
1623 root 2 Oct03 0:00 [kthreadd]
1624 root 19 Oct03 0:00 [writeback]
1625 root 170 Oct03 0:00 [mpt/0]
1626 root 2538 00:14 0:00 [kworker/u256:0]
1627 root 10 Oct03 0:00 [migration/0]
1628 root 20 Oct03 0:00 [kcompactd0]
1629 root 13 Oct03 0:00 [kdevtmpfs]
1630 root 36 Oct03 0:00 [ecryptfs-kthrea]
1631 root 12 Oct03 0:00 [cpuhp/0]
1632 root 195 Oct03 0:00 [jbd2/sda1-8]
1633 root 15 Oct03 0:00 [rcu_tasks_kthre]
1634 root 174 Oct03 0:00 [scsi_tmf_2]
1635 root 82 Oct03 0:00 [scsi_eh_1]
1636 root 838 Oct03 0:00 php-fpm:
1637 root 28 Oct03 0:00 [edac-poller]
1638 root 80 Oct03 0:00 [scsi_eh_0]
1639 root 387 Oct03 0:00 [irq/16-vmwgfx]
1640 root 402 Oct03 0:00 /usr/bin/python3
1641 Possible Related Packages:
1642 libpython3-stdlib:amd64 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
1643 libpython3.6-minimal:amd64 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
1644 libpython3.6-stdlib:amd64 3.6.8-1~18.04.1 Interactive high-level object-oriented language (standard library, version 3.6)
1645 python3 3.6.7-1~18.04 interactive high-level object-oriented language (default python3 version)
1646 python3-apt 1.6.4 Python 3 interface to libapt-pkg
1647 python3-certifi 2018.1.18-2 root certificates for validating SSL certs and verifying TLS hosts (python3)
1648 python3-chardet 3.0.4-1 universal character encoding detector for Python3
1649 python3-commandnotfound 18.04.5 Python 3 bindings for command-not-found.
1650 python3-dbus 1.2.6-1 simple interprocess messaging system (Python 3 interface)
1651 python3-distro-info 0.18ubuntu0.18.04.1 information about distributions' releases (Python 3 module)
1652 python3-distupgrade 1:18.04.34 manage release upgrades
1653 python3-gdbm:amd64 3.6.8-1~18.04 GNU dbm database support for Python 3.x
1654 python3-gi 3.26.1-2ubuntu1 Python 3 bindings for gobject-introspection libraries
1655 python3-idna 2.6-1 Python IDNA2008 (RFC 5891) handling (Python 3)
1656 python3-minimal 3.6.7-1~18.04 minimal subset of the Python language (default python3 version)
1657 python3-netifaces 0.10.4-0.1build4 portable network interface information - Python 3.x
1658 python3-pkg-resources 39.0.1-2 Package Discovery and Resource Access using pkg_resources
1659 python3-requests 2.18.4-2ubuntu0.1 elegant and simple HTTP library for Python3, built for human beings
1660 python3-six 1.11.0-2 Python 2 and 3 compatibility library (Python 3 interface)
1661 python3-software-properties 0.96.24.32.9 manage the repositories that you install software from
1662 python3-update-manager 1:18.04.11.10 python 3.x module for update-manager
1663 python3-urllib3 1.22-1ubuntu0.18.04.1 HTTP library with thread-safe connection pooling for Python3
1664 python3-yaml 3.12-1build2 YAML parser and emitter for Python3
1665 python3.6 3.6.8-1~18.04.1 Interactive high-level object-oriented language (version 3.6)
1666 python3.6-minimal 3.6.8-1~18.04.1 Minimal subset of the Python language (version 3.6)
1667 root 78 Oct03 0:00 [kthrotld]
1668 root 99 Oct03 0:00 [kstrp]
1669 root 79 Oct03 0:00 [acpi_thermal_pm]
1670 root 21 Oct03 0:00 [ksmd]
1671 root 847 Oct03 0:00 php-fpm:
1672 root 89 Oct03 0:00 [ipv6_addrconf]
1673 root 400 Oct03 0:00 /lib/systemd/systemd-logind
1674 root 173 Oct03 0:00 [scsi_eh_2]
1675 root 18 Oct03 0:00 [oom_reaper]
1676 root 22 Oct03 0:00 [khugepaged]
1677 root 24 Oct03 0:00 [kintegrityd]
1678 root 398 Oct03 0:00 /usr/lib/accountsservice/accounts-daemon
1679 root 11 Oct03 0:00 [watchdog/0]
1680 root 90 Oct03 0:01 [kworker/0:2]
1681 root 14 Oct03 0:00 [netns]
1682 root 9 Oct03 0:00 [rcu_bh]
1683 root 275 Oct03 0:00 /lib/systemd/systemd-udevd
1684 root 973 Oct03 0:00 /usr/sbin/apache2
1685 Possible Related Packages:
1686 apache2 2.4.29-1ubuntu4.6 Apache HTTP Server
1687 apache2-bin 2.4.29-1ubuntu4.6 Apache HTTP Server (modules and other binary files)
1688 apache2-data 2.4.29-1ubuntu4.6 Apache HTTP Server (common files)
1689 apache2-utils 2.4.29-1ubuntu4.6 Apache HTTP Server (utility programs for web servers)
1690 libapache2-mod-php7.1 7.1.30-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (Apache 2 module)
1691 libapache2-mod-php7.3 7.3.6-1+ubuntu18.04.1+deb.sury.org+1 server-side, HTML-embedded scripting language (Apache 2 module)
1692 libapache2-mod-security2 2.9.2-1 Tighten web applications security for Apache
1693 root 8 Oct03 0:00 [rcu_sched]
1694 root 863 Oct03 0:00 /usr/sbin/sshd
1695 root 7 Oct03 0:00 [ksoftirqd/0]
1696 root 1 Oct03 0:02 /sbin/init
1697 Possible Related Packages:
1698 busybox-initramfs 1:1.27.2-2ubuntu3.2 Standalone shell setup for initramfs
1699 init 1.51 metapackage ensuring an init system is installed
1700 init-system-helpers 1.51 helper tools for all init systems
1701 initramfs-tools 0.130ubuntu3.8 generic modular initramfs generator (automation)
1702 initramfs-tools-bin 0.130ubuntu3.8 binaries used by initramfs-tools
1703 initramfs-tools-core 0.130ubuntu3.8 generic modular initramfs generator (core tools)
1704 libklibc 2.0.4-9ubuntu2 minimal libc subset for use with initramfs
1705 lsb-base 9.20170808ubuntu1 Linux Standard Base init script functionality
1706 ncurses-base 6.1-1ubuntu1.18.04 basic terminal type definitions
1707 ncurses-term 6.1-1ubuntu1.18.04 additional terminal type definitions
1708 sysvinit-utils 2.88dsf-59.10ubuntu1 System-V-like utilities
1709 root 2264 00:08 0:00 [kworker/u256:2]
1710 root 25 Oct03 0:00 [kblockd]
1711 root 17 Oct03 0:00 [khungtaskd]
1712 root 83 Oct03 0:00 [scsi_tmf_1]
1713 root 172 Oct03 0:00 [kworker/0:1H]
1714 root 26 Oct03 0:00 [ata_sff]
1715 root 3 Oct03 0:00 [kworker/0:0]
1716 root 169 Oct03 0:00 [mpt_poll_0]
1717
1718[*] ENUMERATING INSTALLED LANGUAGES/TOOLS FOR SPLOIT BUILDING...
1719
1720[+] Installed Tools
1721 /usr/bin/awk
1722 /usr/bin/perl
1723 /usr/bin/python
1724 /usr/bin/gcc
1725 /usr/bin/cc
1726 /usr/bin/vi
1727 /usr/bin/find
1728 /bin/netcat
1729 /bin/nc
1730 /usr/bin/wget
1731 /usr/bin/ftp
1732
1733[+] Related Shell Escape Sequences...
1734
1735 vi--> :!bash
1736 vi--> :set shell=/bin/bash:shell
1737 awk--> awk 'BEGIN {system("/bin/bash")}'
1738 find--> find / -exec /usr/bin/awk 'BEGIN {system("/bin/bash")}' \;
1739 perl--> perl -e 'exec "/bin/bash";'
1740
1741[*] FINDING RELEVENT PRIVILEGE ESCALATION EXPLOITS...
1742
1743 Note: Exploits relying on a compile/scripting language not detected on this system are marked with a '**' but should still be tested!
1744
1745 The following exploits are ranked higher in probability of success because this script detected a related running process, OS, or mounted file system
1746 - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
1747
1748 The following exploits are applicable to this kernel version and should be investigated as well
1749 - Kernel ia32syscall Emulation Privilege Escalation || http://www.exploit-db.com/exploits/15023 || Language=c
1750 - Sendpage Local Privilege Escalation || http://www.exploit-db.com/exploits/19933 || Language=ruby**
1751 - CAP_SYS_ADMIN to Root Exploit 2 (32 and 64-bit) || http://www.exploit-db.com/exploits/15944 || Language=c
1752 - CAP_SYS_ADMIN to root Exploit || http://www.exploit-db.com/exploits/15916 || Language=c
1753 - MySQL 4.x/5.0 User-Defined Function Local Privilege Escalation Exploit || http://www.exploit-db.com/exploits/1518 || Language=c
1754 - open-time Capability file_ns_capable() Privilege Escalation || http://www.exploit-db.com/exploits/25450 || Language=c
1755 - open-time Capability file_ns_capable() - Privilege Escalation Vulnerability || http://www.exploit-db.com/exploits/25307 || Language=c
1756
1757Finished
1758=================================================================================================