Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.73 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.73 KB

PassGod

PassGod is a tool to assist you to create a custom wordlist based on the victim's information.


Requirements

  1. Python3

Installation Guide

$ git clone https://github.com/cyberchiranjit/passgod/

$ cd passgod

$ python passgod.py -h


Usage

usage: passgod.py [-h] [-chr CHARS] [-min MIN_LENGTH] [-max MAX_LENGTH] [-out OUTPUT]

Python Wordlist Generator

optional arguments: -h, --help show this help message and exit

-chr CHARS, --chars CHARS characters to iterate

-min MIN_LENGTH, --min_length MIN_LENGTH minimum length of characters

-max MAX_LENGTH, --max_length MAX_LENGTH maximum length of characters

-out OUTPUT, --output OUTPUT output of wordlist file.

Example

$ python3 passgod.py -chr=abc -min=1 -max=4 -out=output/wordlist.txt

or

$ python3 passgod.py --chars=abc --min_length=1 --max_length=4 --output=output/password.txt


Legal disclaimer

This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.