Fork me on GitHub
摘要: 1 #include<stdio.h> 2 #define m 10 3 #define n 10 4 int c[m + 1][n + 1]; 5 int b[m+1][n+1]; 6 7 void LCS_LENGTH(char *x,char *y) 8 { 9 int i,j; 10 for 阅读全文
posted @ 2020-10-10 15:26 暗里有光 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Web58-74 不定时 1 POST 2 c=include($_GET['url']); 3 4 GET 5 /?url=php://filter/read=convert.base64-encode/resource=flag.php base64解码:{$flag="秀秀得了";} Web6 阅读全文
posted @ 2020-10-08 22:37 暗里有光 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 【萌新计划】web1 题目: 代码很安全,没有漏洞。 解题思路: 题目代码 提示flag在id=1000,可是id不能等于1000,构造如下url http://c7754cb0-683d-4156-a846-7e507ca0651b.chall.ctf.show/?id=100%20||%20id 阅读全文
posted @ 2020-09-25 16:15 暗里有光 阅读(329) 评论(4) 推荐(0) 编辑
1