- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 81字
- 2021-07-08 09:41:14
Dnscan
Dnscan is a Python tool that uses a wordlist to resolve valid subdomains. To learn about Dnscan follow the given steps:
- We will use a simple command to clone the git repository:
git clone https://github.com/rbsec/dnscan.git
The following screenshot shows the preceding command:

- You can also download and save it from https://github.com/rbsec/dnscan.
- Next we browse into the directory where we downloaded Dnscan.
- Run Dnscan by using the following command:
./dnscan.py -h
The following screenshot shows the output for the preceding command:

推薦閱讀
- Puppet 4 Essentials(Second Edition)
- 控糖控脂健康餐
- MongoDB for Java Developers
- Python Game Programming By Example
- Elasticsearch for Hadoop
- 表哥的Access入門:以Excel視角快速學(xué)習(xí)數(shù)據(jù)庫開發(fā)(第2版)
- Java實(shí)戰(zhàn)(第2版)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- ASP.NET求職寶典
- 算法秘籍
- Natural Language Processing with Python Cookbook
- Netty 4核心原理與手寫RPC框架實(shí)戰(zhàn)
- Switching to Angular 2
- ServiceDesk Plus 8.x Essentials
- PostGIS Cookbook