美文网首页黑客信息安全Linux学习之路
如何在生成密码字典(Ninja-Wordlist)

如何在生成密码字典(Ninja-Wordlist)

作者: bboysoul | 来源:发表于2017-06-28 18:32 被阅读62次

简介

Ninja-Wordlist是一款密码字典生成工具,可以根据你输入的信息来生成密码

下载

git clone https://github.com/mahowscomputer/Ninja-WordList.git
cd Ninja-WordList
chmod +x ninja-wordlist.sh
./ninja-wordlist.sh

##########################################################
##########################################################
##                                                      ##
##  77777 72844427   77777777777777777777777777777777   ##
##  7            7727          77777777777777777777777  ##
##  7282777        7447         7777777777777777777777  ##
##      7754277715277857788885  777777777777777777777   ##
##  77      77777       88888887                 77777  ##
##  7777       58857    88800885                   777  ##
##  7777 588888888882277880000802222254449949009577777  ##
##  7777 752222788888888000000088880777777777777777777  ##
##  7777          888888000000000888887            777  ##
##  777777         788800000000000008887      78    77  ##
##  7777777777777    280000000000000088287    80  77 7  ##
##  77777777777777   8880000000000000088882  08  98  7  ##
##  777777777777    88588000000000088888888888828577 7  ##
##  77777777777    787 5800000000088888888888888818477  ##
##  77777777777 40  85 2880000000081  77888888882    7  ##
##  77777777777 48887771880000000887  7427 7 77     77  ##
##  77777777777   78884 780000000887             77777  ##
##  777777777777     788888000000088      777777777777  ##
##  77777777777777      78800000008887  77777777777777  ##
##  77777777777777  7777 7800000000888  77777777777777  ##
##  7777777777777 707 7288800000000088   7777777777777  ##
##  777777777777    788888000000000088     77777777777  ##
##  7777777777    2888880000000000008882      77777777  ##
##  777777777   788888000888000000008478887     777777  ##
##  77777777   88888088888888800000087  708807     777  ##
##  77777777  8880008888807788000000884    78885        ##
##  77777777  888008877     78880000088       78887     ##
##  77777777  8888088       788888000887         28807  ##
##  77777777   7888888   77   7488800088   777     750  ##
##  777777777   7888887  777    788800885  777777       ##
##  7777777777    28880   7777    88888887  77777777    ##
##  77777777777     8881  777777   4888888   777777777  ##
##  7777777777 7   788887 7777777   7888880  777777777  ##
##  7777777777 2888888882 77777777    888887  77777777  ##
##  7777777777   77       777777777    88888   7777777  ##
##  77777777777          77777777777   880888  7777777  ##
##  7777777777777777777777777777777  788000887 7777777  ##
##  7777777777777777777777777777777  88800084  7777777  ##
##               Ninja Wordlist v 1.0                   ##
##  Facebook :https://www.facebook.com/mahwoscomputer   ##
##                                                      ##
##########################################################
##########################################################
./ninja-wordlist.sh: line 70: $'\r': command not found

                  How many informations obtained from the victim ??

                         Select the number of information

                         1)  >  2 information
                         2)  >  3 information
                         3)  >  4 information
                         4)  >  5 information
                         5)  >  6 information
                         6)  >  7 information
                         7)  >  8 information
                         8)  >  9 information
                         9)  > 10 information

[+] Select the number :>

可以选择你输入的信息个数

[+] Select the number :>3

[+] Enter the wordlist name:>bboysoul

Enter the first info:>bboysoul
Enter The second info:>linux
Enter the third info:>dance
Enter the fourth info:>1997

                           ###############################
                           #      [+] Please wait...     #
                           ###############################
[+] A wordlist is prepared in /root/Ninja-WordList

root@7c81645eb6d8:~/Ninja-WordList# 

root@7c81645eb6d8:~/Ninja-WordList# cat bboysoul.txt 
bboysoul
linux
dance
1997
bboysoulbboysoul
bboysoullinux
bboysouldance
bboysoul1997
linuxbboysoul
linuxlinux
linuxdance
linux1997
dancebboysoul
dancelinux
dancedance
dance1997
1997bboysoul
1997linux
1997dance
19971997

评价

个人感觉用处不大,而且可以输入的信息太少,最多也只有10条信息

Having Fun

相关文章

  • 如何在生成密码字典(Ninja-Wordlist)

    简介 Ninja-Wordlist是一款密码字典生成工具,可以根据你输入的信息来生成密码 下载 git clone...

  • wifi破密

    配合密码生成器、密码字典使用把最有可能的密码组合先放里面生成一定量的密码字典,减少工作量。 (2)

  • Linux下的字典生成工具Crunch

    Crunch是一种创建密码字典工具,按照指定的规则生成密码字典,可以灵活的制定自己的字典文件。使用Crunch工具...

  • 利用Python破解一些简单的文件

    前言 这里分享一波python如何生成暴力破解文件的字典,那些简单的加密文件,我们可以跑字典 来筛选正确的密码,比...

  • Python编程学习爆破一些简单加密的文件

    前言 这里只是分享一下Python如何生成爆破字典,对于简单的一些加密文件,咱们可以跑字典获取正确的密码,比如zi...

  • Python编程学习爆破一些简单加密的文件

    前言 这里只是分享一下Python如何生成爆破字典,对于简单的一些加密文件,咱们可以跑字典获取正确的密码,比如zi...

  • Python之集合筛选

    如何在列表,字典,集合中根据条件筛选 核心:使用生成式 列表: 生成随机列表: 筛选方法: 字典: 生成字典: 筛...

  • Crunch 生成字典

    Crunch 常用于生成字典,对于获取了目标密码创建规律的情况下,其生成的字典是非常有用的。 特殊标记字符 '%'...

  • Linux 生成复杂密码并且检查密码强度

    在本教程中,我们将讨论如何生成复杂密码并且检查密码强度。 生成复杂的密码 强密码应由字母、数字和符号的混合组成。第...

  • Hashcat 生成密码字典

    目的: 学习 hashcat 的基本使用方法 快速生成准确率较高的(基于情报)字典 猜测密码组成习惯: 分析: 生...

网友评论

    本文标题:如何在生成密码字典(Ninja-Wordlist)

    本文链接:https://www.haomeiwen.com/subject/qazucxtx.html