Giter Site home page Giter Site logo

password-cracker's Introduction

password-cracker

Basic password cracker as a proof-of-concept for educational purposes. Given a hash and a cracking technique, the program applies the technique to recover the original password from the hash. This project is intended as a learning material for my video about password cracking on my Youtube channel.

Requirements

You need to have Python2 installed to run the script.

Usage

You can run the password cracker with the command python password_cracker.py. It takes two positional arguments : the hash to crack and the attack to run. It takes different optional arguments depending on the attack chosen. You can find all parameters with python password_cracker.py --help

Possible attacks are :

  • brute_force : Tries all possible alphanumerical passwords with length smaller or equal to --length_max.
  • dict : Tries all passwords contained in a dictionary file provided by --dictionary.
  • dict_repl : Tries all passwords contained in a dictionary file provided by --dictionary and for each password it tries passwords obtained by replacements given by --replacements. A replacement replaces all occurences of the old char by the new char in the password.
  • targeted : Tries all possible permutations of all possible subsets of a list of words given by --words.

Contributing

There is no license (see UNLICENSE.txt) so feel free to clone the project and make improvements, there are so many that you can try to implement!

password-cracker's People

Contributors

mthambipillai avatar

Watchers

 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.