2017-10-06 14:05:56 -04:00
|
|
|
{% extends "base.html" %}{% block title %}r00t^2 Client Info Revealer{% endblock %}{% block body %}<div class="jumbotron">
|
|
|
|
<h1>Client Info Revealer</h1>
|
|
|
|
<p class="lead">A tool to reveal client-identifying data sent to webservers</p>
|
2017-10-05 21:17:04 -04:00
|
|
|
</div>
|
2017-10-06 14:05:56 -04:00
|
|
|
{% include 'html.html' if not params['json'] else 'json.html' %}
|
|
|
|
{% endblock %}
|