上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页
摘要: 第10关地址:http://www.pythonchallenge.com/pc/return/bull.html 账号:huge 密码:file 页面提示 len(a[30]) 点击大牛的位置,跳转到了http://www.pythonchallenge.com/pc/return/sequenc 阅读全文
posted @ 2021-12-07 09:56 OTAKU_nicole 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 第11关地址:http://www.pythonchallenge.com/pc/return/5808.html 账号:huge 密码:file 打开是一张模糊的图 标题是 odd even 查看源码没有其他提示信息 这是两张图叠到一起,需要按照奇偶像素点分成两张图 from PIL import 阅读全文
posted @ 2021-12-07 09:56 OTAKU_nicole 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 第12关地址:http://www.pythonchallenge.com/pc/return/evil.html 账号:huge 密码:file 查看源码发现一个evil1.jpg 打开:http://www.pythonchallenge.com/pc/return/evil1.jpg 改成ev 阅读全文
posted @ 2021-12-07 09:56 OTAKU_nicole 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 第8关地址:http://www.pythonchallenge.com/pc/def/integrity.html 提示信息:Where is the missing link? 查看源码: 发现 http://www.pythonchallenge.com/pc/return/good.html 阅读全文
posted @ 2021-12-07 09:55 OTAKU_nicole 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 第9关地址:http://www.pythonchallenge.com/pc/return/good.html 账号:huge 密码:file 查看源码,发现有first和second两组数字,提示是first+second 根据标题提示connect the dots,是需要连线 first=[ 阅读全文
posted @ 2021-12-07 09:55 OTAKU_nicole 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 第5关地址:http://www.pythonchallenge.com/pc/def/peak.html 页面提示信息:pronounce it 查看源码获得提示:peak hell sounds familiar ? 有个src:http://www.pythonchallenge.com/pc 阅读全文
posted @ 2021-12-07 09:54 OTAKU_nicole 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 第7关地址:http://www.pythonchallenge.com/pc/def/oxygen.html 发现图片中间有一条灰色的,取出像素点颜色,发现RGB都是一样的。 把R值当成ASCII转成字符,得到一段文本,每个字符重复七次左右 sssssmmmmmmmaaaaaaarrrrrrrtt 阅读全文
posted @ 2021-12-07 09:54 OTAKU_nicole 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 第6关地址:http://www.pythonchallenge.com/pc/def/channel.html 查看源码获得提示信息zip url改成zip后得到一个channel.zip文件 解压之后是一堆数字命名的txt,以及一个readme.txt 打开readme.txt获得新的提示 we 阅读全文
posted @ 2021-12-07 09:54 OTAKU_nicole 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 第4关地址:http://www.pythonchallenge.com/pc/def/linkedlist.html 打开显示 改成php打开 查看源码获得提示信息 标题:follow the chain 提示:urllib may help. DON'T TRY ALL NOTHINGS, si 阅读全文
posted @ 2021-12-07 09:53 OTAKU_nicole 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 第2关地址: http://www.pythonchallenge.com/pc/def/ocr.html 页面提示信息: recognize the characters. maybe they are in the book,but MAYBE they are in the page sour 阅读全文
posted @ 2021-12-07 09:52 OTAKU_nicole 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页