Code Monkey home page Code Monkey logo

descrypt-cpu-collision-cracker's Introduction

DEScrypt-CPU-Collision-Cracker

What is DEScrypt-CPU-Collision-Cracker?

A linux based high performance DEScrypt CPU cracker written in c++, it deduces the salt and uses a password list to crack hashes.

Why not use a rainbow table?

DEScrypt uses by default a two byte salt(comprised of characters [a-zA-Z0-9./] [1]) which would mean that you would need to produce roughly 65,536 unique rainbow tables, as a result its more efficient to use collision cracking to find out the plaintext password.

Features

  • Ability to crack hashes both from a file and individually
  • Detects CPU cores
  • Adjustable number of threads
  • Colon-separated output file
  • Clear readable display
  • Average hash rate of 22,000/s with the default 10 threads on a single CPU core

Commands

    Command         Description
    -------         -----------
    -l=             File Location of HashList
    -i=             Individual Hash
    -w=             File Location of Wordlist
    -o=             File Location of Output File
    -t=             Number of Threads(Default is 10)

Getting started

To Compile: g++ -std=c++11 src/main.cpp -pthread -lcrypt -O2 -o DEScrypt

Screenshots

alt text alt text alt text

Featured on:

Kitploit

Citations

[1] - http://man7.org/linux/man-pages/man3/crypt.3.html

descrypt-cpu-collision-cracker's People

Contributors

rek7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

descrypt-cpu-collision-cracker's Issues

How to use this?

I am so excited to find your DES-Cracker. But I don't know how to use the cracker. Could you please give some detailed infomation to use this? What's content in the hash.txt and dictionary.txt? Thank you~

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.