ACC SHELL

Path : /srv/www/vhosts/unitedsolution/admin/wysiwyg/plugins/ibrowser/scripts/phpThumb/demo/
File Upload :
Current File : /srv/www/vhosts/unitedsolution/admin/wysiwyg/plugins/ibrowser/scripts/phpThumb/demo/index.php

<?php
if (!@$_REQUEST['list']) {
	header('Location: phpThumb.demo.demo.php');
	exit;
}
echo '<html><body>';
$dh = opendir('.');
while ($file = readdir($dh)) {
	if (is_file($file) && ($file{0} != '.') && ($file != basename(__FILE__))) {
		echo '<tt>'.str_replace(' ', '&nbsp;', str_pad(filesize($file), 10, ' ', STR_PAD_LEFT)).'</tt> <a href="'.$file.'">'.$file.'</a><br>';
	}
}
echo '</body></html>';
?>

ACC SHELL 2018