【笔记】Cupp学习笔记

前言

Common User Passwords Profiler(Github

本文仅用于网络信息防御学习

利用Cupp生成社工密码字典

安装Cupp

1
apt-get install cupp

基本命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
cupp -i

# 填写本人信息
> First Name:
> Surname:
> Nickname:
> Birthdate (DDMMYYYY):

# 填写父母信息
> Partners) name:
> Partners) nickname:
> Partners) birthdate (DDMMYYYY):

# 填写孩子信息
> Child's name:
> Child's nickname:
> Child's birthdate (DDMMYYYY):

# 填写宠物信息
> Pet's name:
# 填写公司信息
> Company name:

# 是否添加其他关键字
> Do you want to add some key words about the victim? Y/[N]:
# 输入关键字,用都好分隔
> Please enter the words, separated by comma. [i.e. hacker,juice,black], spaces will removed:
# 是否末尾添加字符
> 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]:
# 是否添加黑客语
Leet mode? (i.e. leet = 1337) Y/[N]:

完成

参考文献

哔哩哔哩——千锋教育网络安全学院