Git Product home page Git Product logo

guesser's Introduction

Guesser

Sometimes you just need a super-simple list-based password guesser that will take a plaintext list of guesses, a plaintext list of attacks and tell you how many guesses you got right.

Overview

Takes two lists, one of guesses and one to be guessed, and tells you how many matches turn up. Does some other small stuff like deduplicating guesses. Wrote this in C# fast because I want to use it from Windows.

Usage

Use the utility like this:

Guesser <guess_db> <password_db>

Output will look like this, with the number of times the password matched in brackets:

Guessed dragon successfully (2476)!
Guessed matrix successfully (1039)!
...

A file called graph.csv will be placed into the current directory too. This will allow you to graph correct guesses over time using whichever spreadsheet software you like. The file is of the format:

1, 10
2, 14
3, 900
4, 980
...

The first column is the number of guesses made, the second is the cumulative number of correct guesses. In the example above, guess 3 was a really good guess. Using this output, we can create some cool visualisations. For example, the number of correctly guessed PINS in a large data set when guessing randomly vs. guessing optimally.

Correctly guessed PINs by attack.

guesser's People

Contributors

lambdacasserole avatar

Watchers

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