A simple, yet efficient password-wordlist generation tool written in Golang. This tool is designed to help users generate custom wordlists based on their specified parameters, ideal for penetration testing or password strength assessments.
- Customizable Wordlists: Generate wordlists with user-defined character sets, lengths, and patterns.
- Efficiency: Optimized for speed and memory usage, enabling large wordlists without significant resource overhead.
- Makefile Support: Easily build the project using the provided
Makefile
.
- Clone the Repository:
git clone https://github.com/thep0ntiff/Popscrk.git cd <repository-directory> make