Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create awesome wordlist with python, demo:https://asciinema.org/a/101677

License

NotificationsYou must be signed in to change notification settings

agusmakmun/python-wordlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Awesome Wordlist with Python.You can check sample this file:output/wordlist.txt

Usage

usage: wgen.py [-h] [-chr CHARS] [-min MIN_LENGTH] [-max MAX_LENGTH]               [-out OUTPUT]Python Wordlist Generatoroptional 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 wgen.py -chr=abc -min=1 -max=4 -out=output/wordlist.txt# or$ python3 wgen.py --chars=abc --min_length=1 --max_length=4 --output=output/wordlist.txt

Disclaimer

Because many are violating the ITE Law,therefore this disclaimer we made to protect us from legal related undesirable actions of other parties,such as using this scripts or code for unlawful activities.

Therefore we withEXPRESSLY statingNOT RESPONSIBLE andFREE FROM CLAIMS OF LAWfor any misuse of script or code that we provide on this repository.

About

Create awesome wordlist with python, demo:https://asciinema.org/a/101677

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp