Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.08 KB

PassWord Factory

PassWord Factory is a wordlist generator where you can specify a standard character set or a character set you specify. PassWord Factory can generate all possible combinations and permutations.PassWord Factory is Developed by @Xpykerz for Pentesters. The script is writen is python. This tool will works on both Linux,Windows and Android by using python.

Installation

Instaling PassWord Factory

In Linux

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

In Android

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

ScreenShot

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

By @Xpykerz