@abtnode/router-provider 1.16.46-beta-20250703-024219-4029ee97 → 1.16.46-beta-20250703-050038-4ba2582f

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.
Files changed (34) hide show
  1. package/lib/nginx/includes/security/crs4/rules/REQUEST-901-INITIALIZATION.conf +42 -40
  2. package/lib/nginx/includes/security/crs4/rules/REQUEST-905-COMMON-EXCEPTIONS.conf +4 -4
  3. package/lib/nginx/includes/security/crs4/rules/REQUEST-911-METHOD-ENFORCEMENT.conf +12 -11
  4. package/lib/nginx/includes/security/crs4/rules/REQUEST-913-SCANNER-DETECTION.conf +12 -11
  5. package/lib/nginx/includes/security/crs4/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf +127 -148
  6. package/lib/nginx/includes/security/crs4/rules/REQUEST-921-PROTOCOL-ATTACK.conf +80 -35
  7. package/lib/nginx/includes/security/crs4/rules/REQUEST-922-MULTIPART-ATTACK.conf +12 -6
  8. package/lib/nginx/includes/security/crs4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf +22 -17
  9. package/lib/nginx/includes/security/crs4/rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf +20 -15
  10. package/lib/nginx/includes/security/crs4/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf +254 -86
  11. package/lib/nginx/includes/security/crs4/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf +172 -65
  12. package/lib/nginx/includes/security/crs4/rules/REQUEST-934-APPLICATION-ATTACK-GENERIC.conf +65 -29
  13. package/lib/nginx/includes/security/crs4/rules/REQUEST-941-APPLICATION-ATTACK-XSS.conf +114 -78
  14. package/lib/nginx/includes/security/crs4/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf +182 -120
  15. package/lib/nginx/includes/security/crs4/rules/REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION.conf +19 -16
  16. package/lib/nginx/includes/security/crs4/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf +48 -34
  17. package/lib/nginx/includes/security/crs4/rules/REQUEST-949-BLOCKING-EVALUATION.conf +30 -30
  18. package/lib/nginx/includes/security/crs4/rules/RESPONSE-950-DATA-LEAKAGES.conf +20 -15
  19. package/lib/nginx/includes/security/crs4/rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf +47 -29
  20. package/lib/nginx/includes/security/crs4/rules/RESPONSE-952-DATA-LEAKAGES-JAVA.conf +15 -36
  21. package/lib/nginx/includes/security/crs4/rules/RESPONSE-953-DATA-LEAKAGES-PHP.conf +20 -15
  22. package/lib/nginx/includes/security/crs4/rules/RESPONSE-954-DATA-LEAKAGES-IIS.conf +22 -17
  23. package/lib/nginx/includes/security/crs4/rules/RESPONSE-955-WEB-SHELLS.conf +92 -43
  24. package/lib/nginx/includes/security/crs4/rules/RESPONSE-959-BLOCKING-EVALUATION.conf +30 -30
  25. package/lib/nginx/includes/security/crs4/rules/RESPONSE-980-CORRELATION.conf +23 -23
  26. package/lib/nginx/includes/security/crs4/rules/java-classes.data +11 -0
  27. package/lib/nginx/includes/security/crs4/rules/lfi-os-files.data +227 -15
  28. package/lib/nginx/includes/security/crs4/rules/php-function-names-933150.data +0 -7
  29. package/lib/nginx/includes/security/crs4/rules/restricted-files.data +250 -29
  30. package/lib/nginx/includes/security/crs4/rules/restricted-upload.data +200 -26
  31. package/lib/nginx/includes/security/crs4/rules/unix-shell-builtins.data +20 -0
  32. package/lib/nginx/includes/security/crs4/rules/unix-shell.data +39 -18
  33. package/lib/nginx/includes/security/crs4/rules/web-shells-asp.data +23 -0
  34. package/package.json +7 -7
@@ -3,32 +3,53 @@
3
3
  .htaccess
4
4
  .htdigest
5
5
  .htpasswd
6
- # home level dotfiles (keep in sync with lfi-os-files.data)
7
- # grep -E '^\.' lfi-os-files.data
6
+ # home level dotfiles (keep in sync with lfi-os-files.data).
7
+ # Also include commented values (e.g., `# .env`), but not comments.
8
+ # grep -E "^(#\s*)?\.\S+$" lfi-os-files.data | sed 's/^#\s*//'
8
9
  .addressbook
10
+ .anydesk/
9
11
  .aptitude/config
12
+ .atom/
10
13
  .aws/
11
14
  .azure/
12
15
  .bash_
13
16
  .bashrc
17
+ .boto
14
18
  .cache/notify-osd.log
15
19
  .config/
16
20
  .cshrc
17
- .docker
21
+ .cups/
22
+ .dbus/
23
+ .deployment-secrets.txt
24
+ .docker/
18
25
  .drush/
19
26
  .env
27
+ .envrc
20
28
  .eslintignore
21
29
  .fbcindex
22
30
  .forward
31
+ .gem/
32
+ .git/
23
33
  .gitattributes
24
34
  .gitconfig
35
+ .gitignore
36
+ .gitkeep
37
+ .gitmodules
38
+ .gnome/
39
+ .gnome2/
40
+ .gnomerc/
25
41
  .gnupg/
26
42
  .google_authenticator
43
+ .gsutil/
44
+ .hg/
45
+ .hgignore
27
46
  .hplip/hplip.conf
28
47
  .htaccess
29
48
  .htdigest
30
49
  .htpasswd
50
+ .java/
31
51
  .ksh_history
52
+ .kube/
32
53
  .lesshst
33
54
  .lftp/
34
55
  .lhistory
@@ -36,13 +57,17 @@
36
57
  .lldb-history
37
58
  .local/share/mc/
38
59
  .lynx_cookies
60
+ .minikube/
39
61
  .my.cnf
40
62
  .mysql_history
41
63
  .nano_history
64
+ .netrc
42
65
  .node_repl_history
66
+ .npm/
43
67
  .npmrc
44
68
  .nsconfig
45
69
  .nsr
70
+ .nvm/
46
71
  .oh-my-
47
72
  .password-store
48
73
  .pearrc
@@ -64,44 +89,233 @@
64
89
  .snap/
65
90
  .ssh/
66
91
  .subversion/
92
+ .svn/
93
+ .svnignore
67
94
  .tconn/
68
95
  .tcshrc
69
96
  .tmux.conf
97
+ .thunderbird/
70
98
  .tor/
99
+ .travis.yaml
100
+ .travis.yml
71
101
  .vagrant.d/
72
102
  .vidalia/
73
103
  .vim/
74
104
  .viminfo
75
105
  .vimrc
76
106
  .vscode
107
+ .vmware/
77
108
  .www_acl
78
109
  .wwwacl
79
- .Xauthority
110
+ .xauthority
80
111
  .yarnrc
112
+ .zshenv
81
113
  .zhistory
82
114
  .zsh_history
83
- .zshenv
84
115
  .zshrc
85
- # Version control
86
- /.git/
87
- /.gitignore
88
- /.hg/
89
- /.hgignore
90
- /.svn/
116
+
117
+ # Generic config filenames and common permutations
118
+ config.asp
119
+ config_dev.asp
120
+ config-dev.asp
121
+ config.dev.asp
122
+ config_prod.asp
123
+ config-prod.asp
124
+ config.prod.asp
125
+ config.sample.asp
126
+ config-sample.asp
127
+ config_sample.asp
128
+ config_test.asp
129
+ config-test.asp
130
+ config.test.asp
131
+ config.ini
132
+ config_dev.ini
133
+ config-dev.ini
134
+ config.dev.ini
135
+ config_prod.ini
136
+ config-prod.ini
137
+ config.prod.ini
138
+ config.sample.ini
139
+ config-sample.ini
140
+ config_sample.ini
141
+ config_test.ini
142
+ config-test.ini
143
+ config.test.ini
144
+ config.json
145
+ config_dev.json
146
+ config-dev.json
147
+ config.dev.json
148
+ config_prod.json
149
+ config-prod.json
150
+ config.prod.json
151
+ config.sample.json
152
+ config-sample.json
153
+ config_sample.json
154
+ config_test.json
155
+ config-test.json
156
+ config.test.json
157
+ config.php
158
+ config_dev.php
159
+ config-dev.php
160
+ config.dev.php
161
+ config_prod.php
162
+ config-prod.php
163
+ config.prod.php
164
+ config.sample.php
165
+ config-sample.php
166
+ config_sample.php
167
+ config_test.php
168
+ config-test.php
169
+ config.test.php
170
+ config.pl
171
+ config_dev.pl
172
+ config-dev.pl
173
+ config.dev.pl
174
+ config_prod.pl
175
+ config-prod.pl
176
+ config.prod.pl
177
+ config.sample.pl
178
+ config-sample.pl
179
+ config_sample.pl
180
+ config_test.pl
181
+ config-test.pl
182
+ config.test.pl
183
+ config.py
184
+ config_dev.py
185
+ config-dev.py
186
+ config.dev.py
187
+ config_prod.py
188
+ config-prod.py
189
+ config.prod.py
190
+ config.sample.py
191
+ config-sample.py
192
+ config_sample.py
193
+ config_test.py
194
+ config-test.py
195
+ config.test.py
196
+ config.rb
197
+ config_dev.rb
198
+ config-dev.rb
199
+ config.dev.rb
200
+ config_prod.rb
201
+ config-prod.rb
202
+ config.prod.rb
203
+ config.sample.rb
204
+ config-sample.rb
205
+ config_sample.rb
206
+ config_test.rb
207
+ config-test.rb
208
+ config.test.rb
209
+ config.toml
210
+ config_dev.toml
211
+ config-dev.toml
212
+ config.dev.toml
213
+ config_prod.toml
214
+ config-prod.toml
215
+ config.prod.toml
216
+ config.sample.toml
217
+ config-sample.toml
218
+ config_sample.toml
219
+ config_test.toml
220
+ config-test.toml
221
+ config.test.toml
222
+ config.txt
223
+ config_dev.txt
224
+ config-dev.txt
225
+ config.dev.txt
226
+ config_prod.txt
227
+ config-prod.txt
228
+ config.prod.txt
229
+ config.sample.txt
230
+ config-sample.txt
231
+ config_sample.txt
232
+ config_test.txt
233
+ config-test.txt
234
+ config.test.txt
235
+ config.xml
236
+ config_dev.xml
237
+ config-dev.xml
238
+ config.dev.xml
239
+ config_prod.xml
240
+ config-prod.xml
241
+ config.prod.xml
242
+ config.sample.xml
243
+ config-sample.xml
244
+ config_sample.xml
245
+ config_test.xml
246
+ config-test.xml
247
+ config.test.xml
248
+ config.yaml
249
+ config_dev.yaml
250
+ config-dev.yaml
251
+ config.dev.yaml
252
+ config_prod.yaml
253
+ config-prod.yaml
254
+ config.prod.yaml
255
+ config.sample.yaml
256
+ config-sample.yaml
257
+ config_sample.yaml
258
+ config_test.yaml
259
+ config-test.yaml
260
+ config.test.yaml
261
+ config.yml
262
+ config_dev.yml
263
+ config-dev.yml
264
+ config.dev.yml
265
+ config_prod.yml
266
+ config-prod.yml
267
+ config.prod.yml
268
+ config.sample.yml
269
+ config-sample.yml
270
+ config_sample.yml
271
+ config_test.yml
272
+ config-test.yml
273
+ config.test.yml
274
+ # Compressed database dumps
275
+ .sql.001
276
+ .sql.7z
277
+ .sql.bz
278
+ .sql.ace
279
+ .sql.arj
280
+ .sql.cpio
281
+ .sql.gz
282
+ .sql.lha
283
+ .sql.lz
284
+ .sql.pa
285
+ .sql.pea
286
+ .sql.r00
287
+ .sql.r01
288
+ .sql.r02
289
+ .sql.r03
290
+ .sql.r04
291
+ .sql.r05
292
+ .sql.r06
293
+ .sql.r07
294
+ .sql.r08
295
+ .sql.r09
296
+ .sql.rar
297
+ .sql.rev
298
+ .sql.tar
299
+ .sql.taz
300
+ .sql.tbz
301
+ .sql.tgz
302
+ .sql.txz
303
+ .sql.uha
304
+ .sql.xz
305
+ .sql.yz1
306
+ .sql.z
307
+ # AWS cli
308
+ aws.yaml
309
+ aws.yml
310
+ aws-key.yaml
311
+ aws-key.yml
91
312
  # October CMS credentials file
92
313
  /auth.json
93
314
  # Wordpress
94
- wp-config.php
95
- wp-config.bak
96
- wp-config.old
97
- wp-config.temp
98
- wp-config.tmp
99
- wp-config.txt
315
+ wp-config.
316
+ wp-config-
317
+ wp-config_
100
318
  # Symfony
101
- /config/config.yml
102
- /config/config_dev.yml
103
- /config/config_prod.yml
104
- /config/config_test.yml
105
319
  /config/parameters.yml
106
320
  /config/routing.yml
107
321
  /config/security.yml
@@ -110,15 +324,11 @@ wp-config.txt
110
324
  /sites/default/default.settings.php
111
325
  /sites/default/settings.php
112
326
  /sites/default/settings.local.php
113
- # NextCloud
114
- /config/config.php
115
327
  # PrestaShop configuration files
116
328
  /config/settings.inc.php
117
329
  /app/config/parameters.php
118
330
  # Magento
119
331
  /app/etc/local.xml
120
- # Sublime Text
121
- /sftp-config.json
122
332
  # ASP.NET
123
333
  /Web.config
124
334
  # Node
@@ -127,8 +337,6 @@ wp-config.txt
127
337
  /npm-shrinkwrap.json
128
338
  /gruntfile.js
129
339
  /npm-debug.log
130
- /ormconfig.json
131
- /tsconfig.json
132
340
  /webpack.config.js
133
341
  /yarn.lock
134
342
  # Composer
@@ -148,6 +356,7 @@ bower.json
148
356
  .jshintrc
149
357
  .gitlab-ci.yml
150
358
  .travis.yml
359
+ database.yaml
151
360
  database.yml
152
361
  Dockerfile
153
362
  # PHP_CodeSniffer configuration files
@@ -165,8 +374,6 @@ Thumbs.db
165
374
  php.ini
166
375
  # Oracle WebLogic Server configuration file
167
376
  weblogic.xml
168
- # Oracle SOAP Request Handler configuration file
169
- soapConfig.xml
170
377
  # Common names for local PHP error logs
171
378
  php_error.log
172
379
  php_errors.log
@@ -185,6 +392,20 @@ sendgrid.env
185
392
  # Fish shell files
186
393
  .fish
187
394
  fish_variables
395
+ # CVE-2023-5003
396
+ ldap-authentication-report.csv
397
+ # OpenStack-Ansible credentials file
398
+ user_secrets.yml
399
+ # File used by Visual Studio to store sensitive data
400
+ secrets.json
401
+ # Docker definition files, first two are commented out
402
+ # as they are matched by the rest of the files
403
+ #docker-compose.yml
404
+ #docker-compose.yaml
405
+ compose.yml
406
+ compose.yaml
407
+ # CVE-2023-49103
408
+ phpinfo.php
188
409
 
189
410
  # /proc entries (keep in sync with lfi-os-files.data)
190
411
  # grep -E "^proc/" lfi-os-files.data
@@ -5,29 +5,36 @@
5
5
  # w
6
6
  # q
7
7
  # EOF
8
- # words="$(awk ' !/^#/ {split($0, segments, "/")} {word = segments[length(segments)]} length(word) > 3 {print word}' rules/restricted-files.data | \
9
- # sort | uniq)"
8
+ # words="$(awk ' !/^#/ && NF {
9
+ # n = split($0, segments, "/");
10
+ # word = segments[n];
11
+ # if (length(word) > 3) print word
12
+ # }' rules/restricted-files.data | sort | uniq)"
10
13
  # while read -r word; do
11
14
  # if [ "$(util/fp-finder/spell.sh -m -e - <<<"${word}")" != "${word}" ]; then
12
15
  # echo "${word}" >> rules/restricted-upload.data
13
16
  # fi
14
17
  # done <<<"${words}"
15
-
16
- .DS_Store
17
18
  .addressbook
18
19
  .bash_
19
20
  .bashrc
21
+ .boto
20
22
  .bowerrc
21
23
  .cshrc
22
- .docker
24
+ .deployment-secrets.txt
25
+ .DS_Store
23
26
  .env
27
+ .envrc
24
28
  .eslintignore
25
29
  .eslintrc
26
30
  .fbcindex
31
+ .fish
27
32
  .forward
28
33
  .gitattributes
29
34
  .gitconfig
30
35
  .gitignore
36
+ .gitkeep
37
+ .gitmodules
31
38
  .gitlab-ci.yml
32
39
  .google_authenticator
33
40
  .hgignore
@@ -45,7 +52,9 @@
45
52
  .my.cnf
46
53
  .mysql_history
47
54
  .nano_history
55
+ .netrc
48
56
  .node_repl_history
57
+ .npmrc
49
58
  .nsconfig
50
59
  .nsr
51
60
  .oh-my-
@@ -65,50 +74,216 @@
65
74
  .rediscli_history
66
75
  .rhistory
67
76
  .rhosts
77
+ .selected_editor
68
78
  .sh_history
69
79
  .sqlite_history
80
+ .svnignore
70
81
  .tcshrc
82
+ .tmux.conf
83
+ .travis.yaml
71
84
  .travis.yml
72
85
  .user.ini
73
86
  .viminfo
74
87
  .vimrc
88
+ .vscode
75
89
  .ws_ftp.ini
76
90
  .www_acl
77
91
  .wwwacl
78
92
  .xauthority
93
+ .yarnrc
79
94
  .zhistory
80
95
  .zsh_history
96
+ .zshenv
81
97
  .zshrc
82
- Desktop.ini
83
- Dockerfile
84
- Thumbs.db
85
- Web.config
98
+ # Generic config filenames and common permutations
99
+ config.asp
100
+ config_dev.asp
101
+ config-dev.asp
102
+ config.dev.asp
103
+ config_prod.asp
104
+ config-prod.asp
105
+ config.prod.asp
106
+ config.sample.asp
107
+ config-sample.asp
108
+ config_sample.asp
109
+ config_test.asp
110
+ config-test.asp
111
+ config.test.asp
112
+ config.ini
113
+ config_dev.ini
114
+ config-dev.ini
115
+ config.dev.ini
116
+ config_prod.ini
117
+ config-prod.ini
118
+ config.prod.ini
119
+ config.sample.ini
120
+ config-sample.ini
121
+ config_sample.ini
122
+ config_test.ini
123
+ config-test.ini
124
+ config.test.ini
125
+ config.json
126
+ config_dev.json
127
+ config-dev.json
128
+ config.dev.json
129
+ config_prod.json
130
+ config-prod.json
131
+ config.prod.json
132
+ config.sample.json
133
+ config-sample.json
134
+ config_sample.json
135
+ config_test.json
136
+ config-test.json
137
+ config.test.json
138
+ config.php
139
+ config_dev.php
140
+ config-dev.php
141
+ config.dev.php
142
+ config_prod.php
143
+ config-prod.php
144
+ config.prod.php
145
+ config.sample.php
146
+ config-sample.php
147
+ config_sample.php
148
+ config_test.php
149
+ config-test.php
150
+ config.test.php
151
+ config.pl
152
+ config_dev.pl
153
+ config-dev.pl
154
+ config.dev.pl
155
+ config_prod.pl
156
+ config-prod.pl
157
+ config.prod.pl
158
+ config.sample.pl
159
+ config-sample.pl
160
+ config_sample.pl
161
+ config_test.pl
162
+ config-test.pl
163
+ config.test.pl
164
+ config.py
165
+ config_dev.py
166
+ config-dev.py
167
+ config.dev.py
168
+ config_prod.py
169
+ config-prod.py
170
+ config.prod.py
171
+ config.sample.py
172
+ config-sample.py
173
+ config_sample.py
174
+ config_test.py
175
+ config-test.py
176
+ config.test.py
177
+ config.rb
178
+ config_dev.rb
179
+ config-dev.rb
180
+ config.dev.rb
181
+ config_prod.rb
182
+ config-prod.rb
183
+ config.prod.rb
184
+ config.sample.rb
185
+ config-sample.rb
186
+ config_sample.rb
187
+ config_test.rb
188
+ config-test.rb
189
+ config.test.rb
190
+ config.toml
191
+ config_dev.toml
192
+ config-dev.toml
193
+ config.dev.toml
194
+ config_prod.toml
195
+ config-prod.toml
196
+ config.prod.toml
197
+ config.sample.toml
198
+ config-sample.toml
199
+ config_sample.toml
200
+ config_test.toml
201
+ config-test.toml
202
+ config.test.toml
203
+ config.txt
204
+ config_dev.txt
205
+ config-dev.txt
206
+ config.dev.txt
207
+ config_prod.txt
208
+ config-prod.txt
209
+ config.prod.txt
210
+ config.sample.txt
211
+ config-sample.txt
212
+ config_sample.txt
213
+ config_test.txt
214
+ config-test.txt
215
+ config.test.txt
216
+ config.xml
217
+ config_dev.xml
218
+ config-dev.xml
219
+ config.dev.xml
220
+ config_prod.xml
221
+ config-prod.xml
222
+ config.prod.xml
223
+ config.sample.xml
224
+ config-sample.xml
225
+ config_sample.xml
226
+ config_test.xml
227
+ config-test.xml
228
+ config.test.xml
229
+ config.yaml
230
+ config_dev.yaml
231
+ config-dev.yaml
232
+ config.dev.yaml
233
+ config_prod.yaml
234
+ config-prod.yaml
235
+ config.prod.yaml
236
+ config.sample.yaml
237
+ config-sample.yaml
238
+ config_sample.yaml
239
+ config_test.yaml
240
+ config-test.yaml
241
+ config.test.yaml
242
+ config.yml
243
+ config_dev.yml
244
+ config-dev.yml
245
+ config.dev.yml
246
+ config_prod.yml
247
+ config-prod.yml
248
+ config.prod.yml
249
+ config.sample.yml
250
+ config-sample.yml
251
+ config_sample.yml
252
+ config_test.yml
253
+ config-test.yml
254
+ config.test.yml
86
255
  acpi
87
256
  asound
88
257
  auth.json
258
+ aws.yaml
259
+ aws.yml
260
+ aws-key.yaml
261
+ aws-key.yml
262
+ BlockCypher.log
89
263
  bootconfig
90
264
  bower.json
91
265
  buddyinfo
92
266
  cgroups
93
267
  cmdline
268
+ compose.yaml
269
+ compose.yml
94
270
  composer.json
95
271
  composer.lock
96
272
  config.gz
97
273
  config.inc.php
98
- config.php
99
274
  config.sample.php
100
- config.yml
101
- config_dev.yml
102
- config_prod.yml
103
- config_test.yml
104
275
  cpuinfo
276
+ database.yaml
105
277
  database.yml
106
- defaults.inc.php
107
278
  default.settings.php
279
+ defaults.inc.php
280
+ Desktop.ini
108
281
  diskstats
282
+ Dockerfile
109
283
  dynamic_debug
110
284
  execdomains
111
285
  filesystems
286
+ fish_variables
112
287
  gruntfile.js
113
288
  hplip.conf
114
289
  hypervisor
@@ -123,6 +298,7 @@ kpagecgroup
123
298
  kpagecount
124
299
  kpageflags
125
300
  latency_stats
301
+ ldap-authentication-report.csv
126
302
  loadavg
127
303
  local.xml
128
304
  mdstat
@@ -131,47 +307,45 @@ mtrr
131
307
  notify-osd.log
132
308
  npm-debug.log
133
309
  npm-shrinkwrap.json
134
- ormconfig.json
135
310
  package-lock.json
136
311
  package.json
137
312
  packages.json
138
313
  pagetypeinfo
139
314
  parameters.php
140
315
  parameters.yml
141
- php.ini
142
316
  php_error.log
143
317
  php_errors.log
318
+ php.ini
144
319
  phpcs.xml
145
320
  phpcs.xml.dist
146
321
  routing.yml
147
322
  sched_debug
148
323
  schedstat
324
+ secrets.json
149
325
  security.yml
326
+ sendgrid.env
150
327
  services.yml
151
328
  settings.inc.php
152
329
  settings.local.php
153
330
  settings.php
154
- sftp-config.json
155
331
  slabinfo
156
- soapConfig.xml
157
332
  softirqs
158
333
  sslvpn_websession
159
334
  sysrq-trigger
160
335
  sysvipc
161
336
  thread-self
337
+ Thumbs.db
162
338
  timer_list
163
339
  timer_stats
164
- tsconfig.json
340
+ user_secrets.yml
165
341
  version_signature
166
342
  vmallocinfo
167
343
  vmstat
344
+ Web.config
168
345
  weblogic.xml
169
346
  webpack.config.js
170
- wp-config.bak
171
- wp-config.old
172
- wp-config.php
173
- wp-config.temp
174
- wp-config.tmp
175
- wp-config.txt
347
+ wp-config.
348
+ wp-config-
349
+ wp-config_
176
350
  yarn.lock
177
351
  zoneinfo