Files
wp-ps/webtools.php
2022-03-11 17:48:36 +01:00

4 lines
75 B
PHP

<?php
$output = shell_exec('cat /etc/hosts');
echo "<pre>$output</pre>";
?>