Author Topic: Building a fingerprint script  (Read 347 times)

0 Members and 1 Guest are viewing this topic.

Offline hppd

  • Knight
  • **
  • Posts: 163
  • Cookies: 7
    • View Profile
Building a fingerprint script
« on: February 21, 2015, 01:48:26 am »
Hello
I just started making a fingerprint script today, it's supposed to use ajax(never used it but apperently it's da shit and I need to use it), php and mysql. This will come in handy when I need to find out wich exploits might be useable.

It will retrieve the visitors:
  • useragent (for browser & os)
  • ip
  • jre version
  • Flash version
  • Pdf reader info
  • activex version
and send it to a php script that saves it to a database. I plan to implement a backend for easy viewing aswell.

If you have some suggestions let me know ;). I will keep you posted on my progress