GithubHelp home page GithubHelp logo

aznable111 / intelligence-wordlist-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zzztor/intelligence-wordlist-generator

0.0 0.0 0.0 207 KB

Wordlists are generated by permutations of a list of keywords. You can configure (connectors, abbreviations, reverse, replacements ...) the script to extend the final wordlist.

Python 100.00%

intelligence-wordlist-generator's Introduction

Intelligence Wordlist Generator

About

WLGEN pretends to be something between crunch and CUPP. Permutations are based on a list of keywords and then you can add different options (connectors,abbreviations, reverse, replacements ...) to extend the final wordlist.

Modified to accept a wordlist as input with a -w

Usage

You can simply execute the following command to serve the purpose immediately. The default config.cfg will be the source of configuration and the output.txt will be created after the execution as a result. $ python iwlgen.py

You can also set your custom configuration filename instead of using config.cfg and set the output filename as well. $ python iwlgen.py -c <config_filename> -o <output_filename> For example $ python iwlgen.py -c myconfig.cfg -o myoutput.cfg

When using the parameters please use -c and -o parameters altogether, otherwise the script will use the default setting.

Configuration

The following settings can be configured through config.cfg:

  • keywords (list): Main list to permutate.
  • connectors (list): For each permutation we will use this list to concatenate keywords.
  • num_tails (list): For each permutation we will add (at the end of the string) a number (10) or a range of numbers (20-40)
  • tails (list): We will add an extra string (i.e. @hotmail.com)

Options

This options will extend our wordlist generated with [Params] section.

  • string_replacements (bool): If true we will replace strings defined in [Replacements] section for each element of keywords param. i.e. hello -> h3ll0
  • abbreviation (bool): If true we will use elements abbreviations of keywords param. i.e. hello -> h
  • reverse (bool): If true we will reverse elements of keywords. i.e. hello -> olleh
  • to_lower (bool): If true we will duplicate all elements and use .lower() in all duplicated elements.
  • min_length and max_length (num): We filter result list by length element.

Files

  • output: Output file name.

TODO

  • Needs status timer, and chunking for better usage of large input files
  • Threading

intelligence-wordlist-generator's People

Contributors

zzztor avatar aprillins avatar aznable111 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.