- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 58字
- 2021-07-02 21:04:17
Using CeWL to map a website
CeWL is a Ruby app that spiders a given URL to a specified depth, optionally following external links, and returns a list of words, which can then be used for password crackers, such as John the Ripper.
The following screenshot provides the custom list of words generated from the https://www.google.com index page:

推薦閱讀
- Beginning Java Data Structures and Algorithms
- 兩周自制腳本語言
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Java性能權威指南(第2版)
- QGIS:Becoming a GIS Power User
- Learning Vaadin 7(Second Edition)
- 數據結構習題解析與實驗指導
- WordPress 4.0 Site Blueprints(Second Edition)
- 精通Python自動化編程
- 學習OpenCV 4:基于Python的算法實戰
- Azure Serverless Computing Cookbook
- PhoneGap 4 Mobile Application Development Cookbook
- Advanced Python Programming
- Java高手是怎樣煉成的:原理、方法與實踐
- C++17 By Example