All Projects → Jewel591 → Subdomainfinder

Jewel591 / Subdomainfinder

子域名收集工具,在 subDomainsBrute 和 Sublist3r 上二次开发,整合 subDomainsBrute 和 Sublist3r 进行扫描,并添加了批量检测的功能,源项目(https://github.com/lijiejie/subDomainsBrute)

Programming Languages

python
139335 projects - #7 most used programming language

相关项目

CheckPorts:https://github.com/Jewel591/CheckPorts

CheckServices:https://github.com/Jewel591/CheckServices

介绍

在 subDomainsBrute 和 Sublist3r 上二次开发,添加了批量检测的功能,并整合 subDomainsBrute 和 Sublist3r 结果。

运行之前请打开 SSR/VPN/V2Ray 全局代理,可以显著提高检测速度和结果的准确性

源项目:

安装与环境

  • 安装 python 2.7

  • 安装 python 模块:pip install -r requirements.txt

使用方法

  1. 需要检测的域名写入到 ./input/domains.txt
  2. 启动扫描:python2.7 CheckSubDomains.py run
  3. 输出:检测结果存放在 ./output/文件夹中,结果按照 domainname.txt 存放
  4. 调用 Sublist3r 时,Sublist3r 的扫描结果会暂时存放在 ./Sublist3r/output 目录,检测完成后会合并到 ./output 并去重

CheckTools 介绍(流程)

checkSOP.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].