Codice PHP:
print("<pre>");
print(
exec("whoami"));
print(
exec("ls -lah"));
print(
"</pre>");