optools/net/addr/app/templates/index.html

323 B

{% extends "base.html" %}{% block title %}r00t^2 Client Info Revealer{% endblock %}{% block body %}

Client Info Revealer

A tool to reveal client-identifying data sent to webservers

{% include 'html.html' if not params['json'] else 'json.html' %} {% endblock %}