当前位置:   article > 正文

CTF网络安全大赛简单的web抓包题目:HEADache

CTF网络安全大赛简单的web抓包题目:HEADache

题目来源于:bugku
题目难度:简单
题目 描  述: > Wanna learn about some types of headache? > Let's dig right into it!

屏幕截图 2024-05-20 202545.png

下面是题目源代码:

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Headache</title>
  7. <link rel="stylesheet" href="/static/bulma.min.css">
  8. <style type="text/css">
  9. img {
  10. width: 400px;
  11. height: auto;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <section class="section">
  17. <div class="container">
  18. <h1 class="title is-primary">
  19. HEADACHE
  20. </h1>
  21. <p class="subtitle"> In this challenge you'll discover some types of <strong class="is-primary">Headache</strong>! </p> <img src="/static/meme.png">
  22. <p>Otherwise, if you want the flag just ask for it politely :D</p>
  23. </div>
  24. </section>
  25. </body>
  26. </html>

下面我们开始解题:
这道题我们直接用“ BurpSuite ”抓包工具
直接在抓包到的页面添加请求头“ Wanna-Something:can-i-have-a-flag-please ”,就能获取到flag,完成题目了
 

QQ截图20240520202919.png

原文链接: CTF网络安全大赛简单的web抓包题:HEADache - [红客网]网络编程与渗透技术笔记  

红客网:blog.hongkewang.cn

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/638298
推荐阅读
相关标签
  

闽ICP备14008679号