8000 GitHub - micahflee/staticfp: Fingerprint the exact version of web apps based on their static resources.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
/ staticfp Public archive

Fingerprint the exact version of web apps based on their static resources.

Notifications You must be signed in to change notification settings

micahflee/staticfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

staticfp

Fingerprint the exact version of web apps based on their static resources. (Starting with OwnCloud.)

Set up the virtualenv:

$ python3 -m venv env/
$ . env/bin/activate
(env) $ pip install -r requirements.txt

Create the owncloud data (this takes a long time, uses a lot of disk space):

(env) $ ./script/build_owncloud_data.py

How to use:

(env) $ ./staticfp -h
usage: staticfp [-h] [--user-agent user_agent] [--no-verify-ssl] webapp url

positional arguments:
  webapp                web app software being targeted (e.g. 'owncloud')
  url                   URL of the web app

optional arguments:
  -h, --help            show this help message and exit
  --user-agent user_agent
                        user agent string (default is Firefox in Windows)
  --no-verify-ssl       don't verify SSL certificate

About

Fingerprint the exact version of web apps based on their static resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0