<?php

echo shell_exec('whoami');
echo shell_exec('groups');
echo shell_exec('ls -l');
