Make Targtet Account Based Wordlist for brute-force attack
-
apt update -
apt upgrade -
pkg install python2 -
pkg install git -
git clone http://github.com/nfs-tech-bd/wordlist -
cd wordlist -
python2 wordlist.py
apt update -y ; apt upgrade -y ; apt install python2 -y ; apt install git -y ; cd ; git clone http://github.com/nfs-tech-bd/wordlist ; cd wordlist ; python2 wordlist.py
