PassWord Factory is a powerful wordlist generator designed for penetration testers and security enthusiasts. It allows users to generate all possible combinations and permutations of characters using either a standard or custom character set. Developed by @Xpykerz, this tool is written in Python and is compatible with Linux, Windows, and Android platforms.
- Generate wordlists with all possible combinations and permutations.
- Support for standard and custom character sets.
- Cross-platform compatibility (Linux, Windows, Android).
- Easy-to-use Python script.
apt-get update && apt-get upgrade
apt install python
apt install git
git clone https://github.com/Xpykerz/PassWord-Factory.git
cd PassWord-Factory
chmod +x PassFact.py
./PassFact.py
apt-get update && apt-get upgrade
apt install python2
apt install git
git clone https://github.com/Xpykerz/PassWord-Factory.git
cd PassWord-Factory
python2 PassFact.py
Contributions are welcome! If you'd like to make major changes, please open an issue first to discuss your ideas. Make sure to update tests as appropriate.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed with ❤️ by @Xpykerz