OtterCTF 4-5

5 篇文章 1 订阅
"OtterCTF4-5中包含两个NameGame挑战。在第一个挑战中,通过使用`strings`命令在`qz.vmem`文件中查找与"Lunar-3"相关的上下文来找到账户名。解决方案可以是使用`-C5`或`-A5 -B5`选项。正确答案是CTF{0tt3r8r33z3}
摘要由CSDN通过智能技术生成

目录

OtterCTF 4-5

4.NameGame

We know that the account was logged in to a channel called Lunar-3. what is the account name?(我们知道该账户登录了一个名为Lunar-3的频道。什么是账户名称?)

5.NameGame2

From a little research we found that the username of the logged on character is always after this signature: 0x64 0x??{6-8} 0x40 0x06 0x??{18} 0x5a 0x0c 0x00{2} What’s rick’s character’s name?(通过一点研究,我们发现,登录的字符的用户名总是在这个签名之后。0x64 0x??{6-8} 0x40 0x06 0x??{18} 0x5a 0x0c 0x00{2} 瑞克的角色叫什么名字?


OtterCTF 4-5

4.NameGame

We know that the account was logged in to a channel called Lunar-3. what is the account name?(我们知道该账户登录了一个名为Lunar-3的频道。什么是账户名称?)

  • 方法一
    • strings qz.vmem | grep "Lunar-3" -C 5

      • -C<显示行数> 或 --context=<显示行数>或-<显示行数> : 除了显示符合样式的那一行之外,并显示该行之前后的内容。
  • 方法二
    • strings qz.vmem | grep Lunar-3 -A 5 -B 5

      • -A<显示行数> 或 --after-context=<显示行数> : 除了显示符合范本样式的那一列之外,并显示该行之后的内容。
      • -B<显示行数> 或 --before-context=<显示行数> : 除了显示符合样式的那一行之外,并显示该行之前的内容。
  • CTF{0tt3r8r33z3}

5.NameGame2

From a little research we found that the username of the logged on character is always after this signature: 0x64 0x??{6-8} 0x40 0x06 0x??{18} 0x5a 0x0c 0x00{2} What’s rick’s character’s name?(通过一点研究,我们发现,登录的字符的用户名总是在这个签名之后。0x64 0x??{6-8} 0x40 0x06 0x??{18} 0x5a 0x0c 0x00{2} 瑞克的角色叫什么名字?

  • volatility -f qz.vmem --profile=Win7SP1x64 memdump -p 708 -D ./ 
    先将LunarMS.exe dump出来 然后进一步分析

  • hexdump 708.dmp | grep "5a 0c 00" -A 3 -B 3
    进行搜索 或者放到WinHex里面找也可以

  • CTF{M0rtyL0L}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

0xThrL

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值