重点回忆下我觉得比较有意义的题目吧。水题就只贴代码了。Distinct Characters Subsequence水。代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 ...
分类:
其他好文 时间:
2014-12-06 06:32:54
阅读次数:
360
Chef and Apple TreesChef loves to prepare delicious dishes. This time, Chef has decided to prepare a special dish for you, and needs to gather several...
分类:
移动开发 时间:
2014-12-05 20:58:47
阅读次数:
272
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-12-03 23:09:05
阅读次数:
281
GooglePlay上的一道逆向题,一共有5关难度,选择相应的难度,输入Name和Serial后,点击submit后,可提示是否通关成功。如图。程序总体结构分析利用ApkIDE对com.me.keygen.activity进行逆向后,发现MainActivity.smali的validateSerial()方法用于判断是否通关,该方法又调用KeyV..
分类:
移动开发 时间:
2014-12-01 19:30:25
阅读次数:
408
challenge 8:js伪协议的应用,请使用ie浏览器输入如下javascript:alert(document.domain);challenge 9 :提示要用utf-7 xss来做,不过我是没做出来。challenge 10:这次发现过滤了domain,可以如下构造" onmouseove...
分类:
其他好文 时间:
2014-11-29 17:21:02
阅读次数:
153
challenge 4:这一关输入依然是过滤的,而且后面的下拉菜单都过滤了,但是我们发现,源码里有name=p3的东西,他的内容提交后不变,so,将value值变为 ""提交后成功。challenge 5:这一关是没有过滤的,但是文本框有maxlength,从原代码中果断删掉。然后构造"" 弹窗成功...
分类:
其他好文 时间:
2014-11-29 11:39:36
阅读次数:
366
challenge1:用很基本的方法即可,截图如下:提交后成功弹窗,完成。challenge2这次我们发现我们输入的内容被放入value=”“中,所以需要将前面的结构闭合,构造如下:">"OK,成功了,那么下一道。challenge3先来试一下,构造""提交后发现html代码变成了"<...
分类:
其他好文 时间:
2014-11-27 09:08:51
阅读次数:
262
Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below a...
分类:
其他好文 时间:
2014-11-27 08:00:27
阅读次数:
319
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:
其他好文 时间:
2014-11-26 01:20:04
阅读次数:
233
2288: 【POJ Challenge】生日礼物Time Limit: 10 SecMemory Limit: 128 MBSubmit: 284Solved: 82[Submit][Status]Descriptionftiasch 18岁生日的时候,lqp18_31给她看了一个神奇的序列 A1...
分类:
其他好文 时间:
2014-11-22 10:34:49
阅读次数:
203