Skip to content

A demo of how can I track you using fingerprinting and some automated lookups and stuff, using modern Javascript APIs

License

Notifications You must be signed in to change notification settings

ujjwal-kr/epictracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicTracker [ip-sniff]

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.

So what's taken ?

  • 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.

How can stop we stop you from tracking us?

  • 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.

How can I stop Google and Facebook from tracking us?

  • You Can't

Is this illegal ?

  • 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.

Current Arch-

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.

Todos

  • 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.

About

A demo of how can I track you using fingerprinting and some automated lookups and stuff, using modern Javascript APIs

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •