当前位置:   article > 正文

【青少年CTF】“Flag在哪里?”解题记录_网页源代码flag

网页源代码flag

青少年CTF训练平台:www.qsnctf.com

博主用户名:Fourstar.

题目介绍:

 描述中并没有给出什么有用的信息

一般来讲有关于直接问Flag的

例如“Flag在哪里?”“Where is Flag?”此类题目

第一反应就是查看网页源代码寻找flag

所以话不多说

开启Game-Box题目环境

一星小题轻松拿捏:

打开题目可以看见:

点开发现一段话

但是右键或者选中都没有用

所以直接F12进入检查

可以看见网页源代码如下:

  1. <html lang="en"><head>
  2. <meta charset="UTF-8">
  3. <title>Flag在哪里呢?</title>
  4. <!-- qsnctf{819a102b-db60-47e2-9929-3cffe0e86d22} --><style class="mpa-style-fix ImageGatherer">.FotorFrame{position:fixed!important}</style><style class="mpa-style-fix SideFunctionPanel">.weui-desktop-online-faq__wrp{top:304px!important;bottom:unset!important}.weui-desktop-online-faq__wrp .weui-desktop-online-faq__switch{width:38px!important}</style></head>
  5. <body mpa-version="8.0.10" mpa-extension-id="ibefaeehajgcpooopoegkifhgecigeeg">
  6. <script>
  7. document.oncontextmenu=new Function("return false")
  8. document.onselectstart=new Function("return false")
  9. </script>
  10. <h1>Flag反正不在这。</h1>
  11. <div class="mpa-sc mpa-plugin-article-gatherer mpa-new mpa-rootsc" data-z="100" style="display: block;" id="mpa-rootsc-article-gatherer"></div><div class="mpa-sc mpa-plugin-image-gatherer mpa-new mpa-rootsc" data-z="100" style="display: block;" id="mpa-rootsc-image-gatherer"></div><div class="mpa-sc mpa-plugin-page-clipper mpa-new mpa-rootsc" data-z="100" style="display: block;" id="mpa-rootsc-page-clipper"></div><div class="mpa-sc mpa-plugin-text-gatherer mpa-new mpa-rootsc" data-z="100" style="display: block;" id="mpa-rootsc-text-gatherer"></div><div class="mpa-sc mpa-plugin-video-gatherer mpa-new mpa-rootsc" data-z="100" style="display: block;" id="mpa-rootsc-video-gatherer"></div><div class="mpa-sc mpa-plugin-side-function-panel mpa-new mpa-rootsc" data-z="110" style="display: block;" id="mpa-rootsc-side-function-panel"></div><div class="mpa-sc mpa-plugin-notifier mpa-new mpa-rootsc" data-z="120" style="display: block;" id="mpa-rootsc-notifier"></div><div class="mpa-sc mpa-plugin-notification-manager mpa-new mpa-rootsc" data-z="130" style="display: block;" id="mpa-rootsc-notification-manager"></div></body></html>

复制以后选择其中qsnctf{}部分提交即可

由于博主并不是很专业,年仅14岁,单纯记录自己的做题记录分享一下。如果有不恰当的、不详细的地方敬请谅解,谢谢!

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号