题目名称:Hello World
类型:Web
难度:★★★☆☆
题目地址:链接

解题方法如下:
打开网站,F12看HTML信息。
i春秋 Web Hello World

打开这个文件,却显示404不存在,那么猜测可能存在git源码泄露。Python工具跑一下。
i春秋 Web Hello World
果然存在git源码泄露,使用Git_Extract 工具,下载出源码。
i春秋 Web Hello World
我们发现有俩个flag.js 文件。

i春秋 Web Hello World

使用beyond compare工具,对比俩个文本。
i春秋 Web Hello World
点显示差别,此时把差异部分,拼接起来,就是flag了。
i春秋 Web Hello World
拼接规则:
1、字符不同的以flag.js.04bb09为准。
2、flag.js.04bb09 文本缺少导致的差异,那么就已flag.js为准。

最终得到flag
flag{82efc37f1cd5d4636ea7cadcd5a814a2}

相关文章:

  • 2021-12-23
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2022-01-04
  • 2021-05-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2022-01-17
  • 2021-12-27
  • 2021-09-29
  • 2021-12-12
相关资源
相似解决方案