# dnscan **Repository Path**: oxchang/dnscan ## Basic Information - **Project Name**: dnscan - **Description**: A dnscan tool - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dnscan #### 介绍 A dnscan tool #### 软件架构 ``` +--- dic.txt +--- dnscan.py +--- lib | +--- connects.py | +--- mythread.py | +--- opt.py | +--- settings.py ``` #### 安装教程 pip install -r requirements.txt #### 使用说明 python dnscan.py -h #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request