Generateing wordlist using python.
Execute these commands one by one to install sudo.
Installation :
$ apt update
$ apt upgrade
$ apt install python
$ pip install wordlist
$ wordlist -h [to see all options]
$ wordlist -m 4 -M 6 -o wordlist.txt 12345678
-m = minimum length
-M = maximum...