How to Create a Custom Word list using Cupp
Installation of Cupp
- open Terminal
- install the cupp using following command
git clone https://github.com/Mebus/cupp.git
3. open cupp directory
4. cd cupp
5. ls
6. chmod +x * ( to grant permission )
7. run cupp using the following command
python3 cupp.py
8. use -i argument to create world list on interactive questions
9. python3 cupp.py -i
REQUIREMENTS
git
python3
Comments
Post a Comment