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.
I'm not collecting any of the information. The only string collected is the SHA-1 hash which can NOT be reversed to get the actual data. So stop asking me if now I know your mom's name.
- 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.
- No.
- You Can't
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, weather lookup, and SHA indentification.
- Try to detect VPN connections from another country. -- DONE
- Tell user how many time they visited the page. (cookie mode). -- BORING
- Tell user how many times they visited the page. (magic mode). -- IN PROGRESS
- Add some styles. -- LOL, NO