Skip to content
Permalink
3339c012d1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (11 sloc) 402 Bytes
{% extends "base.html" %}
{% block navTabs %}
{% include "helpers/requestNav.html" %}
{% endblock navTabs %}
{% block content %}b
<h1>Requests Challenge: Looking Closely at Responses</h1>
<div class="section">
<p>To get the flag in this challenge you need to look at the request and response data</p>
<p>You might want to use something like Burp for this</p>
</section>
{% endblock content %}