@abtnode/router-provider 1.16.46-beta-20250703-024219-4029ee97 → 1.16.46-beta-20250704-234926-09d872ad

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 (35) hide show
  1. package/lib/nginx/includes/security/crs4/rules/REQUEST-900-EXCLUSION-RULES-BEFORE-CRS.conf +1 -1
  2. package/lib/nginx/includes/security/crs4/rules/REQUEST-901-INITIALIZATION.conf +42 -40
  3. package/lib/nginx/includes/security/crs4/rules/REQUEST-905-COMMON-EXCEPTIONS.conf +4 -4
  4. package/lib/nginx/includes/security/crs4/rules/REQUEST-911-METHOD-ENFORCEMENT.conf +12 -11
  5. package/lib/nginx/includes/security/crs4/rules/REQUEST-913-SCANNER-DETECTION.conf +12 -11
  6. package/lib/nginx/includes/security/crs4/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf +127 -148
  7. package/lib/nginx/includes/security/crs4/rules/REQUEST-921-PROTOCOL-ATTACK.conf +80 -35
  8. package/lib/nginx/includes/security/crs4/rules/REQUEST-922-MULTIPART-ATTACK.conf +12 -6
  9. package/lib/nginx/includes/security/crs4/rules/REQUEST-930-APPLICATION-ATTACK-LFI.conf +22 -17
  10. package/lib/nginx/includes/security/crs4/rules/REQUEST-931-APPLICATION-ATTACK-RFI.conf +20 -15
  11. package/lib/nginx/includes/security/crs4/rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf +254 -86
  12. package/lib/nginx/includes/security/crs4/rules/REQUEST-933-APPLICATION-ATTACK-PHP.conf +172 -65
  13. package/lib/nginx/includes/security/crs4/rules/REQUEST-934-APPLICATION-ATTACK-GENERIC.conf +65 -29
  14. package/lib/nginx/includes/security/crs4/rules/REQUEST-941-APPLICATION-ATTACK-XSS.conf +114 -78
  15. package/lib/nginx/includes/security/crs4/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf +182 -120
  16. package/lib/nginx/includes/security/crs4/rules/REQUEST-943-APPLICATION-ATTACK-SESSION-FIXATION.conf +19 -16
  17. package/lib/nginx/includes/security/crs4/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf +48 -34
  18. package/lib/nginx/includes/security/crs4/rules/REQUEST-949-BLOCKING-EVALUATION.conf +30 -30
  19. package/lib/nginx/includes/security/crs4/rules/RESPONSE-950-DATA-LEAKAGES.conf +20 -15
  20. package/lib/nginx/includes/security/crs4/rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf +47 -29
  21. package/lib/nginx/includes/security/crs4/rules/RESPONSE-952-DATA-LEAKAGES-JAVA.conf +15 -36
  22. package/lib/nginx/includes/security/crs4/rules/RESPONSE-953-DATA-LEAKAGES-PHP.conf +20 -15
  23. package/lib/nginx/includes/security/crs4/rules/RESPONSE-954-DATA-LEAKAGES-IIS.conf +22 -17
  24. package/lib/nginx/includes/security/crs4/rules/RESPONSE-955-WEB-SHELLS.conf +92 -43
  25. package/lib/nginx/includes/security/crs4/rules/RESPONSE-959-BLOCKING-EVALUATION.conf +30 -30
  26. package/lib/nginx/includes/security/crs4/rules/RESPONSE-980-CORRELATION.conf +23 -23
  27. package/lib/nginx/includes/security/crs4/rules/java-classes.data +11 -0
  28. package/lib/nginx/includes/security/crs4/rules/lfi-os-files.data +227 -15
  29. package/lib/nginx/includes/security/crs4/rules/php-function-names-933150.data +0 -7
  30. package/lib/nginx/includes/security/crs4/rules/restricted-files.data +250 -29
  31. package/lib/nginx/includes/security/crs4/rules/restricted-upload.data +200 -26
  32. package/lib/nginx/includes/security/crs4/rules/unix-shell-builtins.data +20 -0
  33. package/lib/nginx/includes/security/crs4/rules/unix-shell.data +39 -18
  34. package/lib/nginx/includes/security/crs4/rules/web-shells-asp.data +23 -0
  35. package/package.json +9 -9
@@ -31,18 +31,29 @@
31
31
  .cshrc
32
32
  .cups/
33
33
  .dbus/
34
- .docker
34
+ .deployment-secrets.txt
35
+ .docker/
35
36
  .drush/
36
- .env
37
+ # .env
38
+ .envrc
37
39
  .eslintignore
38
40
  .fbcindex
39
41
  .forward
40
42
  .gem/
43
+ .git/
41
44
  .gitattributes
42
45
  .gitconfig
43
- .gnonme/
46
+ .gitignore
47
+ .gitkeep
48
+ .gitmodules
49
+ .gnome/
50
+ .gnome2/
51
+ .gnomerc/
44
52
  .gnupg/
53
+ .google_authenticator
45
54
  .gsutil/
55
+ .hg/
56
+ .hgignore
46
57
  .hplip/hplip.conf
47
58
  .htaccess
48
59
  .htdigest
@@ -64,6 +75,7 @@
64
75
  .netrc
65
76
  .node_repl_history
66
77
  .npm/
78
+ .npmrc
67
79
  .nsconfig
68
80
  .nsr
69
81
  .nvm/
@@ -82,22 +94,33 @@
82
94
  .rediscli_history
83
95
  .rhistory
84
96
  .rhosts
97
+ .selected_editor
85
98
  .sh_history
86
99
  .sqlite_history
100
+ .snap/
87
101
  .ssh/
88
102
  .subversion/
103
+ .svn/
104
+ .svnignore
89
105
  .tconn/
90
106
  .tcshrc
107
+ .tmux.conf
91
108
  .thunderbird/
92
109
  .tor/
110
+ .travis.yaml
111
+ .travis.yml
112
+ .vagrant.d/
93
113
  .vidalia/
94
114
  .vim/
95
115
  .viminfo
96
116
  .vimrc
117
+ .vscode
97
118
  .vmware/
98
119
  .www_acl
99
120
  .wwwacl
100
121
  .xauthority
122
+ .yarnrc
123
+ .zshenv
101
124
  .zhistory
102
125
  .zsh_history
103
126
  .zshrc
@@ -106,6 +129,203 @@
106
129
  /php.ini
107
130
  /tmp/
108
131
 
132
+ # Generic config filenames and common permutations
133
+ config.asp
134
+ config_dev.asp
135
+ config-dev.asp
136
+ config.dev.asp
137
+ config_prod.asp
138
+ config-prod.asp
139
+ config.prod.asp
140
+ config.sample.asp
141
+ config-sample.asp
142
+ config_sample.asp
143
+ config_test.asp
144
+ config-test.asp
145
+ config.test.asp
146
+ config.ini
147
+ config_dev.ini
148
+ config-dev.ini
149
+ config.dev.ini
150
+ config_prod.ini
151
+ config-prod.ini
152
+ config.prod.ini
153
+ config.sample.ini
154
+ config-sample.ini
155
+ config_sample.ini
156
+ config_test.ini
157
+ config-test.ini
158
+ config.test.ini
159
+ config.json
160
+ config_dev.json
161
+ config-dev.json
162
+ config.dev.json
163
+ config_prod.json
164
+ config-prod.json
165
+ config.prod.json
166
+ config.sample.json
167
+ config-sample.json
168
+ config_sample.json
169
+ config_test.json
170
+ config-test.json
171
+ config.test.json
172
+ config.php
173
+ config_dev.php
174
+ config-dev.php
175
+ config.dev.php
176
+ config_prod.php
177
+ config-prod.php
178
+ config.prod.php
179
+ config.sample.php
180
+ config-sample.php
181
+ config_sample.php
182
+ config_test.php
183
+ config-test.php
184
+ config.test.php
185
+ config.pl
186
+ config_dev.pl
187
+ config-dev.pl
188
+ config.dev.pl
189
+ config_prod.pl
190
+ config-prod.pl
191
+ config.prod.pl
192
+ config.sample.pl
193
+ config-sample.pl
194
+ config_sample.pl
195
+ config_test.pl
196
+ config-test.pl
197
+ config.test.pl
198
+ config.py
199
+ config_dev.py
200
+ config-dev.py
201
+ config.dev.py
202
+ config_prod.py
203
+ config-prod.py
204
+ config.prod.py
205
+ config.sample.py
206
+ config-sample.py
207
+ config_sample.py
208
+ config_test.py
209
+ config-test.py
210
+ config.test.py
211
+ config.rb
212
+ config_dev.rb
213
+ config-dev.rb
214
+ config.dev.rb
215
+ config_prod.rb
216
+ config-prod.rb
217
+ config.prod.rb
218
+ config.sample.rb
219
+ config-sample.rb
220
+ config_sample.rb
221
+ config_test.rb
222
+ config-test.rb
223
+ config.test.rb
224
+ config.toml
225
+ config_dev.toml
226
+ config-dev.toml
227
+ config.dev.toml
228
+ config_prod.toml
229
+ config-prod.toml
230
+ config.prod.toml
231
+ config.sample.toml
232
+ config-sample.toml
233
+ config_sample.toml
234
+ config_test.toml
235
+ config-test.toml
236
+ config.test.toml
237
+ config.txt
238
+ config_dev.txt
239
+ config-dev.txt
240
+ config.dev.txt
241
+ config_prod.txt
242
+ config-prod.txt
243
+ config.prod.txt
244
+ config.sample.txt
245
+ config-sample.txt
246
+ config_sample.txt
247
+ config_test.txt
248
+ config-test.txt
249
+ config.test.txt
250
+ config.xml
251
+ config_dev.xml
252
+ config-dev.xml
253
+ config.dev.xml
254
+ config_prod.xml
255
+ config-prod.xml
256
+ config.prod.xml
257
+ config.sample.xml
258
+ config-sample.xml
259
+ config_sample.xml
260
+ config_test.xml
261
+ config-test.xml
262
+ config.test.xml
263
+ config.yaml
264
+ config_dev.yaml
265
+ config-dev.yaml
266
+ config.dev.yaml
267
+ config_prod.yaml
268
+ config-prod.yaml
269
+ config.prod.yaml
270
+ config.sample.yaml
271
+ config-sample.yaml
272
+ config_sample.yaml
273
+ config_test.yaml
274
+ config-test.yaml
275
+ config.test.yaml
276
+ config.yml
277
+ config_dev.yml
278
+ config-dev.yml
279
+ config.dev.yml
280
+ config_prod.yml
281
+ config-prod.yml
282
+ config.prod.yml
283
+ config.sample.yml
284
+ config-sample.yml
285
+ config_sample.yml
286
+ config_test.yml
287
+ config-test.yml
288
+ config.test.yml
289
+ # Compressed database dumps
290
+ .sql.001
291
+ .sql.7z
292
+ .sql.bz
293
+ .sql.ace
294
+ .sql.arj
295
+ .sql.cpio
296
+ .sql.gz
297
+ .sql.lha
298
+ .sql.lz
299
+ .sql.pa
300
+ .sql.pea
301
+ .sql.r00
302
+ .sql.r01
303
+ .sql.r02
304
+ .sql.r03
305
+ .sql.r04
306
+ .sql.r05
307
+ .sql.r06
308
+ .sql.r07
309
+ .sql.r08
310
+ .sql.r09
311
+ .sql.rar
312
+ .sql.rev
313
+ .sql.tar
314
+ .sql.taz
315
+ .sql.tbz
316
+ .sql.tgz
317
+ .sql.txz
318
+ .sql.uha
319
+ .sql.xz
320
+ .sql.yz1
321
+ .sql.z
322
+ # CVE-2023-49103
323
+ phpinfo.php
324
+ # AWS cli
325
+ aws.yaml
326
+ aws.yml
327
+ aws-key.yaml
328
+ aws-key.yml
109
329
  # Apache httpd entries can be generated with the following command:
110
330
  # 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
331
  apache/access.conf
@@ -141,18 +361,15 @@ app/etc/local.xml
141
361
  boot.ini
142
362
  boot/grub/grub.cfg
143
363
  boot/grub/menu.lst
144
- config_dev.yml
145
- config_prod.yml
146
364
  config.sample.php
147
- config_test.yml
148
365
  config.inc.php
149
- config.php
150
- config.yml
151
366
  config/app.php
152
367
  config/custom.php
153
368
  config/database.php
154
369
  configuration.php
155
370
  cpanel/logs
371
+ database.yaml
372
+ database.yml
156
373
  data/elasticsearch
157
374
  data/kafka
158
375
  defaults.inc.php
@@ -471,8 +688,6 @@ gruntfile.js
471
688
  home/postgres
472
689
  http/httpd.conf
473
690
  httpd/conf/httpd.conf
474
- inc/config.php
475
- includes/config.php
476
691
  includes/configure.php
477
692
  inetpub/wwwroot/global.asa
478
693
  jakarta/dist/tomcat
@@ -509,7 +724,6 @@ opt/lampp
509
724
  opt/nuxeo
510
725
  opt/tomcat
511
726
  opt/xampp
512
- ormconfig.json
513
727
  package-lock.json
514
728
  package.json
515
729
  parameters.yml
@@ -614,11 +828,9 @@ server/default/conf
614
828
  server/default/deploy
615
829
  server/default/log
616
830
  services.yml
617
- sftp-config.json
618
831
  sites/default/default.settings.php
619
832
  sites/default/settings.local.php
620
833
  sites/default/settings.php
621
- squirrelmail/config/config.php
622
834
  squirrelmail/www
623
835
  sys/block
624
836
  sys/bus
@@ -636,7 +848,6 @@ system32/config
636
848
  system32/inetsrv/config
637
849
  tmp/access.log
638
850
  tmp/kafka-logs
639
- tsconfig.json
640
851
  typo3conf/localconf.php
641
852
  usr/etc/pure-ftpd.conf
642
853
  usr/home/user/lighttpd
@@ -651,7 +862,6 @@ usr/ports/contrib/pure-ftpd
651
862
  usr/ports/ftp/pure-ftpd
652
863
  usr/sbin/mudlogd
653
864
  usr/sbin/mudpasswd
654
- usr/sbin/pure-config.pl
655
865
  usr/share/adduser
656
866
  usr/share/logs
657
867
  usr/share/squirrelmail
@@ -709,6 +919,8 @@ windows/wmsetup.log
709
919
  winnt/repair
710
920
  winnt/system32/logfiles
711
921
  wp-config.
922
+ wp-config-
923
+ wp-config_
712
924
  www/conf/httpd.conf
713
925
  www/logs
714
926
  xampp/apache/logs
@@ -41,8 +41,6 @@ fclose
41
41
  file_exists
42
42
  file_get_contents
43
43
  finfo_open
44
- fopen
45
- fputs
46
44
  fsockopen
47
45
  ftp_connect
48
46
  ftp_get
@@ -125,7 +123,6 @@ mb_eregi_replace
125
123
  mb_parse_str
126
124
  md5_file
127
125
  method_exists
128
- mkdir
129
126
  move_uploaded_file
130
127
  mysql_query
131
128
  number_format
@@ -171,7 +168,6 @@ preg_replace_callback
171
168
  preg_replace_callback_array
172
169
  preg_split
173
170
  print_r
174
- printf
175
171
  proc_close
176
172
  proc_get_status
177
173
  proc_nice
@@ -186,7 +182,6 @@ readgzfile
186
182
  register_shutdown_function
187
183
  register_tick_function
188
184
  rename_function
189
- rtrim
190
185
  runkit_constant_add
191
186
  runkit_constant_redefine
192
187
  runkit_function_add
@@ -225,7 +220,6 @@ sqlite_unbuffered_query
225
220
  str_replace
226
221
  stream_context_create
227
222
  stream_socket_client
228
- strip_tags
229
223
  stripcslashes
230
224
  stripslashes
231
225
  strlen
@@ -240,6 +234,5 @@ uksort
240
234
  unserialize
241
235
  urldecode
242
236
  urlencode
243
- usort
244
237
  var_dump
245
238
  zlib_decode