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.21.247.78
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 /
suitecrm /
[ 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
.env.local
104
B
-rw-r--r--
.htaccess
100
B
-rw-r--r--
_.htaccess
3.99
KB
-rw-r--r--
clone.php
16.47
KB
-rw-r--r--
config.php
11.92
KB
-rw-r--r--
config_override.php
188
B
-rw-r--r--
config_si.php
1.08
KB
-rw-r--r--
edit.php
4.68
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
10.01
KB
-rw-r--r--
fileindex.php
329
B
-rw-r--r--
get_user.php
947
B
-rw-r--r--
import.php
3.49
KB
-rw-r--r--
info.xml
3.6
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
11.16
KB
-rw-r--r--
install.xml
952
B
-rw-r--r--
md5
1.39
KB
-rw-r--r--
notes.txt
1.59
KB
-rw-r--r--
status.json
253
B
-rw-r--r--
suitecrm.sql
331.99
KB
-rw-r--r--
suitecrm.zip
87.91
MB
-rw-r--r--
update_pass.php
558
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _.htaccess
# BEGIN SUITECRM RESTRICTIONS RedirectMatch 403 .*\.log$ RedirectMatch 403 /+not_imported_.*\.txt RedirectMatch 403 /+(soap|cache|xtemplate|data|examples|include|log4php|metadata|modules|vendor)/+.*\.(php|tpl|phar) RedirectMatch 403 /+emailmandelivery\.php RedirectMatch 403 /+.git RedirectMatch 403 /+.cache/ RedirectMatch 403 /+tests RedirectMatch 403 /+RoboFile\.php RedirectMatch 403 /+composer\.json RedirectMatch 403 /+composer\.lock RedirectMatch 403 /+upload RedirectMatch 403 /+custom/+blowfish RedirectMatch 403 /+cache/+diagnostic RedirectMatch 403 /+files\.md5$ <IfModule mod_rewrite.c> Options +SymLinksIfOwnerMatch Options -Indexes Options -MultiViews RewriteEngine On RewriteBase [[relativeurl_]]/public/legacy RewriteRule ^cache/jsLanguage/(.._..).js$ index.php?entryPoint=jslang&modulename=app_strings&lang=$1 [L,QSA] RewriteRule ^cache/jsLanguage/(\w*)/(.._..).js$ index.php?entryPoint=jslang&modulename=$1&lang=$2 [L,QSA] # --------- DEPRECATED -------- RewriteRule ^api/(.*)$ - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^api/(.*?)$ lib/API/public/index.php/$1 [L] # ----------------------------- RewriteRule ^Api/(.*)$ - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^Api/access_token$ Api/index.php [L] RewriteRule ^Api/V8/(.*?)$ Api/index.php [L] </IfModule> <IfModule mod_headers.c> Header unset ETag FileETag None </IfModule> <IfModule mod_headers.c> Header unset X-Powered-By Header always unset X-Powered-By </IfModule> <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" # CSS ExpiresByType text/css "access plus 1 year" # Data ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType application/rdf+xml "access plus 1 hour" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/ld+json "access plus 0 seconds" ExpiresByType application/schema+json "access plus 0 seconds" ExpiresByType application/geo+json "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType text/calendar "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" # Favicon ExpiresByType image/x-icon "access plus 1 week" # HTML ExpiresByType text/html "access plus 0 seconds" # JavaScript ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year" ExpiresByType text/javascript "access plus 1 year" # Markdown ExpiresByType text/markdown "access plus 0 seconds" # Media files ExpiresByType audio/ogg "access plus 1 month" ExpiresByType image/bmp "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType image/webp "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # Fonts ExpiresByType font/eot "access plus 1 month" ExpiresByType font/opentype "access plus 1 month" ExpiresByType font/otf "access plus 1 month" ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/ttf "access plus 1 month" ExpiresByType application/font-woff "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType font/woff "access plus 1 month" ExpiresByType application/font-woff2 "access plus 1 month" ExpiresByType font/woff2 "access plus 1 month" # Other ExpiresByType text/x-cross-domain-policy "access plus 1 week" </IfModule> <IfModule mod_headers.c> Header set X-Content-Type-Options "nosniff" </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [R=301,L] </IfModule> # END SUITECRM RESTRICTIONS
Close