Advertisement
Guest User

Untitled

a guest
May 27th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. echo "<pre>";
  3. $cmd = "ls";
  4. system($cmd);
  5. echo "</pre>";
  6. die;
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement