Skip to content

pavel1337/webfingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webfingerprint

study project about wfp attacks on anonymous networks as tor jap etc

Requierments for Python:

  1. pip3 (sudo apt install python3-pip)

  2. pip3 install -r python/requierments.txt

  3. ...

  4. Profit!

  5. Run python3 python/main.py

Requierments for Go:

  1. Install libpcap-dev

  2. Configure mysql server as a backend. Read database.txt

  3. Install selenium related things using tebeka's selenium package helper:

cd $GOPATH/src/github.com/tebeka/selenium/vendor/

go run init.go --alsologtostderr --download_browsers --download_latest

  1. Install downloaded Chrome and Chrome-driver binaries in path. For example with creating symlinks from binaries to common $PATH folder under /usr/local/bin.

ln -s $GOPATH/src/github.com/tebeka/selenium/vendor/chrome-linux/chrome /usr/local/bin/chrome

ln -s $GOPATH/src/github.com/tebeka/selenium/vendor/chromedriver /usr/local/bin/chromedriver

  1. Build the binary with:

go build -o bin/wfp cmd/*

  1. Set permissions for packet capture for built binary.

sudo setcap cap_net_raw,cap_net_admin=eip bin/wfp

  1. ...

  2. Profit!

  3. bin/wfp --help

About

study-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors