- 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:

推薦閱讀
- Bootstrap Site Blueprints Volume II
- Mastering Objectoriented Python
- 數據結構習題精解(C語言實現+微課視頻)
- 差分進化算法及其高維多目標優化應用
- Hands-On Functional Programming with TypeScript
- Instant Ext.NET Application Development
- RabbitMQ Cookbook
- 快人一步:系統性能提高之道
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Unity 2D Game Development Cookbook
- C/C++數據結構與算法速學速用大辭典
- Internet of Things with ESP8266
- PhoneGap 4 Mobile Application Development Cookbook
- Mastering Embedded Linux Programming
- JavaScript前端開發基礎教程