Giter Site home page Giter Site logo

browser-password-analysis's Introduction

Analysis of Passwords stored by Google Chrome

Purpose

A tool writen in Python to analyze password re-use, the frequency of website accesses, and password sharing between frequently and infrequently / rarely used websites. The tool could help users minimize password sharing and thus protect them from password attacks.

How it works?

The tool works by obtaining stored passwords on the user's computer (in an encrypted form), analyzing passwords used by users in their real life for verbatim re-use and sharing of passwords across websites.

The tool uses the encrypted passwords and browser history stored by Google Chrome browser on the user's computer. It determines the frequency of access of a particular website using the browser history (stored on the user's computer from the last 90 days) and then compares the encrypted passwords of frequently and infrequently used websites to determine the website accounts where the user would benefit from a password reset.

Features

The tool scans through the Chrome's locally stored encrypted passwords and locally stored history, and creates a summary of the following:

  • Password re-use occurrences
  • Unused Accounts within the past 90 days
  • The frequency of use for each website visited within the past 90 days
  • Unused and Rarely used accounts that share password with a frequently used website account

Is the tool safe to use? Does it send my account information or the data it collects to anyone?

The tool doesn't share any information collected to anyone unless the user agrees to share the report for research purposes. The tool does not have access to the user's plaintext passwords. Instead, it uses the passwords encrypted by Google Chrome itself for doing all the analysis. It also performs all analysis on the users' machine - encrypted passwords are never sent in the report.

The report includes counts of reused passwords and counts of sites. It also includes listing of sites in all categories, if they are also on Alexa's top 500 domains. Otherwise, just the counts of sites is shown in the report. The report is generated automatically by the tool, and users have the choice to see the report before sending it to us. The report is sent securely (HTTPS) and stored in a database for research purposes.

The report will contain no personally identifiable information or hints to identifying any user.

How to run?

You can either run the tool from the source code, or by running the standalone distributions.

Run from Source Code (Ubuntu)

Install Python and other supporting packages:

$ sudo apt-get install python python-dev python-pip gcc libsqlite3-dev libssl-dev libffi-dev

Install Python modules

$ sudo pip install -r requirements.txt

Run the tool by the following command:

$ python analysis.py

Run from standalone distributions

Standalone distributions are OS dependant. Please follow the instructions below as per your Operating System.

Ubuntu and OS X

Open terminal and navigate to dist/dist_ubuntu/analysis (dist/dist_os_x/analysis for OS X). Change the permissions of "analysis" file using the following command:

$ chmod +x analysis

Then start the tool using the following command:

$ ./analysis

Windows

Navigate to dist/dist_windows/analysis, and run analysis.exe

browser-password-analysis's People

Contributors

ameyah avatar

Watchers

 avatar  avatar  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.