Code Monkey home page Code Monkey logo

distributed-password-cracker's Introduction

Distributed Password Cracker - Dictionary Attack/Brute Force

Ethical Distributed Password Cracker

The password cracker aims to crack passwords created using hashing algorithms:

  1. Yescrypt
  2. MD5crypt
  3. SHA1crypt
  4. SHA256crypt
  5. SHA512crypt
  6. Bcrypt
  7. DEScrypt

High Level Client-Server Architecture

image

User Guide

Pre requisite:

  • Need to have python setup on the machine.
  • A shadow file to test with.
  • Some file(s) containing top passwords (dictionary of passwords).
  1. Run the password cracker Server: python3 server.py -f /etc/shadow -t <#> <username>:
          image

  2. Run the password cracker Client: python3 main.py -s <ip-address-server> -p <port>
          - The list of the top password text file is provided in the source directory.
          - Can run it on a custom port which is different from the default one:
              Screen Shot 2023-05-05 at 9 56 51 AM

  3. There has been a copy of shadow file provided in source directory as well for reference. You can add some user-password lines here in this file manually and pass this to the -f flag when initiating the program instead of the /etc/shadow.

Example Password Cracked

image image

distributed-password-cracker's People

Contributors

yashsvig avatar

Stargazers

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