Giter VIP home page Giter VIP logo

brutepass's Introduction

Brutepass

Easy script to generate passwords lists from combining specified words in various ways.

Passwords usually are made of combinations of words/numbers/whatever that have some kind of meaning for the user. This script supposes you already have those possible striings from which a password could be made, and combines and modifies them in different ways.

It was inspired from the first episode of Mr Robot, in which Elliot hacks his therapist, using a script similar to this.

Brutepass creates a password list, which should be a lot smaller than trying with bruteforce, at least of course you use thousand of strings.

The script is pretty fast, for common use, it usually takes less than seconds in a low profile i3 notebook, for a general picture, with 450 input words, it takes about 80 seconds. It could however be improved, currently it is single threaded. For some reason running it in python2.7 is about 20% faster than in python3.

Usage Example:
python brutepass.py -t 3600 -d -s 100 -o pass.txt -w tag1 tag2 tag3 tag4

Commands:
-h: Show this help.
-t: Specifies the max time (in seconds) to spend in generating passwords.
-s: Specifies the max size (in kilobytes) of the file of passwords.
-w: List of tags to make passwords from.
-o: Specifies the output file in which the passwords will be stored (default: passwords.txt).
-d: Tells the program to use the defaults tags (F.e. "1234", "admin", "", "root").
-i: Specifies an input file with tags to prove.

#Things to do

  • Make -t parameter functional
  • Make -s parameter functional
  • Make pausable and resumable password generation
  • Make multithreaded password generation
  • Continue proposing new combinations to add more combination types (make polls, and test with people the script)
    • Insert one word in the middle of other [perro, pato] = pepatorro, paperroto
    • Change vocals to numbers Microfono = M1cr0f0n0
    • Add l33t combinations
    • Invert words

brutepass's People

Contributors

mateosss avatar

Watchers

 avatar  avatar

Forkers

kaajavi

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.