Giter VIP home page Giter VIP logo

dictattacker's Introduction

DictAttaker

Terminal based password attacker (SHA-512) written in C++.

The program is called with three arguments (though two can do the job). The first is the path to the file of the hashed passwords that you have found. The second is the path to the dictionary file you have and the last one is the mode in which the program will operate.

  • Mode 1 -> The program tests every hash with every word from the dictionary hashed.
  • Mode 2 -> The program tests every hash with every word but it varies the word by first capitalizing the first letter, secondly by capitalizing the last letter and lastly by capitalizing the first and the last as well.
  • Mode 3 -> The program tests every hash with every word but it first takes a random substring from the word and append it to the next word of the dictionary. Then tests this word with the hash.

Whenever it finds something, it outputs it to the screen and in a file as well.

Currently the program runs in a single thread. It will eventually run in more than one to optimize performance.

To run this program in Linux all you have to do is run the make command from the bin folder. For windows users things are a bit more complicated. You will need the cl command to compile the program, though, you will need the latest visual studio (any edition). Open the start menu and navigate to the visual studio folder and open the "Developer Command Prompt for VS". After that type cl /W4 /EHsc dictAttacker.cpp ../core/attacker.cpp /link /out:dictAttacker.exe. WARNING. I HAVE NOT TESTED IT IN WINDOWS OS.

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.