Giter Site home page Giter Site logo

hashcheck's Introduction

HashCheck is a simple Python script that searches the internet for md5 & sha1 hashes of your passwords. If you get a hit, then your password exists in a rainbow table that has been shared online & it's time to change that password. Though getting no hits does not guarantee that your password is safe, it still is reassuring.

HashCheck uses the hashlib library to generage md5 & sha1 hashes.

You can either enter passwords when you run the program, passing -t or --text as argument, followed by any number of passwords you want checked. Or you can save the password hashes in a YAML file(pwd.yaml) in the format 'service name' : [hash1, hash2], where hash1 & hash2 are the md5 & sha1(no particular order required) hashes of your password. Alternately, you can use the -m or --makefile option to make your pwd.yaml file. You can append to(-a|--append), delete a password(-d|--delete), change a password(-c|change) or even purge the entire file(-p|--purge)

External Libraries used - PyYAML3.10 - http://pyyaml.org/wiki/PyYAML - Google's apilib - http://code.google.com/p/google-api-python-client/wiki/Installation

You will need to use Googles custom search API, and will require an API key for that - https://code.google.com/apis/console/ Also, keep in mind that Google only allows 100 free searches per day.

Licence - GPL v3 - http://www.gnu.org/copyleft/gpl.html

hashcheck's People

Contributors

ankitjaggi avatar elssar avatar

Watchers

 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.