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

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

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

下面是题目源代码:

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Headache</title>
  <link rel="stylesheet" href="/static/bulma.min.css">
  <style type="text/css">
  img {
    width: 400px;
    height: auto;
  }
  </style>
</head>

<body>
  <section class="section">
    <div class="container">
      <h1 class="title is-primary">
        HEADACHE
      </h1>
      <p class="subtitle"> In this challenge you'll discover some types of <strong class="is-primary">Headache</strong>! </p> <img src="/static/meme.png">
      <p>Otherwise, if you want the flag just ask for it politely :D</p>  
    </div>
  </section>
</body>
</html>

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

QQ截图20240520202919.png

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

红客网:blog.hongkewang.cn

相关推荐

最近更新

  1. TCP协议是安全的吗?

    2024-06-06 05:20:03       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-06 05:20:03       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-06 05:20:03       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-06 05:20:03       20 阅读

热门阅读

  1. Homebrew、RVM、ruby、cocoapods

    2024-06-06 05:20:03       10 阅读
  2. actuator/env;.js 漏洞修复

    2024-06-06 05:20:03       9 阅读
  3. springcloud项目部署Nginx+Gateway+其他服务

    2024-06-06 05:20:03       9 阅读
  4. 利用LinearList类定义Stack

    2024-06-06 05:20:03       11 阅读
  5. sklearn基础教程

    2024-06-06 05:20:03       10 阅读
  6. 2024.6.05总结1102

    2024-06-06 05:20:03       11 阅读