Skip to content

Commit 98501b6

Browse files
committed
more html
1 parent a744cb8 commit 98501b6

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

client/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body {
88
}
99

1010
.wrapper {
11-
padding: 1.5%;
11+
padding: 1.6%;
1212
}
1313

1414
.nav {

client/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,28 @@ <h1>EPIC_Tracker</h1>
4444
<br>
4545
<p class="hash"></p>
4646
<code>
47-
Now I can save all this information to my database and this would be perfectly legal, and this information
48-
is enough to identify you accross the web. This is what other websites do. They track you, save all of your
47+
The HASH is a unique identifier for you device configurations so even if you will visit the page in a
48+
private window or even after clearing your browser cache, it WON'T change.
49+
</code>
50+
<br>
51+
<br>
52+
<code>
53+
Now I can [I'm not saving] save all this information to my database and this would be perfectly legal, and
54+
this information
55+
is enough to identify you accross the web [using the HASH]. This is what other websites do. They track you,
56+
save all of your
4957
information to show you ADS and make money. And this will continue with time to get more insane. Some apps
5058
and device vendors may also be capturing your camera and microphone to get more private information about
5159
you. Doing this with a browser requires permissions, but I have skipped it due to security reasons.
5260
</code>
5361

5462
<div class="copy">
5563
<p>
56-
<a href="https://twitter.com/epicujjwal">&copy; ujjwal-kr</a>
64+
<a href="https://github.com/ujjwal-kr/ip-sniff">&copy; ujjwal-kr</a>
5765
</p>
5866
</div>
5967
</div>
60-
<script src="./sha.js" ></script>
68+
<script src="./sha.js"></script>
6169
<script src="./index.js"></script>
6270
</body>
6371

0 commit comments

Comments
 (0)