PHP -Shell -Skript
<?php
$output = shell_exec('cat /etc/hosts');
echo "<pre>$output</pre>";
?>
VasteMonde
<?php
$output = shell_exec('cat /etc/hosts');
echo "<pre>$output</pre>";
?>