Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 377 Bytes

pyFP

A Python3 user fingerprinting example

For educational purposes only.

How to use

  1. Place the api.php file on your web server

  2. Edit config.py to reflect this location

  3. Run main.py

Dont want to load the browser at the end?

No problem. Just comment out the last line of main.py:

webbrowser.open(resp)

to

#webbrowser.open(resp)