1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| <?php error_reporting(0); highlight_file(__FILE__); $a = $_GET['a']; $b = $_GET['b']; function CTFSHOW_36_D($a,$b){ $dis = array("var_dump","exec","readfile","highlight_file","shell_exec","system","passthru","proc_open","show_source","phpinfo","popen","dl","eval","proc_terminate","touch","escapeshellcmd","escapeshellarg","assert","substr_replace","call_user_func_array","call_user_func","array_filter", "array_walk", "array_map","registregister_shutdown_function","register_tick_function","filter_var", "filter_var_array", "uasort", "uksort", "array_reduce","array_walk", "array_walk_recursive","pcntl_exec","fopen","fwrite","file_put_contents",""); $a = strtolower($a); if (!in_array($a,$dis,true)) { forward_static_call_array($a,$b); }else{ echo 'hacker'; } } CTFSHOW_36_D($a,$b); echo "rlezphp!!!";
|