- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 121字
- 2021-07-08 09:41:14
Subbrute
Next we will install subbrute. It is amazingly fast and provides an extra layer of anonymity as it uses public resolvers to brute force the subdomains:
- The command here is again simple:
git clone https://github.com/TheRook/subbrute.git
The following screenshot shows the preceding command:

- Or you can download and save it from https://github.com/TheRook/subbrute.
- Once the installation is complete we will need a wordlist for it to run for which we can download dnspop's list. This list can be used in the previous recipe too: https://github.com/bitquark/dnspop/tree/master/results.
- Once both are set up we browse into the subbrute's directory and run it using the following command:
./subbrute.py
- To run it against a domain with our wordlist we use the following command:
./subbrute.py -s /path/to/wordlist hostname.com
推薦閱讀
- AngularJS入門與進階
- Data Analysis with IBM SPSS Statistics
- 差分進化算法及其高維多目標優化應用
- MySQL數據庫管理與開發(慕課版)
- INSTANT Django 1.5 Application Development Starter
- Jenkins Continuous Integration Cookbook(Second Edition)
- C語言程序設計
- D3.js By Example
- 用戶體驗可視化指南
- Python機器學習:預測分析核心算法
- Visual C#.NET Web應用程序設計
- Android傳感器開發與智能設備案例實戰
- 從Power BI到Analysis Services:企業級數據分析實戰
- Learning VMware vSphere
- Visual C++從入門到精通(第2版)