摘要: 伪协议 php伪协议 PHP支持的伪协议 file://— 访问本地文件系统 http://— 访问 HTTP(s) 网址 ftp://— 访问 FTP(s) URLs php://— 访问各个输入/输出流(I/Ostreams) zlib://— 压缩流 data://— 数据(RFC 2397 glob 阅读全文
posted @ 2023-03-02 19:50 海屿-uf9n1x 阅读(26) 评论(0) 推荐(0) 编辑
摘要: NSSCTF靶场刷题日记 1.[ZJCTF 2019]NiZhuanSiWei <?php $text = $_GET["text"]; $file = $_GET["file"]; $password = $_GET["password"]; if(isset($text)&&(file_get_contents($tex 阅读全文
posted @ 2023-03-02 19:41 海屿-uf9n1x 阅读(19) 评论(0) 推荐(0) 编辑