Code Monkey home page Code Monkey logo

personal-dictionary's Introduction

Manifest Dictionary

For authorized testing only. The biggest takeaway is perhaps what to not choose as a password.

A brute force attack attempts to determine a secret by trying every possible combination. A dictionary attack is typically a guessing attack which uses a pre-compiled list of information. Rather than trying every option, it only tries combinations which are likely to work.

In current times most brute force attacks against sufficiently chaotic passwords are unlikely to be successful within a reasonable time frame. A dictionary attack on the other hand retains its relevance in the insistence of so many users creating passwords that are based off of predictable information easily found through OSINT (information such as pet names, sports, family members, etc).

Manifest Dictionary quickly generates an intelligent wordlist using permutations of terms stored within a JSON file. The file can be manually edited via a text editor, or populated dynamically when ManifestDictionary.py is ran. View the contents of 'config.json' for further clarity. Terms are accumulated during the information gathering stage of a penetration test. The more relevant the terms in respect to the target: the higher chance of success.

Existing wordlists can be imported and combined during generation of personalized lists.

Included lists are from: https://github.com/MC-GitFlow/SecLists

Development is ongoing and relative to the scope of desired functionality the current release is in alpha. Hopefully this project will be deprecated through education and awareness of encrypted password management applications, or by altogether replacing the insecure concept of a password.

Usage

Directions below are for manual usage of manifest_core.py Image is of interactive primary script.

Note: Requires Python 3

*X* Manifest Dictionary *X* [Personalized Generator]

usage: ManifestDictionary.py [-h] [--min MIN] [--max MAX] [-n NUM] -f FILE
                             [-i INPUT] [-o OUT]

Generate a dictionary list as a text file using permutations of terms. Data
imported from populated JSON template.

optional arguments:
  -h, --help            show this help message and exit
  --min MIN             Minimum password length
  --max MAX             Maximum password length
  -n NUM, --num NUM     Number of passwords to be generated
  -f FILE, --file FILE  Criteria file (JSON)
  -i INPUT, --input INPUT
                        Wordlist to mix with results generated from criteria
  -o OUT, --out OUT     Generated password file

alt tag

Future Features

Weighting of category significance.

Social Media Integration.

Possible integration of Flask or other UI.

Formatting for locales outside of U.S.

History

Project started on June 18th of 2016 by MC_GitFlow

Contributors

Development:

  • MC_GitFlow
  • ASC3ND
  • jsownz

Testing and Feature Suggestions

  • Jacob Wilkin
  • leeJenks

personal-dictionary's People

Contributors

jsownz avatar jvardanian avatar

Stargazers

 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.