Skip to content

By using PassGod you can easily create a wordlist based on your vistim.

License

Notifications You must be signed in to change notification settings

cyberchiranjit/passgod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

By using PassGod you can easily create a wordlist based on your vistim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages