How to generate wordlist in termux
Wordgen :-
Wordgen is a wordlist generator tool. It's a simple python script to generate wordlist by typing few words .
Installation :-
$ apt update && apt upgrade
$ apt install git
$ apt install python
$ git clone https://github.com/vpphacker/wordgen.git
$ cd wordgen
$ chmod +x *
sh install.sh
python3 wordgen.py
Comments
Post a Comment