scyrencop / Pywgen

Pywgen is a wordlist generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Pywgen is a word list generator in which you can specify a standard character set or a character set that you specify and It can generate all possible combinations and permutations.

This code can be easily adapted for use in brute-force attacks against network services or cryptography.

DO NOT use this software on other systems without their permission. Only use it on your own system and for educational purposes.

Usage

Use the command-line, after -char yoou specify placeholders for fixed character sets :

  • az : lower case alpha characters
  • AZ : upper case alpha characters
  • 09 : numeric characters

and after -len specifies the length of the word

Example

python pywgen.py -char az09 -len 4

this code will generate a file with lower case alphanumeric characters

Example

Todo

  • Generate wordlist alphanumeric
  • Generate wordlist with special char
  • Specify the order of the possible combinations
  • Adds support to compress the generation output
  • Encrypt the word to compare it

About

Pywgen is a wordlist generator


Languages

Language:Python 100.0%