- 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
推薦閱讀
- Cassandra Data Modeling and Analysis
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Java軟件開發(fā)基礎(chǔ)
- Nexus規(guī)?;疭crum框架
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- INSTANT Sinatra Starter
- OpenGL Data Visualization Cookbook
- Instant PHP Web Scraping
- Spring Security Essentials
- Unity Character Animation with Mecanim
- Hadoop 2.X HDFS源碼剖析
- Secret Recipes of the Python Ninja
- Beginning C# 7 Hands-On:The Core Language
- Mastering XenApp?
- Mastering JavaScript Promises