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 如下:
不忘初心,方得始终。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?