English 中文(简体)
有哪些移动变量可用于装置签字分析?
原标题:What mobile variables are available for device signature analysis?

I m 编制一份移动装置上可变数清单,以供装置签字分析。 这是我迄今确定的情况。 请帮助我填写名单。 感谢!

General HTTP Variables

  • IP Address
  • Cookie
  • User Agent

www.un.org/Depts/DGACM/index_spanish.htm 智能电话:

  • Device ID
  • Geolocation
  • Device MAC Address

Javascript Variables

  • Current Time
  • Time Zone
  • Screen Size
  • Supported Fonts
  • Preferred Language
  • Installed Components
  • Cookies Enabled

The general pattern for getting variables might look something like this: enter image description here

最佳回答

The Panopticlick project fingerprints browsers using a verity of techniques. This includes version numbers of the browser and all isntalled components (Flash, java, ect). The Project also looks at supported fonts, and prefered language, screen size and time zone.

检查结果

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签