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

推薦閱讀
- DevOps:軟件架構師行動指南
- Java完全自學教程
- Python Tools for Visual Studio
- jQuery開發基礎教程
- Integrating Facebook iOS SDK with Your Application
- QGIS 2 Cookbook
- Instant jQuery Boilerplate for Plugins
- 測試架構師修煉之道:從測試工程師到測試架構師
- 奔跑吧 Linux內核
- Photoshop智能手機APP界面設計
- 現代CPU性能分析與優化
- Maven for Eclipse
- Python滲透測試編程技術:方法與實踐(第2版)
- Continuous Integration,Delivery,and Deployment
- JavaWeb入門經典