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

1.4 KiB

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

About

This is a tool to reveal certain information about your connection that the server sees. Note that all of this information you see is sent by your client; there was no probing/scanning or the like done from the server this site is hosted on.

If you don't like this info being available to server administrators of the websites you visit you may want to consider hiding your client IP address0 and/or hiding your browser's metadata, which can be done via browser plugins such as Privacy Badger, {{ 'Modify Headers, '|safe if request.user_agent.browser == 'firefox' else '' }}Requestly, and others.

If you would like to view the server headers, then you can use a service such as SecurityHeaders.io (or use the curl -i command in *Nix operating systems).


[0] Disclosure: I am an engineer for this company.

{% endblock %}