https://github.com/agusmakmun/python-wordlist-generator
Create awesome wordlist with python, demo: https://asciinema.org/a/101677
https://github.com/agusmakmun/python-wordlist-generator
python wordlist wordlist-generator
Last synced: 7 months ago
JSON representation
Create awesome wordlist with python, demo: https://asciinema.org/a/101677
- Host: GitHub
- URL: https://github.com/agusmakmun/python-wordlist-generator
- Owner: agusmakmun
- License: agpl-3.0
- Created: 2015-05-22T12:32:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T13:23:17.000Z (over 6 years ago)
- Last Synced: 2025-02-27T12:45:07.534Z (7 months ago)
- Topics: python, wordlist, wordlist-generator
- Language: Python
- Homepage: https://python.web.id
- Size: 37.1 KB
- Stars: 122
- Watchers: 9
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Wordlist Generator
> Creating Awesome Wordlist with Python.
> You can check sample this file: [`output/wordlist.txt`](output/wordlist.txt)### Usage
```
usage: wgen.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 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 with **EXPRESSLY** stating **NOT RESPONSIBLE** and **FREE FROM CLAIMS OF LAW**
> for any misuse of script or code that we provide on this repository.