Giter VIP home page Giter VIP logo

domain_scan_demo's Introduction

title date tags grammar_cjkRuby status author
分布式子域名扫描轮子(demo)
2020-05-06
Python
true
public
Guoker

Github:domain_scan_demo

前言

这是之前的一个很简陋的分布式子域名扫描的轮子,为了尝试分布式以及docker的使用(后来再了解到了celery这样的任务调度神器,也用celery写了一个),这里程序是以mysql作为broker和backend,然后调用 oneforall进行子域名扫描,并且做成了docker方便自己在其他vps上开箱即用。

说明

docker-compose up -d . # 启动镜像(不含mysql)


- mysql起一个就够了,可以自行用docker起(SRC_Scan.sql为数据库结构)
- 记得修改Mysql数据库配置信息 __config__.py
- 记得修改oneforall用到的api信息 lib\oneforall\api.py

domains表中的domain为待进行扫描的域名(其他字段可以留空)

subdomains表为子域名结果

SELECT * FROM subdomains WHERE `status` IS NOT NULL AND title IS NOT NULL LIMIT 500

过滤掉了状态码和title为空的结果

结果

数量

运行的流程图

domain_scan_demo's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.