- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 238字
- 2021-07-02 21:04:17
Profiling users for password lists
So far, you have learned how to use passive reconnaissance to collect names and biographical information about the users of the target being tested; this is the same process used by hackers. The next step is to use this information to create password lists specific to the users and the target.
Lists of commonly used passwords are available for download, and are stored locally on Kali in the /usr/share/wordlists directory. These lists reflect the choices of a large population of users, and it can be time-consuming for an application to attempt to use each possible password before moving on to the next password in the queue.
Fortunately, Common User Password Profiler (CUPP) allows the tester to generate a word list that is specific to a particular user. CUPP was present on Backtrack 5r3; however, it will have to be downloaded for use on Kali. To obtain CUPP, enter the following command:
git clone https://github.com/Mebus/cupp.git
This will download CUPP to the local directory.
CUPP is a Python script and can be simply invoked from the CUPP directory by entering the following command:
root@kali:~# python cupp.py -i
This will launch CUPP in interactive mode, which prompts the user for specific elements of information to use in creating a word list. An example is shown in the following screenshot:

When the interactive mode has completed creating a word list, it is placed in the CUPP directory.
- Web程序設(shè)計(jì)及應(yīng)用
- Vue.js 3.x快速入門
- Building Modern Web Applications Using Angular
- Android項(xiàng)目開發(fā)入門教程
- Learning Docker
- Web Application Development with R Using Shiny(Second Edition)
- Learn Programming in Python with Cody Jackson
- Full-Stack Vue.js 2 and Laravel 5
- Java Web開發(fā)就該這樣學(xué)
- C語言程序設(shè)計(jì)
- Python Essentials
- R語言數(shù)據(jù)可視化:科技圖表繪制
- Training Systems Using Python Statistical Modeling
- Android系統(tǒng)下Java編程詳解
- 30天學(xué)通C#項(xiàng)目案例開發(fā)