zoukankan      html  css  js  c++  java
  • {DARK CTF }Misc/Minetest1 2 3

    Minetest 1

    Just a sanity check to see whether you installed Minetest successfully and got into the game.

    Minetest1非常简单

    下载Minetest,挂载地图,发现是类似电路图的玩意0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1,随便试试就能得到答案(难点在于Minetest的操作,这玩意过于小众,国内资料很少

    然后Minetest2就不会了; ;

    Minetest 2

    Someone messed up my world someone please help me recover my flag.

    Teleport to the value you obtained from binary to decimal in the sense (xxxx, xxxx, xxxx) xxxx is the 4 digit number.

    从第一题得到答案时,也会得到上述的内容

    将第一题的电路开关0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1转为十进制1337

    所以传送点为(1337, 1337, 1337); ;

    具体操作需要到WIKI查询,总之要先赋予传送权限,再输入传送命令

    /grant singleplayer teleport

    传送到昨天刚刚攻略的大书库

    书架上有本书,装备打开得到FLAG

    Minetest 3(完全不会

    The guy who messed up my files left some message for me I'm unable to find it anywhere could you help me find it

    在worlds 与 mods文件中找到auth.sqlite

    内含VBGEDOL{34WX_Q33UZ_13T0R_5MY33UZ}

    搜索基于密钥的密码

    通过playfair密码,密钥为RSIGJNSVGC

    解密得

    DARKCTF{34ZY_P33ZY_13M0N_5QU33ZY}

  • 相关阅读:
    xss学习笔记
    【转】Python中的正则表达式(re)
    数据隐藏技术揭秘笔记
    几道排列组合题的总结
    Notepad++来比较文件
    快捷键总结
    进制转换
    leetcode刷题(三)
    leetcode刷题(二)
    leetcode刷题(一)
  • 原文地址:https://www.cnblogs.com/FrozenW/p/13783449.html
Copyright © 2011-2022 走看看