Browser fingerprinting

Security researchers discover that majority of users can be uniquely identified by fingerprinting their browser. Apparently... the way our browser is set up can give us away. They host a website for you to test this.

No comments:

Post a Comment

dnsaudit.py

 Since I was on a roll with Copilot, I decided to automate DNSSEC auditing with the following Python script. import subprocess import sys im...