CUPP 生成专属的密码字典
1、Kali下载安装 cupp
git clone https://github.com/Mebus/cupp.git
2、使用cupp生成专属字典
root@kali:~/Desktop/Tools/cupp-master# ./cupp.py -h usage: cupp.py [-h] [-i | -w FILENAME | -l | -a | -v] [-q] Common User Passwords Profiler optional arguments: -h, --help show this help message and exit -i, --interactive Interactive questions for user password profiling -w FILENAME Use this option to improve existing dictionary, or WyD.pl output to make some pwnsauce -l Download huge wordlists from repository -a Parse default usernames and passwords directly from Alecto DB. Project Alecto uses purified databases of Phenoelit and CIRT which were merged and enhanced -v, --version Show the version of this program. -q, --quiet Quiet mode (don't print banner) root@kali:~/Desktop/Tools/cupp-master# ./cupp.py -i ___________ cupp.py! # Common \ # User \ ,__, # Passwords \ (oo)____ # Profiler (__) )\ ||--|| * [ Muris Kurgas | j0rgan@remote-exploit.org ] [ Mebus | https://github.com/Mebus/] [+] Insert the information about the victim to make a dictionary [+] If you don't know all the info, just hit enter when asked! ;) > First Name: tom > Surname: jack > Nickname: BOb > Birthdate (DDMMYYYY): 01012010 > Partners) name: AP > Partners) nickname: AQ > Partners) birthdate (DDMMYYYY): 02021990 > Child's name: tim > Child's nickname: > Child's birthdate (DDMMYYYY): 28042021 > Pet's name: hello > Company name: ali > Do you want to add some key words about the victim? Y/[N]: Y > Please enter the words, separated by comma. [i.e. hacker,juice,black], spaces will be removed: hacker,haha,MAKE > Do you want to add special chars at the end of words? Y/[N]: > Do you want to add some random numbers at the end of words? Y/[N]:007 > Leet mode? (i.e. leet = 1337) Y/[N]: [+] Now making a dictionary... [+] Sorting list and removing duplicates... [+] Saving dictionary to tom.txt, counting 14680 words. > Hyperspeed Print? (Y/n) : [+] Now load your pistolero with tom.txt and shoot! Good luck! root@kali:~/Desktop/Tools/cupp-master# ls CHANGELOG.md cupp.py README.md test_cupp.py cupp.cfg LICENSE screenshots tom.txt root@kali:~/Desktop/Tools/cupp-master#
执行./cupp.py -i后按照提示输入已知信息,生成专属字典
生成的字典 tom.txt 如下:

不忘初心,方得始终。

浙公网安备 33010602011771号