Giter Club home page Giter Club logo

timeslover1520 / cross_browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from song-li/cross_browser

0.0 0.0 0.0 158.38 MB

This is a project for a browser fingerprinting technique that can track users not only within a single browser but also across different browsers on the same machine.

Home Page: http://uniquemachine.org/

License: GNU General Public License v3.0

HTML 1.94% JavaScript 86.88% Python 3.13% GLSL 0.28% CMake 0.04% C++ 1.02% CSS 2.90% CoffeeScript 3.13% ActionScript 0.05% Makefile 0.64%

cross_browser's Introduction

Cross browser fingerprinting

Author: Yinzhi Cao, Song Li, Erik Wijmans

Group: System Security Lab in Johns Hopkins University

Website: http://uniquemachine.org

Paper: Paper

NOTE

The master branch is used for testing purposes only. If you want to deploy it and collect browser fingerprints, please visit the aws_deploy branch.

Demo

Demo

Related repo: https://github.com/Song-Li/LanguageDetector Used to detect supported languages

Description

This is a project for a browser fingerprinting technique that can track users not only within a single browser but also across different browsers on the same machine.

Specifically, our approach utilizes many novel OS and hardware level features, such as those from graphics cards, CPU, and installed writing scripts (Implementing). We extract these features by asking browsers to perform tasks that rely on corresponding OS and hardware functionalities.

How to Deploy

In this project, we have a client side, web-based application, and a backend flask server file. The server side is written in Python 2.

Client Side

  • Change the YOURSERVER text at Line 286 of the ./client/fingerprint/js/details.js file to your server address.
  • Change the YOURSERVER text at Line 2 of the ./client/fingerprint/js/toServer.js file to your server address.
  • Host the client side files by running python -m http.server 9876 (for python 3) or python -m SimpleHTTPServer 9876 (for python 2)

Server Side

  • Install the dependencies by running pip install -r requirements.txt in the root dir of the project folder
  • Start the server by running python flask/server.py

Testing

After you deployed the client side and the server side, you can start to play with it by visiting localhost:9876

File Structure

Client

The whole client part is JS based in "client" dir. Some of the modules are generated from C or coffee. Here is a list of usful description of dirs in "client":

  • fingerprint: Including all files related to fingerprinting tests.
  • js: Javascript part used for index.html

Server

The server part is writen in python. Using apache2 and flask as the framework.

cross_browser's People

Contributors

erikwijmans avatar song-li avatar song-li-blog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.