







|
The List of Files you Requested:
");
echo( "");
//exec ("ping -c $count $host",$list);
//exec( "traceroute -n $host",$list);
exec ('ls -la $directory', $list);
for ($i = 0; $i < count($list); $i++)
echo $list[$i]." ";
echo ("
");
}
else
{
$ip = getenv(REMOTE_ADDR);
echo '
This List utility allows you to List Directories from servers and workstations on your domain or workgroup.
For security reasons your computers network address has been recorded.
| Directory Path Examples | | Home Directory | ~ | | Root Directory | / | | Web Directory | www. |
Your IP is: '.$ip. '
';}
?> |
|
|