@abtnode/router-provider 1.16.38-beta-20250116-083413-dbd33222 → 1.16.38-beta-20250118-033334-2da05ae8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/nginx/includes/security/crs4/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf.example +200 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-901-INITIALIZATION.conf +470 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-905-COMMON-EXCEPTIONS.conf +57 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-911-METHOD-ENFORCEMENT.conf +76 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-913-SCANNER-DETECTION.conf +86 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf +1915 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-921-PROTOCOL-ATTACK.conf +558 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-922-MULTIPART-ATTACK.conf +120 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf +203 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf +189 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf +1875 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf +774 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-934-APPLICATION-ATTACK-GENERIC.conf +366 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-941-APPLICATION-ATTACK-XSS.conf +1071 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf +1978 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION.conf +132 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf +463 -0
- package/lib/nginx/includes/security/crs4/rules/REQUEST-949-BLOCKING-EVALUATION.conf +270 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-950-DATA-LEAKAGES.conf +156 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf +417 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-952-DATA-LEAKAGES-JAVA.conf +108 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-953-DATA-LEAKAGES-PHP.conf +158 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-954-DATA-LEAKAGES-IIS.conf +152 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-955-WEB-SHELLS.conf +558 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-959-BLOCKING-EVALUATION.conf +280 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-980-CORRELATION.conf +138 -0
- package/lib/nginx/includes/security/crs4/rules/RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf.example +76 -0
- package/lib/nginx/includes/security/crs4/rules/iis-errors.data +59 -0
- package/lib/nginx/includes/security/crs4/rules/java-classes.data +64 -0
- package/lib/nginx/includes/security/crs4/rules/java-code-leakages.data +17 -0
- package/lib/nginx/includes/security/crs4/rules/java-errors.data +10 -0
- package/lib/nginx/includes/security/crs4/rules/lfi-os-files.data +722 -0
- package/lib/nginx/includes/security/crs4/rules/php-config-directives.data +571 -0
- package/lib/nginx/includes/security/crs4/rules/php-errors-pl2.data +7 -0
- package/lib/nginx/includes/security/crs4/rules/php-errors.data +2147 -0
- package/lib/nginx/includes/security/crs4/rules/php-function-names-933150.data +245 -0
- package/lib/nginx/includes/security/crs4/rules/php-function-names-933151.data +2201 -0
- package/lib/nginx/includes/security/crs4/rules/php-variables.data +30 -0
- package/lib/nginx/includes/security/crs4/rules/restricted-files.data +284 -0
- package/lib/nginx/includes/security/crs4/rules/restricted-upload.data +177 -0
- package/lib/nginx/includes/security/crs4/rules/scanners-user-agents.data +119 -0
- package/lib/nginx/includes/security/crs4/rules/sql-errors.data +172 -0
- package/lib/nginx/includes/security/crs4/rules/ssrf.data +177 -0
- package/lib/nginx/includes/security/crs4/rules/unix-shell.data +670 -0
- package/lib/nginx/includes/security/crs4/rules/web-shells-php.data +167 -0
- package/lib/nginx/includes/security/crs4/rules/windows-powershell-commands.data +425 -0
- package/lib/nginx/includes/security/unicode.mapping +96 -0
- package/lib/nginx/index.js +50 -3
- package/lib/nginx/templates/security/crs4/crs-setup.conf.js +857 -0
- package/lib/nginx/templates/security/modsecurity.conf.js +244 -0
- package/package.json +7 -6
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
# This list comes from:
|
|
2
|
+
# - https://github.com/lightos/Panoptic
|
|
3
|
+
# - https://github.com/danielmiessler/SecLists
|
|
4
|
+
# /proc and /sys entries should be kept in sync with restricted-files.data
|
|
5
|
+
|
|
6
|
+
# Entries in this list generally use the shortest path that suffices for identifying them as dangerous.
|
|
7
|
+
# .ssh/id_rsa and .ssh/id_dsa for example, are both dangerous paths but are represented in this list as .ssh.
|
|
8
|
+
# The same applies to different log files below /var/log/mysql: var/log/mysql is enough to tell us that the request is suspicious.
|
|
9
|
+
# Additionally, similar paths with different roots are represented as a single entry.
|
|
10
|
+
# For example, the two entries usr/local/mysql/data/mysql.err and xampp/mysql/data/mysql.err are
|
|
11
|
+
# represented as mysal/data, as that is enough to identify the paths as being suspicious.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Most of the dotfile entries can be generated from the following three commands.
|
|
15
|
+
# Unfortunately, the output contains many more entries, including some file
|
|
16
|
+
# extensions. There are also some entries that probably added by hand.
|
|
17
|
+
# curl -s https://raw.githubusercontent.com/lightos/Panoptic/master/home.txt | grep -E "^\." | awk '{ print tolower($0) }' | sort | uniq
|
|
18
|
+
# curl -s https://raw.githubusercontent.com/lightos/Panoptic/master/cases.xml | grep "file value" | cut -d'"' -f2 | grep -E "^\." | awk '{ print tolower($0) }' | sort | uniq
|
|
19
|
+
# curl -s https://raw.githubusercontent.com/danielmiessler/SecLists/master/Fuzzing/fuzz-Bo0oM.txt | grep -Ev '\\|\.\.|=\b|%' | grep -E "^\." | awk '{ print tolower($0) }' | sort | uniq
|
|
20
|
+
.addressbook
|
|
21
|
+
.anydesk/
|
|
22
|
+
.aptitude/config
|
|
23
|
+
.atom/
|
|
24
|
+
.aws/
|
|
25
|
+
.azure/
|
|
26
|
+
.bash_
|
|
27
|
+
.bashrc
|
|
28
|
+
.boto
|
|
29
|
+
.cache/notify-osd.log
|
|
30
|
+
.config/
|
|
31
|
+
.cshrc
|
|
32
|
+
.cups/
|
|
33
|
+
.dbus/
|
|
34
|
+
.docker
|
|
35
|
+
.drush/
|
|
36
|
+
.env
|
|
37
|
+
.eslintignore
|
|
38
|
+
.fbcindex
|
|
39
|
+
.forward
|
|
40
|
+
.gem/
|
|
41
|
+
.gitattributes
|
|
42
|
+
.gitconfig
|
|
43
|
+
.gnonme/
|
|
44
|
+
.gnupg/
|
|
45
|
+
.gsutil/
|
|
46
|
+
.hplip/hplip.conf
|
|
47
|
+
.htaccess
|
|
48
|
+
.htdigest
|
|
49
|
+
.htpasswd
|
|
50
|
+
.java/
|
|
51
|
+
.ksh_history
|
|
52
|
+
.kube/
|
|
53
|
+
.lesshst
|
|
54
|
+
.lftp/
|
|
55
|
+
.lhistory
|
|
56
|
+
.lighttpdpassword
|
|
57
|
+
.lldb-history
|
|
58
|
+
.local/share/mc/
|
|
59
|
+
.lynx_cookies
|
|
60
|
+
.minikube/
|
|
61
|
+
.my.cnf
|
|
62
|
+
.mysql_history
|
|
63
|
+
.nano_history
|
|
64
|
+
.netrc
|
|
65
|
+
.node_repl_history
|
|
66
|
+
.npm/
|
|
67
|
+
.nsconfig
|
|
68
|
+
.nsr
|
|
69
|
+
.nvm/
|
|
70
|
+
.oh-my-
|
|
71
|
+
.password-store
|
|
72
|
+
.pearrc
|
|
73
|
+
.pgpass
|
|
74
|
+
.php_history
|
|
75
|
+
.pinerc
|
|
76
|
+
.pki/
|
|
77
|
+
.proclog
|
|
78
|
+
.procmailrc
|
|
79
|
+
.profile
|
|
80
|
+
.psql_history
|
|
81
|
+
.python_history
|
|
82
|
+
.rediscli_history
|
|
83
|
+
.rhistory
|
|
84
|
+
.rhosts
|
|
85
|
+
.sh_history
|
|
86
|
+
.sqlite_history
|
|
87
|
+
.ssh/
|
|
88
|
+
.subversion/
|
|
89
|
+
.tconn/
|
|
90
|
+
.tcshrc
|
|
91
|
+
.thunderbird/
|
|
92
|
+
.tor/
|
|
93
|
+
.vidalia/
|
|
94
|
+
.vim/
|
|
95
|
+
.viminfo
|
|
96
|
+
.vimrc
|
|
97
|
+
.vmware/
|
|
98
|
+
.www_acl
|
|
99
|
+
.wwwacl
|
|
100
|
+
.xauthority
|
|
101
|
+
.zhistory
|
|
102
|
+
.zsh_history
|
|
103
|
+
.zshrc
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
/php.ini
|
|
107
|
+
/tmp/
|
|
108
|
+
|
|
109
|
+
# Apache httpd entries can be generated with the following command:
|
|
110
|
+
# curl -s https://raw.githubusercontent.com/lightos/Panoptic/master/cases.xml | grep "file value" | cut -d'"' -f2 | awk -F/ '{ { if (length($NF) > 0) {v1 = NF-1; v2 = NF} else {v1 = NF-2; v2 = NF-1} print tolower($v1"/"$v2) }) }' | grep apache | sort | uniq
|
|
111
|
+
apache/access.conf
|
|
112
|
+
apache/apache.conf
|
|
113
|
+
apache/apache2.conf
|
|
114
|
+
apache/audit_log
|
|
115
|
+
apache/conf
|
|
116
|
+
apache/default-server.conf
|
|
117
|
+
apache/error_log
|
|
118
|
+
apache/error.log
|
|
119
|
+
apache/httpd.conf
|
|
120
|
+
apache/log
|
|
121
|
+
apache2/apache.conf
|
|
122
|
+
apache2/apache2.conf
|
|
123
|
+
apache2/conf
|
|
124
|
+
apache2/default-server.conf
|
|
125
|
+
apache2/envvars
|
|
126
|
+
apache2/httpd.conf
|
|
127
|
+
apache2/httpd2.conf
|
|
128
|
+
apache2/logs
|
|
129
|
+
apache2/mods
|
|
130
|
+
apache2/ports.conf
|
|
131
|
+
apache2/sites
|
|
132
|
+
apache2/ssl-global.conf
|
|
133
|
+
apache2/vhosts.d
|
|
134
|
+
apache22/conf
|
|
135
|
+
apache22/httpd.conf
|
|
136
|
+
apache22/logs
|
|
137
|
+
apache24/conf
|
|
138
|
+
apache24/httpd.conf
|
|
139
|
+
apache24/logs
|
|
140
|
+
app/etc/local.xml
|
|
141
|
+
boot.ini
|
|
142
|
+
boot/grub/grub.cfg
|
|
143
|
+
boot/grub/menu.lst
|
|
144
|
+
config_dev.yml
|
|
145
|
+
config_prod.yml
|
|
146
|
+
config.sample.php
|
|
147
|
+
config_test.yml
|
|
148
|
+
config.inc.php
|
|
149
|
+
config.php
|
|
150
|
+
config.yml
|
|
151
|
+
config/app.php
|
|
152
|
+
config/custom.php
|
|
153
|
+
config/database.php
|
|
154
|
+
configuration.php
|
|
155
|
+
cpanel/logs
|
|
156
|
+
data/elasticsearch
|
|
157
|
+
data/kafka
|
|
158
|
+
defaults.inc.php
|
|
159
|
+
etc/.java
|
|
160
|
+
etc/acpi
|
|
161
|
+
etc/adduser.conf
|
|
162
|
+
etc/alias
|
|
163
|
+
etc/alsa
|
|
164
|
+
etc/alternatives
|
|
165
|
+
etc/anacrontab
|
|
166
|
+
etc/ansible
|
|
167
|
+
etc/apache/access.conf
|
|
168
|
+
etc/apache/apache.conf
|
|
169
|
+
etc/apache/default-server.conf
|
|
170
|
+
etc/apache/httpd.conf
|
|
171
|
+
etc/apache/vhosts.conf
|
|
172
|
+
etc/apache2
|
|
173
|
+
etc/apm
|
|
174
|
+
etc/apparmor
|
|
175
|
+
etc/apport
|
|
176
|
+
etc/apt
|
|
177
|
+
etc/asciidoc
|
|
178
|
+
etc/at.allow
|
|
179
|
+
etc/at.deny
|
|
180
|
+
etc/avahi
|
|
181
|
+
etc/bash_completion.d
|
|
182
|
+
etc/bash.bashrc
|
|
183
|
+
etc/bashrc
|
|
184
|
+
etc/bind
|
|
185
|
+
etc/binfmt.d
|
|
186
|
+
etc/bluetooth
|
|
187
|
+
etc/bonobo-activation
|
|
188
|
+
etc/bootptab
|
|
189
|
+
etc/brltty
|
|
190
|
+
etc/ca-certificates
|
|
191
|
+
etc/calendar
|
|
192
|
+
etc/casper.conf
|
|
193
|
+
etc/centos-release
|
|
194
|
+
etc/chatscripts
|
|
195
|
+
etc/chkrootkit.conf
|
|
196
|
+
etc/chromium-browser
|
|
197
|
+
etc/chrootusers
|
|
198
|
+
etc/chttp.conf
|
|
199
|
+
etc/clam.d
|
|
200
|
+
etc/clamav
|
|
201
|
+
etc/cni
|
|
202
|
+
etc/console-setup
|
|
203
|
+
etc/coraza-waf
|
|
204
|
+
etc/cracklib
|
|
205
|
+
etc/cron.allow
|
|
206
|
+
etc/cron.d
|
|
207
|
+
etc/cron.hourly
|
|
208
|
+
etc/cron.monthly
|
|
209
|
+
etc/cron.weekly
|
|
210
|
+
etc/crontab
|
|
211
|
+
etc/crypttab
|
|
212
|
+
etc/cups
|
|
213
|
+
etc/cvs-cron.conf
|
|
214
|
+
etc/cvs-pserver.conf
|
|
215
|
+
etc/dbus-1
|
|
216
|
+
etc/dconf
|
|
217
|
+
etc/debconf.conf
|
|
218
|
+
etc/debian_version
|
|
219
|
+
etc/default
|
|
220
|
+
etc/deluser.conf
|
|
221
|
+
etc/depmod.d
|
|
222
|
+
etc/dhcp
|
|
223
|
+
etc/dictionaries-common
|
|
224
|
+
etc/dkms
|
|
225
|
+
etc/dns2tcpd.conf
|
|
226
|
+
etc/dnsmasq.d
|
|
227
|
+
etc/dockeretc/dpkg
|
|
228
|
+
etc/e2fsck.conf
|
|
229
|
+
etc/elasticsearch
|
|
230
|
+
etc/emacs
|
|
231
|
+
etc/environment.d
|
|
232
|
+
etc/esound/esd.conf
|
|
233
|
+
etc/etter.conf
|
|
234
|
+
etc/exports
|
|
235
|
+
etc/fail2ban
|
|
236
|
+
etc/fedora-release
|
|
237
|
+
etc/firebird
|
|
238
|
+
etc/firefox
|
|
239
|
+
etc/firewall
|
|
240
|
+
etc/fonts
|
|
241
|
+
etc/foremost.conf
|
|
242
|
+
etc/freshclam.conf
|
|
243
|
+
etc/fstab
|
|
244
|
+
etc/ftpaccess
|
|
245
|
+
etc/ftpchroot
|
|
246
|
+
etc/ftphosts
|
|
247
|
+
etc/ftpusers
|
|
248
|
+
etc/fuse.conf
|
|
249
|
+
etc/fwupd
|
|
250
|
+
etc/gconf
|
|
251
|
+
etc/gdb
|
|
252
|
+
etc/gdm3
|
|
253
|
+
etc/geoclue
|
|
254
|
+
etc/ghostscript
|
|
255
|
+
etc/gimp
|
|
256
|
+
etc/glvnd
|
|
257
|
+
etc/gnome
|
|
258
|
+
etc/gnucash
|
|
259
|
+
etc/gnustep
|
|
260
|
+
etc/groff
|
|
261
|
+
etc/group
|
|
262
|
+
etc/grub.conf
|
|
263
|
+
etc/grub.d
|
|
264
|
+
etc/gshadow
|
|
265
|
+
etc/gss
|
|
266
|
+
etc/gtk-2.0
|
|
267
|
+
etc/gtk-3.0
|
|
268
|
+
etc/hdparm.conf
|
|
269
|
+
etc/host.conf
|
|
270
|
+
etc/hostname
|
|
271
|
+
etc/hosts
|
|
272
|
+
etc/hp
|
|
273
|
+
etc/http/conf
|
|
274
|
+
etc/http/httpd.conf
|
|
275
|
+
etc/httpd
|
|
276
|
+
etc/ifplugd
|
|
277
|
+
etc/imagemagick-6
|
|
278
|
+
etc/inetd.conf
|
|
279
|
+
etc/init
|
|
280
|
+
etc/insserv.conf.d
|
|
281
|
+
etc/ipfw
|
|
282
|
+
etc/iproute2
|
|
283
|
+
etc/iptables
|
|
284
|
+
etc/issue
|
|
285
|
+
etc/java
|
|
286
|
+
etc/kafka
|
|
287
|
+
etc/kbd/config
|
|
288
|
+
etc/kernel
|
|
289
|
+
etc/kibana
|
|
290
|
+
etc/ld.so.conf
|
|
291
|
+
etc/ldap
|
|
292
|
+
etc/libblockdev
|
|
293
|
+
etc/libibverbs.d
|
|
294
|
+
etc/libnl-3
|
|
295
|
+
etc/libpaper.d
|
|
296
|
+
etc/libreoffice
|
|
297
|
+
etc/lighttpd
|
|
298
|
+
etc/lilo.conf
|
|
299
|
+
etc/logcheck
|
|
300
|
+
etc/login.defs
|
|
301
|
+
etc/logrotate.conf
|
|
302
|
+
etc/logrotate.d
|
|
303
|
+
etc/logstash
|
|
304
|
+
etc/lsb-release
|
|
305
|
+
etc/ltrace.conf
|
|
306
|
+
etc/lvm
|
|
307
|
+
etc/lynx
|
|
308
|
+
etc/mail
|
|
309
|
+
etc/mandrake-release
|
|
310
|
+
etc/manpath.config
|
|
311
|
+
etc/mc
|
|
312
|
+
etc/menu
|
|
313
|
+
etc/miredo-server.conf
|
|
314
|
+
etc/miredo.conf
|
|
315
|
+
etc/miredo/miredo-server.conf
|
|
316
|
+
etc/miredo/miredo.conf
|
|
317
|
+
etc/modprobe.d
|
|
318
|
+
etc/modsecurity
|
|
319
|
+
etc/modulesf
|
|
320
|
+
etc/mongod.conf
|
|
321
|
+
etc/monit
|
|
322
|
+
etc/mono
|
|
323
|
+
etc/motd
|
|
324
|
+
etc/mplayer
|
|
325
|
+
etc/mpv
|
|
326
|
+
etc/mtab
|
|
327
|
+
etc/mtools.conf
|
|
328
|
+
etc/muddleftpd
|
|
329
|
+
etc/muddleftpd.com
|
|
330
|
+
etc/muttrc.d
|
|
331
|
+
etc/my.cnf
|
|
332
|
+
etc/my.conf
|
|
333
|
+
etc/mysql
|
|
334
|
+
etc/netplan
|
|
335
|
+
etc/network
|
|
336
|
+
etc/networkmanager
|
|
337
|
+
etc/newsyslog.conf
|
|
338
|
+
etc/newt
|
|
339
|
+
etc/nghttpx
|
|
340
|
+
etc/nginx/
|
|
341
|
+
etc/nikto
|
|
342
|
+
etc/npasswd
|
|
343
|
+
etc/nuxeo.conf
|
|
344
|
+
etc/odbcdatasources
|
|
345
|
+
etc/openal
|
|
346
|
+
etc/openldap/ldap.conf
|
|
347
|
+
etc/openmpi
|
|
348
|
+
etc/opt
|
|
349
|
+
etc/os-release
|
|
350
|
+
etc/osxhttpd
|
|
351
|
+
etc/osync
|
|
352
|
+
etc/packagekit
|
|
353
|
+
etc/pam.conf
|
|
354
|
+
etc/pam.d
|
|
355
|
+
etc/pam.d/proftpd
|
|
356
|
+
etc/passwd
|
|
357
|
+
etc/password
|
|
358
|
+
etc/pcmcia
|
|
359
|
+
etc/perl
|
|
360
|
+
etc/php
|
|
361
|
+
etc/pki
|
|
362
|
+
etc/pm
|
|
363
|
+
etc/polkit-1
|
|
364
|
+
etc/postfix
|
|
365
|
+
etc/postgresql
|
|
366
|
+
etc/ppp
|
|
367
|
+
etc/printcap
|
|
368
|
+
etc/profile
|
|
369
|
+
etc/proftp.conf
|
|
370
|
+
etc/proftpd
|
|
371
|
+
etc/pulse
|
|
372
|
+
etc/pure-ftpd
|
|
373
|
+
etc/pureftpd
|
|
374
|
+
etc/python
|
|
375
|
+
etc/rc.conf
|
|
376
|
+
etc/rc.d/rc.httpd
|
|
377
|
+
etc/rc0.d
|
|
378
|
+
etc/rc1.d
|
|
379
|
+
etc/rc2.d
|
|
380
|
+
etc/rc3.d
|
|
381
|
+
etc/rc4.d
|
|
382
|
+
etc/rc5.d
|
|
383
|
+
etc/rc6.d
|
|
384
|
+
etc/rcs.d
|
|
385
|
+
etc/redhat-release
|
|
386
|
+
etc/redis-sentinel.conf
|
|
387
|
+
etc/redis.conf
|
|
388
|
+
etc/resolv.conf
|
|
389
|
+
etc/resolvconf
|
|
390
|
+
etc/rsyslog.d
|
|
391
|
+
etc/samba
|
|
392
|
+
etc/sane.d
|
|
393
|
+
etc/scw-release
|
|
394
|
+
etc/security
|
|
395
|
+
etc/selinux
|
|
396
|
+
etc/sensors.conf
|
|
397
|
+
etc/sensors.d
|
|
398
|
+
etc/sensors3.conf
|
|
399
|
+
etc/sgml
|
|
400
|
+
etc/shadow
|
|
401
|
+
etc/signon-ui
|
|
402
|
+
etc/skel
|
|
403
|
+
etc/slackware-release
|
|
404
|
+
etc/smb.conf
|
|
405
|
+
etc/smbpasswd
|
|
406
|
+
etc/smi.conf
|
|
407
|
+
etc/snmp
|
|
408
|
+
etc/sound
|
|
409
|
+
etc/spamassassin
|
|
410
|
+
etc/speech-dispatcher
|
|
411
|
+
etc/squid
|
|
412
|
+
etc/squirrelmail
|
|
413
|
+
etc/ssh
|
|
414
|
+
etc/ssl
|
|
415
|
+
etc/sso
|
|
416
|
+
etc/stunnel
|
|
417
|
+
etc/subgid
|
|
418
|
+
etc/subuid
|
|
419
|
+
etc/subversion
|
|
420
|
+
etc/sudoers
|
|
421
|
+
etc/suse-release
|
|
422
|
+
etc/sw-cp-server/applications.d
|
|
423
|
+
etc/sysconfig
|
|
424
|
+
etc/sysctl.conf
|
|
425
|
+
etc/sysctl.d
|
|
426
|
+
etc/syslog.conf
|
|
427
|
+
etc/sysstat
|
|
428
|
+
etc/system-release-cpe
|
|
429
|
+
etc/systemd
|
|
430
|
+
etc/termcap
|
|
431
|
+
etc/terminfo
|
|
432
|
+
etc/texmf
|
|
433
|
+
etc/thermald
|
|
434
|
+
etc/thnuclnt
|
|
435
|
+
etc/thunderbird
|
|
436
|
+
etc/timezone
|
|
437
|
+
etc/timidity
|
|
438
|
+
etc/tinyproxy
|
|
439
|
+
etc/tmpfiles.d
|
|
440
|
+
etc/tor/tor-tsocks.conf
|
|
441
|
+
etc/tsocks.conf
|
|
442
|
+
etc/ubuntu-advantage
|
|
443
|
+
etc/udev
|
|
444
|
+
etc/udisks2
|
|
445
|
+
etc/ufw
|
|
446
|
+
etc/update-manager
|
|
447
|
+
etc/update-motd.d
|
|
448
|
+
etc/update-notifier
|
|
449
|
+
etc/updatedb.conf
|
|
450
|
+
etc/upower
|
|
451
|
+
etc/urlview
|
|
452
|
+
etc/usb_modeswitch.d
|
|
453
|
+
etc/utmp
|
|
454
|
+
etc/vhcs2/proftpd/proftpd.conf
|
|
455
|
+
etc/vim
|
|
456
|
+
etc/vmware
|
|
457
|
+
etc/vsftpd.chroot_list
|
|
458
|
+
etc/vsftpd.conf
|
|
459
|
+
etc/vsftpd/vsftpd.conf
|
|
460
|
+
etc/vulkan
|
|
461
|
+
etc/w3m
|
|
462
|
+
etc/webmin
|
|
463
|
+
etc/wicd
|
|
464
|
+
etc/wireshark
|
|
465
|
+
etc/wpa_supplicant
|
|
466
|
+
etc/wu-ftpd
|
|
467
|
+
etc/x11
|
|
468
|
+
etc/xdg
|
|
469
|
+
etc/xml
|
|
470
|
+
gruntfile.js
|
|
471
|
+
home/postgres
|
|
472
|
+
http/httpd.conf
|
|
473
|
+
httpd/conf/httpd.conf
|
|
474
|
+
inc/config.php
|
|
475
|
+
includes/config.php
|
|
476
|
+
includes/configure.php
|
|
477
|
+
inetpub/wwwroot/global.asa
|
|
478
|
+
jakarta/dist/tomcat
|
|
479
|
+
jakarta/tomcat/conf
|
|
480
|
+
jakarta/tomcat/logs
|
|
481
|
+
library/webserver/documents
|
|
482
|
+
lighttpd/conf
|
|
483
|
+
lighttpd/lighttpd.conf
|
|
484
|
+
lighttpd/log
|
|
485
|
+
localsettings.php
|
|
486
|
+
logs/access_log
|
|
487
|
+
logs/access.log
|
|
488
|
+
logs/error_log
|
|
489
|
+
logs/error.log
|
|
490
|
+
logs/pure-ftpd.log
|
|
491
|
+
logs/samba.log
|
|
492
|
+
logs/security_debug_log
|
|
493
|
+
logs/security_log
|
|
494
|
+
lsws/conf
|
|
495
|
+
lsws/logs
|
|
496
|
+
mysql/bin/my.ini
|
|
497
|
+
mysql/data
|
|
498
|
+
mysql/my.cnf
|
|
499
|
+
mysql/my.ini
|
|
500
|
+
nginx/conf/nginx.conf
|
|
501
|
+
npm-debug.log
|
|
502
|
+
opt/apache
|
|
503
|
+
opt/apache2
|
|
504
|
+
opt/httpd/apache.conf
|
|
505
|
+
opt/httpd/apache2.conf
|
|
506
|
+
opt/httpd/conf/
|
|
507
|
+
opt/jboss
|
|
508
|
+
opt/lampp
|
|
509
|
+
opt/nuxeo
|
|
510
|
+
opt/tomcat
|
|
511
|
+
opt/xampp
|
|
512
|
+
ormconfig.json
|
|
513
|
+
package-lock.json
|
|
514
|
+
package.json
|
|
515
|
+
parameters.yml
|
|
516
|
+
pgsql/bin/pg_passwd
|
|
517
|
+
pgsql/data
|
|
518
|
+
php/apache.conf
|
|
519
|
+
php/apache2.conf
|
|
520
|
+
php/httpd.conf
|
|
521
|
+
php5/apache.conf
|
|
522
|
+
php5/apache2.conf
|
|
523
|
+
php5/httpd.conf
|
|
524
|
+
postgresql/log/
|
|
525
|
+
proc/0
|
|
526
|
+
proc/1
|
|
527
|
+
proc/2
|
|
528
|
+
proc/3
|
|
529
|
+
proc/4
|
|
530
|
+
proc/5
|
|
531
|
+
proc/6
|
|
532
|
+
proc/7
|
|
533
|
+
proc/8
|
|
534
|
+
proc/9
|
|
535
|
+
proc/acpi
|
|
536
|
+
proc/asound
|
|
537
|
+
proc/bootconfig
|
|
538
|
+
proc/buddyinfo
|
|
539
|
+
proc/bus
|
|
540
|
+
proc/cgroups
|
|
541
|
+
proc/cmdline
|
|
542
|
+
proc/config.gz
|
|
543
|
+
proc/consoles
|
|
544
|
+
proc/cpuinfo
|
|
545
|
+
proc/crypto
|
|
546
|
+
proc/devices
|
|
547
|
+
proc/diskstats
|
|
548
|
+
proc/dma
|
|
549
|
+
proc/docker
|
|
550
|
+
proc/driver
|
|
551
|
+
proc/dynamic_debug
|
|
552
|
+
proc/execdomains
|
|
553
|
+
proc/fb
|
|
554
|
+
proc/filesystems
|
|
555
|
+
proc/fs
|
|
556
|
+
proc/interrupts
|
|
557
|
+
proc/iomem
|
|
558
|
+
proc/ioports
|
|
559
|
+
proc/ipmi
|
|
560
|
+
proc/irq
|
|
561
|
+
proc/kallsyms
|
|
562
|
+
proc/kcore
|
|
563
|
+
proc/key-users
|
|
564
|
+
proc/keys
|
|
565
|
+
proc/kmsg
|
|
566
|
+
proc/kpagecgroup
|
|
567
|
+
proc/kpagecount
|
|
568
|
+
proc/kpageflags
|
|
569
|
+
proc/latency_stats
|
|
570
|
+
proc/loadavg
|
|
571
|
+
proc/locks
|
|
572
|
+
proc/mdstat
|
|
573
|
+
proc/meminfo
|
|
574
|
+
proc/misc
|
|
575
|
+
proc/modules
|
|
576
|
+
proc/mounts
|
|
577
|
+
proc/mpt
|
|
578
|
+
proc/mtd
|
|
579
|
+
proc/mtrr
|
|
580
|
+
proc/net
|
|
581
|
+
proc/pagetypeinfo
|
|
582
|
+
proc/partitions
|
|
583
|
+
proc/pressure
|
|
584
|
+
proc/sched_debug
|
|
585
|
+
proc/schedstat
|
|
586
|
+
proc/scsi
|
|
587
|
+
proc/self
|
|
588
|
+
proc/slabinfo
|
|
589
|
+
proc/softirqs
|
|
590
|
+
proc/stat
|
|
591
|
+
proc/swaps
|
|
592
|
+
proc/sys
|
|
593
|
+
proc/sysrq-trigger
|
|
594
|
+
proc/sysvipc
|
|
595
|
+
proc/thread-self
|
|
596
|
+
proc/timer_list
|
|
597
|
+
proc/timer_stats
|
|
598
|
+
proc/tty
|
|
599
|
+
proc/uptime
|
|
600
|
+
proc/version
|
|
601
|
+
proc/version_signature
|
|
602
|
+
proc/vmallocinfo
|
|
603
|
+
proc/vmstat
|
|
604
|
+
proc/zoneinfo
|
|
605
|
+
program files
|
|
606
|
+
psa/admin
|
|
607
|
+
pureftpd/etc
|
|
608
|
+
root/anaconda-ks.cfg
|
|
609
|
+
routing.yml
|
|
610
|
+
samba/lib
|
|
611
|
+
sb/config
|
|
612
|
+
security.yml
|
|
613
|
+
server/default/conf
|
|
614
|
+
server/default/deploy
|
|
615
|
+
server/default/log
|
|
616
|
+
services.yml
|
|
617
|
+
sftp-config.json
|
|
618
|
+
sites/default/default.settings.php
|
|
619
|
+
sites/default/settings.local.php
|
|
620
|
+
sites/default/settings.php
|
|
621
|
+
squirrelmail/config/config.php
|
|
622
|
+
squirrelmail/www
|
|
623
|
+
sys/block
|
|
624
|
+
sys/bus
|
|
625
|
+
sys/class
|
|
626
|
+
sys/dev
|
|
627
|
+
sys/devices
|
|
628
|
+
sys/firmware
|
|
629
|
+
sys/fs
|
|
630
|
+
sys/hypervisor
|
|
631
|
+
sys/kernel
|
|
632
|
+
sys/module
|
|
633
|
+
sys/power
|
|
634
|
+
system/library/webobjects/adaptors
|
|
635
|
+
system32/config
|
|
636
|
+
system32/inetsrv/config
|
|
637
|
+
tmp/access.log
|
|
638
|
+
tmp/kafka-logs
|
|
639
|
+
tsconfig.json
|
|
640
|
+
typo3conf/localconf.php
|
|
641
|
+
usr/etc/pure-ftpd.conf
|
|
642
|
+
usr/home/user/lighttpd
|
|
643
|
+
usr/lib/cron/log
|
|
644
|
+
usr/lib/php
|
|
645
|
+
usr/lib/rpm/rpm.log
|
|
646
|
+
usr/lib/security
|
|
647
|
+
usr/local/zeus/web
|
|
648
|
+
usr/pkg/etc/httpd
|
|
649
|
+
usr/pkgsrc/net/pureftpd
|
|
650
|
+
usr/ports/contrib/pure-ftpd
|
|
651
|
+
usr/ports/ftp/pure-ftpd
|
|
652
|
+
usr/sbin/mudlogd
|
|
653
|
+
usr/sbin/mudpasswd
|
|
654
|
+
usr/sbin/pure-config.pl
|
|
655
|
+
usr/share/adduser
|
|
656
|
+
usr/share/logs
|
|
657
|
+
usr/share/squirrelmail
|
|
658
|
+
usr/share/tomcat
|
|
659
|
+
usr/spool/lp
|
|
660
|
+
usr/spool/mqueue
|
|
661
|
+
var/adm
|
|
662
|
+
var/apache/logs
|
|
663
|
+
var/apache2/config.inc
|
|
664
|
+
var/cpanel
|
|
665
|
+
var/cron/log
|
|
666
|
+
var/data/elasticsearch
|
|
667
|
+
var/data/mysql-bin
|
|
668
|
+
var/htmp
|
|
669
|
+
var/lib/elasticsearch
|
|
670
|
+
var/lib/mysql
|
|
671
|
+
var/lib/pgsql
|
|
672
|
+
var/lib/squirrelmail
|
|
673
|
+
var/lighttpd
|
|
674
|
+
var/local/www/conf
|
|
675
|
+
var/log
|
|
676
|
+
var/lp/logs
|
|
677
|
+
var/mail
|
|
678
|
+
var/mysql-bin
|
|
679
|
+
var/mysql.log
|
|
680
|
+
var/nm2/postgresql.conf
|
|
681
|
+
var/postgresql
|
|
682
|
+
var/run/utmp
|
|
683
|
+
var/saf/_log
|
|
684
|
+
var/saf/port/log
|
|
685
|
+
var/spool
|
|
686
|
+
var/webmin
|
|
687
|
+
var/www/conf
|
|
688
|
+
var/www/html/squirrelmail
|
|
689
|
+
var/www/log
|
|
690
|
+
volumes/macintosh_hd
|
|
691
|
+
volumes/webbackup
|
|
692
|
+
wamp/bin/apache
|
|
693
|
+
wamp/bin/mysql
|
|
694
|
+
wamp/bin/php
|
|
695
|
+
wamp/logs
|
|
696
|
+
web.config
|
|
697
|
+
webpack.config.js
|
|
698
|
+
windows/comsetup.log
|
|
699
|
+
windows/debug/netsetup.log
|
|
700
|
+
windows/odbc.ini
|
|
701
|
+
windows/repair/setup.log
|
|
702
|
+
windows/setupact.log
|
|
703
|
+
windows/setupapi.log
|
|
704
|
+
windows/setuperr.log
|
|
705
|
+
windows/system32
|
|
706
|
+
windows/updspapi.log
|
|
707
|
+
windows/windowsupdate.log
|
|
708
|
+
windows/wmsetup.log
|
|
709
|
+
winnt/repair
|
|
710
|
+
winnt/system32/logfiles
|
|
711
|
+
wp-config.
|
|
712
|
+
www/conf/httpd.conf
|
|
713
|
+
www/logs
|
|
714
|
+
xampp/apache/logs
|
|
715
|
+
xampp/filezillaftp
|
|
716
|
+
xampp/htdocs
|
|
717
|
+
xampp/mercurymail
|
|
718
|
+
xampp/mysql/data
|
|
719
|
+
xampp/php
|
|
720
|
+
xampp/sendmail
|
|
721
|
+
xampp/webalizer/webalizer.conf
|
|
722
|
+
yarn.lock
|