Skip to content

Instantly share code, notes, and snippets.

@zacharydanger
Created October 20, 2009 18:55
Show Gist options
  • Save zacharydanger/214503 to your computer and use it in GitHub Desktop.
Save zacharydanger/214503 to your computer and use it in GitHub Desktop.
<pre>
<?php
echo shell_exec('whoami && ps');
echo shell_exec('ps');
?>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment