Demo: https://epictracker.now.sh
- It is a demontstration project of how can I track you using fingerprinting and some automated lookups and stuff.
- It uses modern Javascript APIs to intentify your metadata and keeps the information in a cookie, encrypting it.
- I will make a machine learning algorithm in future which will try to match the encrypted cookies to figure out the target.
- I may create dummy marketing services to demonstrate the (targeted ads) tracking process close to the realworld.
- Your operating system information.
- Browser information.
- CPU and GPU information.
- Your IP address.
- Your rough location. (Based on the IP address).
- Your internet provider name.
- Your timezone.
- Device rotation.
- Device Acceleration.
- Weather information of your area.
- Use A VPN [your information wont be visible but probably I will detect if you are using one ;) ]
- Find ways to disable fingerprinting in your browser, which is tough.
- You Can't
- No, it's not.
- The data is not enough to track you in real life (it's not public) , they are just to identify your device. And this is just for demonstration purposes so I'm not going to show you any ADs.
I use some javascript APIs which is listed in the client folder, as index.js and sends to to a HEROKU backend, the source is in the index.js of the root directory. The server takes in your IP and does a quick IP lookup, also acccepts the cookie and logs in the server.
- Try to detect VPN connections from another country.
- Tell user how many time they visited the page. (cookie mode).
- Tell user how many times they visited the page. (magic mode).
- Add some styles.