Skip to content

dombrock-lab/pyFP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Python user fingerprinting example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published