I'm trying to compile a list of information that is accessible via javascript such as:
- Geo-location
- IP address
- Browser software
- Exit location
- Entrance location
I understand that a user can alter any of this information and that it's reliability is purely trust related, but I am still interested in what other information can be mined from the client.
Here is most of the information:
Don't forget about
And here is useful link with data-mining demo:
http://javascriptsource.com/user-details/browser-properties.html
visitor.js is a javascript library that provides information about the client.
Including:
And more.
http://www.visitorjs.com/
Visitorjs might be very handy, it's not free however.