Hello guy’s, Welcome to another article in this article we are going to discuss about how to create best wordlist from python tool in termux
Requirement’s
- Android version 5.0 and above
- Termux application
- Git package
- Python package
How to download and install Wordlist-man tool in termux
Step 1:
First of all you download wordlist-man tool in your termux so type this below command in your terminal.
git clone https://github.com/kasoramaster/WordList-man.git
Step 2:
Now open wordlist-man folder in your termux so type this below command in your terminal.
cd WordList-man
Step 3:
Now give permission to read, Write and execute of wordlistman.py python file so type this below command in your terminal.
cd wordlistman.py
Step 4:
Now type this below command in your termux this comamdn will help you to run this python file in your terminal.
python3 wordlistman.py
Post a Comment