3 lines
38 B
PHP
3 lines
38 B
PHP
|
<?php
|
||
|
echo shell_exec('whoami');
|
||
|
?>
|