Lbug-WLM Description
Lbug-WLM is a Python tool for merging and filtering wordlists used in offensive security and pentesting. This tool allows you to select files, set word length limits, and process the lists to create an optimized final file. Features
Merges multiple wordlists
Filters words based on minimum and maximum length
Interactive interface for selecting files and setting configurations
Generates an output file with the filtered words
How to Use
Clone the repository:
bash
git clone https://github.com/your-username/lbug-wlm.git cd lbug-wlm
Install the required dependencies:
bash
pip install -r requirements.txt
Run the script:
bash
python3 src/lbug_wlm.py
Requirements
Python 3.6 or higher
Libraries: colorama, tqdm, pyfiglet, InquirerPy, matplotlib
License
This project is licensed under the MIT License - see the LICENSE file for details.