随笔分类 -  CTF

记录CTFwriteups
摘要:一、Bang 拿到手是一个APK文件,打开看一下: 题目描述简单加壳,于是想到用frida脱壳脚本: 得到dex文件并用jeb打开: 可以看到直接得到了flag 二、Signal vm题: 太长了,写个脚本模拟一下流程:(这里贴上最后的脚本,验证内容直接写了flag,为了验证正确性) #includ 阅读全文
posted @ 2020-05-15 11:04 Basstorm 阅读(925) 评论(0) 推荐(0)
摘要:RE1:WannaSmile 题目描述: I accidentally executed this weird file that encrypted my important files! please help me understand what it does ssh wannasmile@ 阅读全文
posted @ 2020-04-13 15:12 Basstorm 阅读(400) 评论(0) 推荐(0)
摘要:国外比赛,做着玩 官方wp:https://github.com/tghack/tg20hack RE1: Game of Keys 题目提供了两个文件,一个PYC文件,一个wordlist.txt 在线pyc反编译:http://tools.bugscaner.com/decompyle/ imp 阅读全文
posted @ 2020-04-12 13:11 Basstorm 阅读(348) 评论(0) 推荐(0)
摘要:之前在github看了r0ysue大佬的frida系列教程,于是想来实践一下。 DDCTF2018-HelloBabyDex 这道题涉及到了APK的热修复,目前还没有怎么接触,之后得深入一下。 这道题在Mainactivity的onCreate函数中调用了Joseph函数,并把它的返回值拼接作为fl 阅读全文
posted @ 2020-04-06 11:53 Basstorm 阅读(1487) 评论(4) 推荐(0)