Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tls-tracking
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
tls-tracking
Commits
ed9cc4e2
Verified
Commit
ed9cc4e2
authored
6 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Add information about TLS tracking
parent
91295ab1
Branches
2-add-static-files
Branches containing commit
No related tags found
1 merge request
!2
Resolve "Add static files"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/assets/index.html
+23
-0
23 additions, 0 deletions
app/assets/index.html
with
23 additions
and
0 deletions
app/assets/index.html
+
23
−
0
View file @
ed9cc4e2
...
...
@@ -16,6 +16,29 @@
<main>
<p>
This page demonstrates how TLS can be abused to track users employing HTTP Strict Transport Security (HSTS).
</p>
<p>
This website uses a large number of subdomains named
bXXXX.tls-tracking.sauerburger.com where X represents an arbitrary digit.
The subdomains can be accessed via HTTP or HTTPS. If the browser requests
the secure connection, the server sets the HSTS policy. This means that
the
server tells the browser to remember that this subdomain should be
accessed only via HTTPS (not HTTP) in the future (usually for one year).
If the user enters the HTTP version, the browser automatically rewrites
the request from HTTP to HTTPS.
</p>
<p>
Every subdomain represents a single bit. It is either accessed via HTTP or
HTTPS. An arbitrary binary identifier can be encoded by accessing the
HTTPS version of the subdomains for those bits that are 1. In the future,
the same HTTP/HTTPS pattern for all subdomains makes it possible to
retrieve and decode the identifier.
<p>
<p>
This page lets you encode an arbitrary string into the HSTS storage of
your browser. To delete the HSTS storage and thus the string, you need to
clear (recent) browsing history.
</p>
<div
id=
"react-root"
></div>
</main>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment