Code Monkey home page Code Monkey logo

generators's Introduction

Wordlist Generator

I'm Stuck

The maximum number (tline) of TQDM should be correctly calculated no matter what input is given into this generator.

The function on line 35 -46 should be replaced by a "simple" mathmatical equation which has been explained here on reddit.

What makes this equation hard is the sequential excusion rule I buildt in this verion of Suraj Singh original word generator.

Getting Started

Get the file by cloning the repro:

  • Run git clone http://https://github.com/MdeFrance/Generators.git

Wordlist Generator

To run the script:

  • Run (YOUR PATCH)/Wordlist_generator.py

Prerequisites

Progress bar module named: TQDM

Installing

To install the progress bar module (TQDM)

  • Run pip install tqdm

Using the generator

Enter here all characters for combination:

[+] Please Enter Here All Characters For Combination :> qwerty

Enter here min/max lengh of words:

[+] Please Enter Minimum Lenth Of Words  :>  2

[+] Please Enter Maximum Lenth Of Words  :>  6

Enter here sequental character exclution:

[+] Please Enter Sequential Charachter Exclution :> 3

Example:

1. ('q','q','q','q') = 4 sequental characters --> EXCLUDED and SKIPED
2. ('q','q','q','w') = 3 sequental characters --> EXCLUDED and SKIPED
3. ('q','q','q','e') = 3 sequental characters --> EXCLUDED and SKIPED
4. ('q','q','q','r') = 3 sequental characters --> EXCLUDED and SKIPED
5. ('q','q','w','q') = 2 sequental characters
6. ('q','q','w','w') = 2 sequental characters
7. ('q','q','w','e') = 2 sequental characters
8. ('q','q','w','r') = 2 sequental characters

Enter path and filename of wordlist file (Incl. your file extention)

[+] Please Enter Name Of Wordlist File :> test.txt

Press Enter/Return to start the generator

[+] Numbers Of Total Lines :  50826


[+] Are You Ready ?	[Press Enter]
100%|█████████████████████████████████| 50826/50826 [00:00<00:00, 109521.63it/s]

	Done Sucessfully

	***************************************************
	*       Successfully created thanks for using     *
	***************************************************

Built With

  • [Python]

Author

Acknowledgments

Original code and creator:

generators's People

Contributors

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