A recursive wordlist generator written in python
Project description
Description
A recursive wordlist generator written in Python. For each string position, custom character sets can be defined.
Prerequisites
Python 3.x (developed on Python 3.7)
Instructions
Installation
To install from GitHub:
git clone https://github.com/tehw0lf/wlgen.git
cd wlgen
python setup.py test (optional unit tests to ensure functionality)
pip install .
To install from PyPI:
pip install wlgen
Which function should I use?
Currently there are three implementations to generate a wordlist.
gen_wordlist builds the whole list in memory before writing it, gen_words is a generator that is memory efficient but slower.
gen_wordlist_iter uses itertools.product to generate the wordlist, which is recommended for lists that are too large to be built by gen_wordlist.
Both algorithms calculate the n-ary cartesian product of the input character sets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wlgen-1.3.3.tar.gz.
File metadata
- Download URL: wlgen-1.3.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
809de2cfd21aea1a6a372f9715a26d5f99c5f38abea79e3f0a222fd9519783cd
|
|
| MD5 |
0da3d38cebb6840882fbeb37b78fa22d
|
|
| BLAKE2b-256 |
559e74791ddab4e8cdaa4edf2860cbd90a4ad497467037a6256ea5f63cd1aa6f
|
File details
Details for the file wlgen-1.3.3-py3-none-any.whl.
File metadata
- Download URL: wlgen-1.3.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a879176d93730b35e58f4bd32d1de05a179409fe63f72e178906de055548ae24
|
|
| MD5 |
3beac32c54a9a059987429ec70652d31
|
|
| BLAKE2b-256 |
064393f3a277dcf009062831d2302e55834928fbecfe2eabff8b8e5be2ca5ace
|