Giter Site home page Giter Site logo

权威 DNS 相关问题 about dnsbrute HOT 2 CLOSED

q2h1cg avatar q2h1cg commented on August 16, 2024
权威 DNS 相关问题

from dnsbrute.

Comments (2)

Q2h1Cg avatar Q2h1Cg commented on August 16, 2024

接受受不了折中,速度与准确率都应该保证。

如下解决方式:

  1. 发现某子域名 DNS 响应不是权威 DNS 后将其父级域名的权威 DNS 保存至hash表、新建连接并枚举其
  2. 对接下来的子域名判断其父域名是否存在于表中,若存在则通过已有连接枚举;若不存在则进行第一步

这样可以避免对每个域名都去获取其权威 DNS,只获取一次对整体速度的影响不大。

需要修改程序整体架构,慢慢改吧,实在是改不好的时候再去考虑折中 : )

from dnsbrute.

Q2h1Cg avatar Q2h1Cg commented on August 16, 2024

新版本已解决

from dnsbrute.

Related Issues (14)

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.