首页 > 其他分享 >buuoj [WUSTCTF2020]level1

buuoj [WUSTCTF2020]level1

时间:2022-12-01 19:01:13浏览次数:42  
标签:WUSTCTF2020 buuoj level1 output data tem

1.nowin.exe 64bit

文件附带一个output.txt

逻辑如上,输出在output文件里面储存

编写脚本 逆向操作就好了

data=[0,198,232,816,200,1536,300,6144,984,51200,570,92160,1200,565248,756,1474560,800,6291456,1782,65536000]

for i in range(1,20,1):
    if i&1 != 0:
        tem=data[i]>>i
    else:
        tem=data[i]//i
    print(chr(tem),end='')

flag{d9-dE6-20c}

标签:WUSTCTF2020,buuoj,level1,output,data,tem
From: https://www.cnblogs.com/Hznuxxw/p/16942371.html

相关文章

  • buuoj-[ACTF新生赛2020]easyre
    1.32bitupx简单脱下壳2.进入main函数3.找到v4,data就好了4.脚本list="~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+......
  • Wargames-Bandit-Level12
    Level12目录Level12LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinthefiledata.txt,whichisahexdumpofafilethathasbeenr......
  • Wargames-Bandit-Level11
    Level11目录Level11LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinthefiledata.txt,wherealllowercase(a-z)anduppercase(A-Z......
  • Wargames-Bandit-Level15
    Level15目录Level15LevelGoalSolutionLevelGoalThepasswordforthenextlevelcanberetrievedbysubmittingthepasswordofthecurrentleveltoport300......
  • Wargames-Bandit-Level14
    Level14目录Level14LevelGoalSolutionLevelGoalThepasswordforthenextlevelcanberetrievedbysubmittingthepasswordofthecurrentleveltoport300......
  • Wargames-Bandit-Level13
    Level13目录Level13LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredin/etc/bandit_pass/bandit14andcanonlybereadbyuserbandit14......
  • Wargames-Bandit-Level10
    Level10目录Level10LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinthefiledata.txt,whichcontainsbase64encodeddataSolution......
  • Wargames-Bandit-Level1
    Level1目录Level1LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinafilecalled-locatedinthehomedirectorySolution说是home下......