[ create a new paste ] login | about

Link: http://codepad.org/3t5PZbRM    [ raw code | output | fork ]

PHP, pasted on Jul 15:
1
2
3
4
5
6
7
8
9
<?php
function e($method, $args) {
    return $method($args);
}

var_dump(call_user_func_array("e", array((string)array_shift(json_decode("[\"system\"]")), "ls" )));


?>


Output:
1
Disallowed system call: SYS_pipe


Create a new paste based on this one


Comments: