@abtnode/router-provider 1.16.38-beta-20250115-235439-bb5a1c1b → 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,670 @@
|
|
|
1
|
+
# This list has generic unix shell variables, shells and commands that affect Unix systems.
|
|
2
|
+
# To generate the list, we get the data from all places first. Strip or add the path to commands so it begins with `bin`.
|
|
3
|
+
# Sort the file content ascending, and remove duplicate lines.
|
|
4
|
+
#
|
|
5
|
+
# Data comes from multiple places, listed below.
|
|
6
|
+
# - Binaries:
|
|
7
|
+
# - GTFOBins. Update list using `curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/GTFOBins/GTFOBins.github.io/contents/_gtfobins | jq '.[].name' | grep '.md' | tr -d '"' | cut -f1 -d.`
|
|
8
|
+
# - Shell lists:
|
|
9
|
+
# - https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/etc.html
|
|
10
|
+
# - https://en.wikipedia.org/wiki/Unix_shell
|
|
11
|
+
# - https://hyperpolyglot.org/unix-shells
|
|
12
|
+
# - Generic shell variables (Ad-Hoc for now, needs references)
|
|
13
|
+
# - Generic /etc and /dev files (Ad-Hoc, needs references)
|
|
14
|
+
# - Compression and decompression utilities present on Arch Linux (as of 2022-08-02) and Debian 11
|
|
15
|
+
|
|
16
|
+
${CDPATH}
|
|
17
|
+
${DIRSTACK}
|
|
18
|
+
${HOME}
|
|
19
|
+
${HOSTNAME}
|
|
20
|
+
${IFS}
|
|
21
|
+
${OLDPWD}
|
|
22
|
+
${OSTYPE}
|
|
23
|
+
${PATH}
|
|
24
|
+
${PWD}
|
|
25
|
+
${SHELL}
|
|
26
|
+
$CDPATH
|
|
27
|
+
$DIRSTACK
|
|
28
|
+
$HOME
|
|
29
|
+
$HOSTNAME
|
|
30
|
+
$IFS
|
|
31
|
+
$OLDPWD
|
|
32
|
+
$OSTYPE
|
|
33
|
+
$PATH
|
|
34
|
+
$PWD
|
|
35
|
+
$SHELL
|
|
36
|
+
bin/7z
|
|
37
|
+
bin/7za
|
|
38
|
+
bin/7zr
|
|
39
|
+
bin/7zx
|
|
40
|
+
bin/ab
|
|
41
|
+
bin/addgroup
|
|
42
|
+
bin/adduser
|
|
43
|
+
bin/agetty
|
|
44
|
+
bin/alias
|
|
45
|
+
bin/alpine
|
|
46
|
+
bin/ansible
|
|
47
|
+
bin/apt
|
|
48
|
+
bin/apt-get
|
|
49
|
+
bin/aptitude
|
|
50
|
+
bin/ar
|
|
51
|
+
bin/arch
|
|
52
|
+
bin/aria2c
|
|
53
|
+
bin/arj
|
|
54
|
+
bin/arp
|
|
55
|
+
bin/as
|
|
56
|
+
bin/ascii-xfr
|
|
57
|
+
bin/ascii85
|
|
58
|
+
bin/ash
|
|
59
|
+
bin/aspell
|
|
60
|
+
bin/at
|
|
61
|
+
bin/atobm
|
|
62
|
+
bin/awk
|
|
63
|
+
bin/axel
|
|
64
|
+
bin/aws
|
|
65
|
+
bin/base32
|
|
66
|
+
bin/base64
|
|
67
|
+
bin/basename
|
|
68
|
+
bin/basenc
|
|
69
|
+
bin/bash
|
|
70
|
+
bin/batch
|
|
71
|
+
bin/blkid
|
|
72
|
+
bin/bpftrace
|
|
73
|
+
bin/breaksw
|
|
74
|
+
bin/bridge
|
|
75
|
+
bin/bsdcat
|
|
76
|
+
bin/bsdiff
|
|
77
|
+
bin/bsdtar
|
|
78
|
+
bin/builtin
|
|
79
|
+
bin/bundler
|
|
80
|
+
bin/bunzip2
|
|
81
|
+
bin/busctl
|
|
82
|
+
bin/busybox
|
|
83
|
+
bin/byebug
|
|
84
|
+
bin/byobu
|
|
85
|
+
bin/bzcat
|
|
86
|
+
bin/bzcmp
|
|
87
|
+
bin/bzdiff
|
|
88
|
+
bin/bzegrep
|
|
89
|
+
bin/bzexe
|
|
90
|
+
bin/bzfgrep
|
|
91
|
+
bin/bzgrep
|
|
92
|
+
bin/bzip2
|
|
93
|
+
bin/bzip2recover
|
|
94
|
+
bin/bzless
|
|
95
|
+
bin/bzmore
|
|
96
|
+
bin/bzz
|
|
97
|
+
bin/c89
|
|
98
|
+
bin/c99
|
|
99
|
+
bin/cancel
|
|
100
|
+
bin/capsh
|
|
101
|
+
bin/cat
|
|
102
|
+
bin/cc
|
|
103
|
+
bin/certbot
|
|
104
|
+
bin/chattr
|
|
105
|
+
bin/chdir
|
|
106
|
+
bin/check_by_ssh
|
|
107
|
+
bin/check_cups
|
|
108
|
+
bin/check_log
|
|
109
|
+
bin/check_memory
|
|
110
|
+
bin/check_raid
|
|
111
|
+
bin/check_ssl_cert
|
|
112
|
+
bin/check_statusfile
|
|
113
|
+
bin/chef
|
|
114
|
+
bin/chflags
|
|
115
|
+
bin/chgrp
|
|
116
|
+
bin/chmod
|
|
117
|
+
bin/choom
|
|
118
|
+
bin/chown
|
|
119
|
+
bin/chpass
|
|
120
|
+
bin/chgpasswd
|
|
121
|
+
bin/chroot
|
|
122
|
+
bin/chsh
|
|
123
|
+
bin/clang
|
|
124
|
+
bin/clang++
|
|
125
|
+
bin/cmp
|
|
126
|
+
bin/cobc
|
|
127
|
+
bin/column
|
|
128
|
+
bin/comm
|
|
129
|
+
bin/command
|
|
130
|
+
bin/composer
|
|
131
|
+
bin/compress
|
|
132
|
+
bin/coproc
|
|
133
|
+
bin/core_perl/zipdetails
|
|
134
|
+
bin/cowsay
|
|
135
|
+
bin/cowthink
|
|
136
|
+
bin/cp
|
|
137
|
+
bin/cpan
|
|
138
|
+
bin/cpio
|
|
139
|
+
bin/cpulimit
|
|
140
|
+
bin/crash
|
|
141
|
+
bin/cron
|
|
142
|
+
bin/crontab
|
|
143
|
+
bin/cscli
|
|
144
|
+
bin/csh
|
|
145
|
+
bin/csplit
|
|
146
|
+
bin/csvtool
|
|
147
|
+
bin/cupsfilter
|
|
148
|
+
bin/curl
|
|
149
|
+
bin/cut
|
|
150
|
+
bin/dash
|
|
151
|
+
bin/date
|
|
152
|
+
bin/df
|
|
153
|
+
bin/dd
|
|
154
|
+
bin/dhclient
|
|
155
|
+
bin/dialog
|
|
156
|
+
bin/diff
|
|
157
|
+
bin/dig
|
|
158
|
+
bin/dir
|
|
159
|
+
bin/dmesg
|
|
160
|
+
bin/dmidecode
|
|
161
|
+
bin/dmsetup
|
|
162
|
+
bin/dnf
|
|
163
|
+
bin/doas
|
|
164
|
+
bin/docker
|
|
165
|
+
bin/done
|
|
166
|
+
bin/dosbox
|
|
167
|
+
bin/dpkg
|
|
168
|
+
bin/du
|
|
169
|
+
bin/dvips
|
|
170
|
+
bin/e2fsck
|
|
171
|
+
bin/easy_install
|
|
172
|
+
bin/eb
|
|
173
|
+
bin/echo
|
|
174
|
+
bin/ed
|
|
175
|
+
bin/efax
|
|
176
|
+
bin/egrep
|
|
177
|
+
bin/emacs
|
|
178
|
+
bin/endif
|
|
179
|
+
bin/endsw
|
|
180
|
+
bin/env
|
|
181
|
+
bin/env-update
|
|
182
|
+
bin/eqn
|
|
183
|
+
bin/es
|
|
184
|
+
bin/esac
|
|
185
|
+
bin/esh
|
|
186
|
+
bin/eval
|
|
187
|
+
bin/ex
|
|
188
|
+
bin/exec
|
|
189
|
+
bin/exiftool
|
|
190
|
+
bin/expand
|
|
191
|
+
bin/expect
|
|
192
|
+
bin/export
|
|
193
|
+
bin/expr
|
|
194
|
+
bin/facter
|
|
195
|
+
bin/fc
|
|
196
|
+
bin/fetch
|
|
197
|
+
bin/fg
|
|
198
|
+
bin/fgrep
|
|
199
|
+
bin/fi
|
|
200
|
+
bin/file
|
|
201
|
+
bin/filetest
|
|
202
|
+
bin/find
|
|
203
|
+
bin/finger
|
|
204
|
+
bin/fish
|
|
205
|
+
bin/flock
|
|
206
|
+
bin/fmt
|
|
207
|
+
bin/fold
|
|
208
|
+
bin/foreach
|
|
209
|
+
bin/fping
|
|
210
|
+
bin/ftp
|
|
211
|
+
bin/ftpstats
|
|
212
|
+
bin/ftpwho
|
|
213
|
+
bin/function
|
|
214
|
+
bin/gawk
|
|
215
|
+
bin/gcc
|
|
216
|
+
bin/gcore
|
|
217
|
+
bin/gdb
|
|
218
|
+
bin/gem
|
|
219
|
+
bin/genie
|
|
220
|
+
bin/genisoimage
|
|
221
|
+
bin/GET
|
|
222
|
+
bin/HEAD
|
|
223
|
+
bin/POST
|
|
224
|
+
bin/getfacl
|
|
225
|
+
bin/ghc
|
|
226
|
+
bin/ghci
|
|
227
|
+
bin/gimp
|
|
228
|
+
bin/ginsh
|
|
229
|
+
bin/git
|
|
230
|
+
bin/go
|
|
231
|
+
bin/gpg
|
|
232
|
+
bin/grc
|
|
233
|
+
bin/grep
|
|
234
|
+
bin/groupmod
|
|
235
|
+
bin/gtester
|
|
236
|
+
bin/gunzip
|
|
237
|
+
bin/gzcat
|
|
238
|
+
bin/gzexe
|
|
239
|
+
bin/gzip
|
|
240
|
+
bin/hash
|
|
241
|
+
bin/hd
|
|
242
|
+
bin/head
|
|
243
|
+
bin/hexdump
|
|
244
|
+
bin/highlight
|
|
245
|
+
bin/history
|
|
246
|
+
bin/hostid
|
|
247
|
+
bin/hostname
|
|
248
|
+
bin/hping3
|
|
249
|
+
bin/htdigest
|
|
250
|
+
bin/htop
|
|
251
|
+
bin/htpasswd
|
|
252
|
+
bin/hup
|
|
253
|
+
bin/iconv
|
|
254
|
+
bin/id
|
|
255
|
+
bin/ifconfig
|
|
256
|
+
bin/iftop
|
|
257
|
+
bin/install
|
|
258
|
+
bin/ionice
|
|
259
|
+
bin/ip
|
|
260
|
+
bin/ip6tables
|
|
261
|
+
bin/ipconfig
|
|
262
|
+
bin/iptables
|
|
263
|
+
bin/irb
|
|
264
|
+
bin/ispell
|
|
265
|
+
bin/java
|
|
266
|
+
bin/jexec
|
|
267
|
+
bin/jjs
|
|
268
|
+
bin/jobs
|
|
269
|
+
bin/join
|
|
270
|
+
bin/journalctl
|
|
271
|
+
bin/jq
|
|
272
|
+
bin/jrunscript
|
|
273
|
+
bin/kill
|
|
274
|
+
bin/killall
|
|
275
|
+
bin/knife
|
|
276
|
+
bin/ksh
|
|
277
|
+
bin/ksshell
|
|
278
|
+
bin/last
|
|
279
|
+
bin/lastcomm
|
|
280
|
+
bin/lastlog
|
|
281
|
+
bin/lastlogin
|
|
282
|
+
bin/latex
|
|
283
|
+
bin/ld
|
|
284
|
+
bin/ldconfig
|
|
285
|
+
bin/ldd
|
|
286
|
+
bin/less
|
|
287
|
+
bin/lessecho
|
|
288
|
+
bin/lessfile
|
|
289
|
+
bin/lesspipe
|
|
290
|
+
bin/lftp
|
|
291
|
+
bin/lftpget
|
|
292
|
+
bin/links
|
|
293
|
+
bin/ln
|
|
294
|
+
bin/local
|
|
295
|
+
bin/locate
|
|
296
|
+
bin/loginctl
|
|
297
|
+
bin/logname
|
|
298
|
+
bin/logsave
|
|
299
|
+
bin/look
|
|
300
|
+
bin/losetup
|
|
301
|
+
bin/lp
|
|
302
|
+
bin/ls
|
|
303
|
+
bin/ls-F
|
|
304
|
+
bin/lsb_release
|
|
305
|
+
bin/lscpu
|
|
306
|
+
bin/lshw
|
|
307
|
+
bin/lsmod
|
|
308
|
+
bin/lsof
|
|
309
|
+
bin/lspci
|
|
310
|
+
bin/lsusb
|
|
311
|
+
bin/ltrace
|
|
312
|
+
bin/lua
|
|
313
|
+
bin/lualatex
|
|
314
|
+
bin/luatex
|
|
315
|
+
bin/lwp-download
|
|
316
|
+
bin/lwp-dump
|
|
317
|
+
bin/lwp-mirror
|
|
318
|
+
bin/lwp-request
|
|
319
|
+
bin/lynx
|
|
320
|
+
bin/lz
|
|
321
|
+
bin/lz4
|
|
322
|
+
bin/lz4c
|
|
323
|
+
bin/lz4cat
|
|
324
|
+
bin/lzcat
|
|
325
|
+
bin/lzcmp
|
|
326
|
+
bin/lzdiff
|
|
327
|
+
bin/lzegrep
|
|
328
|
+
bin/lzfgrep
|
|
329
|
+
bin/lzgrep
|
|
330
|
+
bin/lzless
|
|
331
|
+
bin/lzma
|
|
332
|
+
bin/lzmadec
|
|
333
|
+
bin/lzmainfo
|
|
334
|
+
bin/lzmore
|
|
335
|
+
bin/mail
|
|
336
|
+
bin/mailq
|
|
337
|
+
bin/mailx
|
|
338
|
+
bin/make
|
|
339
|
+
bin/man
|
|
340
|
+
bin/mawk
|
|
341
|
+
bin/mkdir
|
|
342
|
+
bin/mkfifo
|
|
343
|
+
bin/mknod
|
|
344
|
+
bin/mktemp
|
|
345
|
+
bin/mlocate
|
|
346
|
+
bin/more
|
|
347
|
+
bin/mosquitto
|
|
348
|
+
bin/mount
|
|
349
|
+
bin/msgattrib
|
|
350
|
+
bin/msgcat
|
|
351
|
+
bin/msgconv
|
|
352
|
+
bin/msgfilter
|
|
353
|
+
bin/msgmerge
|
|
354
|
+
bin/msguniq
|
|
355
|
+
bin/mtr
|
|
356
|
+
bin/mutt
|
|
357
|
+
bin/mv
|
|
358
|
+
bin/mysql
|
|
359
|
+
bin/mysqladmin
|
|
360
|
+
bin/mysqldump
|
|
361
|
+
bin/mysqldumpslow
|
|
362
|
+
bin/mysqlhotcopy
|
|
363
|
+
bin/mysqlshow
|
|
364
|
+
bin/nano
|
|
365
|
+
bin/nasm
|
|
366
|
+
bin/nawk
|
|
367
|
+
bin/nc
|
|
368
|
+
bin/nc.openbsd
|
|
369
|
+
bin/nc.traditional
|
|
370
|
+
bin/ncat
|
|
371
|
+
bin/neofetch
|
|
372
|
+
bin/net
|
|
373
|
+
bin/netcat
|
|
374
|
+
bin/netkit-ftp
|
|
375
|
+
bin/netplan
|
|
376
|
+
bin/netstat
|
|
377
|
+
bin/nice
|
|
378
|
+
bin/nl
|
|
379
|
+
bin/nm
|
|
380
|
+
bin/nmap
|
|
381
|
+
bin/node
|
|
382
|
+
bin/nohup
|
|
383
|
+
bin/nping
|
|
384
|
+
bin/npm
|
|
385
|
+
bin/nroff
|
|
386
|
+
bin/nsenter
|
|
387
|
+
bin/nslookup
|
|
388
|
+
bin/nstat
|
|
389
|
+
bin/octave
|
|
390
|
+
bin/od
|
|
391
|
+
bin/onintr
|
|
392
|
+
bin/openssl
|
|
393
|
+
bin/openvpn
|
|
394
|
+
bin/openvt
|
|
395
|
+
bin/opkg
|
|
396
|
+
bin/pacman
|
|
397
|
+
bin/parted
|
|
398
|
+
bin/passwd
|
|
399
|
+
bin/paste
|
|
400
|
+
bin/patch
|
|
401
|
+
bin/pax
|
|
402
|
+
bin/pdb
|
|
403
|
+
bin/pdflatex
|
|
404
|
+
bin/pdftex
|
|
405
|
+
bin/pdksh
|
|
406
|
+
bin/perf
|
|
407
|
+
bin/perl
|
|
408
|
+
bin/perl5
|
|
409
|
+
bin/perlsh
|
|
410
|
+
bin/perms
|
|
411
|
+
bin/pf
|
|
412
|
+
bin/pftp
|
|
413
|
+
bin/pg
|
|
414
|
+
bin/pgrep
|
|
415
|
+
bin/php
|
|
416
|
+
bin/php-cgi
|
|
417
|
+
bin/php5
|
|
418
|
+
bin/php7
|
|
419
|
+
bin/pic
|
|
420
|
+
bin/pico
|
|
421
|
+
bin/pidstat
|
|
422
|
+
bin/pigz
|
|
423
|
+
bin/ping
|
|
424
|
+
bin/pip
|
|
425
|
+
bin/pkexec
|
|
426
|
+
bin/pkg
|
|
427
|
+
bin/pkg_info
|
|
428
|
+
bin/pkginfo
|
|
429
|
+
bin/pkill
|
|
430
|
+
bin/popd
|
|
431
|
+
bin/pr
|
|
432
|
+
bin/printenv
|
|
433
|
+
bin/printf
|
|
434
|
+
bin/pry
|
|
435
|
+
bin/ps
|
|
436
|
+
bin/psed
|
|
437
|
+
bin/psftp
|
|
438
|
+
bin/psql
|
|
439
|
+
bin/ptar
|
|
440
|
+
bin/ptardiff
|
|
441
|
+
bin/ptargrep
|
|
442
|
+
bin/ptx
|
|
443
|
+
bin/puppet
|
|
444
|
+
bin/pushd
|
|
445
|
+
bin/pwd
|
|
446
|
+
bin/pxz
|
|
447
|
+
bin/python
|
|
448
|
+
bin/python2
|
|
449
|
+
bin/python3
|
|
450
|
+
bin/pyversions
|
|
451
|
+
bin/py3versions
|
|
452
|
+
bin/rake
|
|
453
|
+
bin/raku
|
|
454
|
+
bin/rar
|
|
455
|
+
bin/rbash
|
|
456
|
+
bin/rc
|
|
457
|
+
bin/rcp
|
|
458
|
+
bin/readelf
|
|
459
|
+
bin/realpath
|
|
460
|
+
bin/red
|
|
461
|
+
bin/redcarpet
|
|
462
|
+
bin/rename
|
|
463
|
+
bin/repeat
|
|
464
|
+
bin/replace
|
|
465
|
+
bin/restic
|
|
466
|
+
bin/rev
|
|
467
|
+
bin/rlogin
|
|
468
|
+
bin/rlwrap
|
|
469
|
+
bin/rm
|
|
470
|
+
bin/rmdir
|
|
471
|
+
bin/rmuser
|
|
472
|
+
bin/rnano
|
|
473
|
+
bin/route
|
|
474
|
+
bin/rpm
|
|
475
|
+
bin/rpmdb
|
|
476
|
+
bin/rpmquery
|
|
477
|
+
bin/rpmverify
|
|
478
|
+
bin/rsync
|
|
479
|
+
bin/ruby
|
|
480
|
+
bin/run-mailcap
|
|
481
|
+
bin/run-parts
|
|
482
|
+
bin/rview
|
|
483
|
+
bin/rvim
|
|
484
|
+
bin/sash
|
|
485
|
+
bin/sched
|
|
486
|
+
bin/scp
|
|
487
|
+
bin/screen
|
|
488
|
+
bin/script
|
|
489
|
+
bin/sdiff
|
|
490
|
+
bin/sed
|
|
491
|
+
bin/sendmail
|
|
492
|
+
bin/service
|
|
493
|
+
bin/set
|
|
494
|
+
bin/setarch
|
|
495
|
+
bin/setenv
|
|
496
|
+
bin/setfacl
|
|
497
|
+
bin/setsid
|
|
498
|
+
bin/sftp
|
|
499
|
+
bin/sg
|
|
500
|
+
bin/sh
|
|
501
|
+
bin/sh.distrib
|
|
502
|
+
bin/shuf
|
|
503
|
+
bin/shutdown
|
|
504
|
+
bin/sleep
|
|
505
|
+
bin/slsh
|
|
506
|
+
bin/smbclient
|
|
507
|
+
bin/snap
|
|
508
|
+
bin/socat
|
|
509
|
+
bin/soelim
|
|
510
|
+
bin/sort
|
|
511
|
+
bin/source
|
|
512
|
+
bin/split
|
|
513
|
+
bin/sqlite3
|
|
514
|
+
bin/ss
|
|
515
|
+
bin/ssh
|
|
516
|
+
bin/ssh-keygen
|
|
517
|
+
bin/ssh-keyscan
|
|
518
|
+
bin/sshpass
|
|
519
|
+
bin/start-stop-daemon
|
|
520
|
+
bin/stdbuf
|
|
521
|
+
bin/strace
|
|
522
|
+
bin/strings
|
|
523
|
+
bin/su
|
|
524
|
+
bin/sudo
|
|
525
|
+
bin/svn
|
|
526
|
+
bin/sysctl
|
|
527
|
+
bin/systemctl
|
|
528
|
+
bin/systemd-resolve
|
|
529
|
+
bin/tac
|
|
530
|
+
bin/tail
|
|
531
|
+
bin/tailf
|
|
532
|
+
bin/tar
|
|
533
|
+
bin/task
|
|
534
|
+
bin/taskset
|
|
535
|
+
bin/tbl
|
|
536
|
+
bin/tclsh
|
|
537
|
+
bin/tcpdump
|
|
538
|
+
bin/tcping
|
|
539
|
+
bin/tcptraceroute
|
|
540
|
+
bin/tcsh
|
|
541
|
+
bin/tee
|
|
542
|
+
bin/telnet
|
|
543
|
+
bin/tex
|
|
544
|
+
bin/tftp
|
|
545
|
+
bin/tic
|
|
546
|
+
bin/time
|
|
547
|
+
bin/timedatectl
|
|
548
|
+
bin/timeout
|
|
549
|
+
bin/tmux
|
|
550
|
+
bin/top
|
|
551
|
+
bin/touch
|
|
552
|
+
bin/traceroute
|
|
553
|
+
bin/traceroute6
|
|
554
|
+
bin/troff
|
|
555
|
+
bin/tshark
|
|
556
|
+
bin/ul
|
|
557
|
+
bin/ulimit
|
|
558
|
+
bin/uname
|
|
559
|
+
bin/uncompress
|
|
560
|
+
bin/unexpand
|
|
561
|
+
bin/uniq
|
|
562
|
+
bin/unlink
|
|
563
|
+
bin/unlz4
|
|
564
|
+
bin/unlzma
|
|
565
|
+
bin/unpigz
|
|
566
|
+
bin/unrar
|
|
567
|
+
bin/unset
|
|
568
|
+
bin/unshare
|
|
569
|
+
bin/unxz
|
|
570
|
+
bin/unzip
|
|
571
|
+
bin/unzstd
|
|
572
|
+
bin/up2date
|
|
573
|
+
bin/update-alternatives
|
|
574
|
+
bin/useradd
|
|
575
|
+
bin/userdel
|
|
576
|
+
bin/usermod
|
|
577
|
+
bin/uudecode
|
|
578
|
+
bin/uuencode
|
|
579
|
+
bin/valgrind
|
|
580
|
+
bin/vi
|
|
581
|
+
bin/view
|
|
582
|
+
bin/vigr
|
|
583
|
+
bin/vim
|
|
584
|
+
bin/vimdiff
|
|
585
|
+
bin/vipw
|
|
586
|
+
bin/virsh
|
|
587
|
+
bin/visudo
|
|
588
|
+
bin/volatility
|
|
589
|
+
bin/w
|
|
590
|
+
bin/w3m
|
|
591
|
+
bin/wall
|
|
592
|
+
bin/watch
|
|
593
|
+
bin/wc
|
|
594
|
+
bin/wget
|
|
595
|
+
bin/whiptail
|
|
596
|
+
bin/who
|
|
597
|
+
bin/whoami
|
|
598
|
+
bin/whois
|
|
599
|
+
bin/wireshark
|
|
600
|
+
bin/wish
|
|
601
|
+
bin/xargs
|
|
602
|
+
bin/xelatex
|
|
603
|
+
bin/xetex
|
|
604
|
+
bin/xmodmap
|
|
605
|
+
bin/xmore
|
|
606
|
+
bin/xpad
|
|
607
|
+
bin/xterm
|
|
608
|
+
bin/xxd
|
|
609
|
+
bin/xz
|
|
610
|
+
bin/xzcat
|
|
611
|
+
bin/xzcmp
|
|
612
|
+
bin/xzdec
|
|
613
|
+
bin/xzdiff
|
|
614
|
+
bin/xzegrep
|
|
615
|
+
bin/xzfgrep
|
|
616
|
+
bin/xzgrep
|
|
617
|
+
bin/xzless
|
|
618
|
+
bin/xzmore
|
|
619
|
+
bin/yarn
|
|
620
|
+
bin/yelp
|
|
621
|
+
bin/yes
|
|
622
|
+
bin/yum
|
|
623
|
+
bin/zathura
|
|
624
|
+
bin/zcat
|
|
625
|
+
bin/zcmp
|
|
626
|
+
bin/zdiff
|
|
627
|
+
bin/zegrep
|
|
628
|
+
bin/zfgrep
|
|
629
|
+
bin/zgrep
|
|
630
|
+
bin/zip
|
|
631
|
+
bin/zipcloak
|
|
632
|
+
bin/zipcmp
|
|
633
|
+
bin/zipdetails
|
|
634
|
+
bin/zipgrep
|
|
635
|
+
bin/zipinfo
|
|
636
|
+
bin/zipmerge
|
|
637
|
+
bin/zipnote
|
|
638
|
+
bin/zipsplit
|
|
639
|
+
bin/ziptool
|
|
640
|
+
bin/zless
|
|
641
|
+
bin/zmore
|
|
642
|
+
bin/zrun
|
|
643
|
+
bin/zsh
|
|
644
|
+
bin/zsoelim
|
|
645
|
+
bin/zstd
|
|
646
|
+
bin/zstdcat
|
|
647
|
+
bin/zstdgrep
|
|
648
|
+
bin/zstdless
|
|
649
|
+
bin/zstdmt
|
|
650
|
+
bin/zypper
|
|
651
|
+
dev/fd
|
|
652
|
+
dev/null
|
|
653
|
+
dev/stderr
|
|
654
|
+
dev/stdin
|
|
655
|
+
dev/stdout
|
|
656
|
+
dev/tcp
|
|
657
|
+
dev/udp
|
|
658
|
+
dev/zero
|
|
659
|
+
etc/group
|
|
660
|
+
etc/master.passwd
|
|
661
|
+
etc/passwd
|
|
662
|
+
etc/pwd.db
|
|
663
|
+
etc/shadow
|
|
664
|
+
etc/shells
|
|
665
|
+
etc/spwd.db
|
|
666
|
+
proc/self
|
|
667
|
+
sbin/capsh
|
|
668
|
+
sbin/logsave
|
|
669
|
+
sbin/service
|
|
670
|
+
sbin/start-stop-daemon
|