- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 93字
- 2021-07-08 09:41:15
Cracking the PSK
To learn how to crack the PSK follow the given steps:
- Adding a -P flag in the ike-scan command it will show a response with the captured hash.
- To save the hash we provide a filename along with the -P flag.
- Next we can use the psk-crack with the following command:
psk-crack -b 5 /path/to/pskkey
- Where -b is brute force mode and length is 5.
- To use a dictionary based attack we use the following command:
psk-crack -d /path/to/dictionary /path/to/pskkey
The following screenshot shows the output for the preceding command:

推薦閱讀
- Python數據可視化:基于Bokeh的可視化繪圖
- Mastering Python Scripting for System Administrators
- 人臉識別原理及算法:動態人臉識別系統研究
- Learning Firefox OS Application Development
- 用Flutter極速構建原生應用
- Asynchronous Android Programming(Second Edition)
- C++新經典
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- 從零開始學C#
- D3.js By Example
- Node.js 12實戰
- 從零開始學Android開發
- WildFly Cookbook
- Learning Image Processing with OpenCV
- Drupal Search Engine Optimization