【安全牛学习笔记】字典、在线密码破解-hydra

字典                                              

按个人信息生成其专属的密码字典                    

CUPP: Common User Password Profiler               

    - git clone https://github.com/Mebus/cupp.git

    - python cup.py -i

root@K:~# git clone https://github.com/Mebus/cupp.git

root@K:~# ls

cupp     Documents  Music     Public  Templates

Desktop  Downloads  Pictures  read    Videos

root@K:~# rm read

root@K:~# cd cupp/

root@K:~/cupp# ls

cupp.cfg  cupp.py  docs  README.md

root@K:~/cupp# python cupp.py -i   //交互的问答生成密码字典

[+] Insert the informations about the victim to make a dictionary

[+] If you don't know all the info ,just hit enter when asked! ;)

> First Name: aa

> Durnme: bb

> Nickname: cc

> Birthdate (DDMMYYYY): 20040216

> Parthers) name: dd

> Parthers) nickname: ee

> Parthers) birthdate (DDMMYYY): 20041900

> Child's name: ff

> Child's nickname: gg

> Child's birthdate (DDMMYYYY): 20042010

> Pet's name: tom

> Company name: alibaba

> Do you want to add some key words about the victim? Y/[N]:

> Do you wnat to add special chars at the end of word? Y/[N]: y

> Do you want to add some random numbers at the end of words? Y/[N]:

> Leet mode? (i.e. leet = 1337) Y/[N]: 123

[+] Now making a dictionary...

[+] Sorting list and removing duplicates...

[+] Saving dictionary to aa.txt, counting 48430 words.

[+] Now load your pistolero with aa.txt and shoot! Good luck!

root@K:~/cupp# ls

aa.txt cupp.cfg  cupp.py  docs  README.md

root@K:~/cupp# more aa.txt

字典                                    

通过手机网站信息生成字典                

cewl 1.1.1.1 -m 3 -d 3 -e -c -v -w a.txt

    - -m:最小单词长度                   

    - -d:爬网深度                       

    - -e:收集包含email地址信息          

    - -c:每个单词出现次数               

    - 支持基本、摘要 身份认证           

    - 支持代理

root@K:~# cewl www.baidu.com -m 3 -d 3 -e -c -v -w a.txt

root@K:~# cat a.txt | more

字典                            

用户密码变型                    

    - 基于cewl的结果进行密码变型

    - 末尾增加数字串            

    - 字母大小写变化            

    - 字母与字符互相转换        

    - 字母与数字互相转换        

    - P@$$w0rd

字典                                                                

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值